HomeSort by relevance Sort by last modified time
    Searched full:has_video (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/media/filters/
stream_parser_factory.h 32 // |has_video| is true if a video codec was specified.
33 // Returns NULL otherwise. The values of |has_audio| and |has_video| are
37 const LogCB& log_cb, bool* has_audio, bool* has_video);
chunk_demuxer_unittest.cc 169 void CreateInitSegment(bool has_audio, bool has_video, bool has_text,
196 if (has_video) {
260 if (has_video) {
288 bool has_audio, bool has_video) {
297 if (has_video) {
302 if (!has_audio && !has_video) {
392 void AppendInitSegment(bool has_audio, bool has_video) {
393 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, false);
396 void AppendInitSegmentText(bool has_audio, bool has_video) {
397 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, true)
932 bool has_video = (i & 0x2) != 0; local
990 bool has_video = true; local
    [all...]
stream_parser_factory.cc 396 bool* has_video) {
402 *has_video = false;
411 *has_video = !video_codecs.empty();
chunk_demuxer.cc 1057 bool has_video = false; local
1092 has_video, local
    [all...]
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 177 if (has_video()) {
271 EXPECT_TRUE(has_video());
272 if (!has_video() || video_packets_.empty()) {
344 bool has_video() { return video_stream_index_ >= 0; } function in class:media::FFmpegTest
442 if (has_video()) {
477 if (!has_video()) {
513 if (!has_video() && duration() >= 0.5) {
539 if (!has_video()) {
557 if (has_video()) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 261 if (options.has_video) {
310 options.has_video = true;
362 opts.has_video = true;
434 opts.has_video = true;
477 opts.has_video = true;
507 opts.has_video = false;
516 updated_opts.has_video = true;
590 opts.has_video = true;
636 opts.has_video = true;
    [all...]
mediasession.h 90 has_video(false),
121 bool has_video; member in struct:cricket::MediaSessionOptions
call.h 102 bool has_video() const { return has_video_; } function in class:cricket::Call
mediasession.cc     [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 114 bool has_video = params->options.video.get() && *params->options.video.get(); local
116 if (!has_audio && !has_video) {
127 if (has_video) {
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 42 HAS_VIDEO = 0x1000,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 183 // the |options| has set the the has_audio and has_video flags correct.
207 EXPECT_TRUE(options.has_video);
560 EXPECT_TRUE(options.has_video);
572 EXPECT_FALSE(options.has_video);
582 EXPECT_FALSE(options.has_video);
595 EXPECT_TRUE(options.has_video);
610 EXPECT_TRUE(options.has_video);
674 EXPECT_TRUE(answer_options.has_video);
683 EXPECT_FALSE(offer_options.has_video);
693 EXPECT_TRUE(updated_offer_options.has_video);
    [all...]
mediastreamsignaling.cc 86 // |options->has_video| can only change from false to
90 options->has_video |= value;
95 options->has_video |= is_answer;
133 (options.has_audio || options.has_video || options.has_data());
195 options_.has_video = false;
345 // MediaSessionOptions::has_video affect subsequent offers.
519 options_.has_video = true;
    [all...]
webrtcsession_unittest.cc 473 options.has_video = true;
487 options.has_video = true;
597 options.has_video = true;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 198 options.has_video = true;
215 options.has_video = call_->has_video();
340 options.has_video = true;
576 options.has_video = call_->has_video();
580 if (call_->has_video() && render_) {
588 if (call->has_video() && render_) {
594 options.has_video = true;
600 if (call->has_video() && render_)
    [all...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 170 offloadInfo.has_video = ((mCreateFlags & HAS_VIDEO) != 0);
Utils.cpp 610 info.has_video = hasVideo;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 357 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
360 if (!has_audio && !has_video) {
394 } else if (has_video &&
412 if (has_video) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 305 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
332 if (has_video) {
    [all...]
  /system/core/include/system/
audio.h 424 bool has_video; // true if stream is tied to a video stream member in struct:__anon60829
  /external/chromium_org/media/base/android/
media_source_player_unittest.cc 303 bool has_video = configs.video_codec != kUnknownVideoCodec; local
306 ((has_audio ? 1 : 0) + (has_video ? 1 : 0)) : 0;
319 EXPECT_EQ(expect_player_requests_data && has_video,
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h     [all...]
web_contents_impl.cc     [all...]

Completed in 547 milliseconds

1 2