HomeSort by relevance Sort by last modified time
    Searched refs:has_video (Results 1 - 25 of 31) 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);
stream_parser_factory.cc 379 bool* has_video) {
385 *has_video = false;
394 *has_video = !video_codecs.empty();
frame_processor_unittest.cc 70 HAS_VIDEO = 1 << 1
75 const bool has_video = (stream_flags & HAS_VIDEO) != 0; local
76 ASSERT_TRUE(has_audio || has_video);
85 if (has_video) {
353 AddTestTracks(HAS_VIDEO);
518 AddTestTracks(HAS_AUDIO | HAS_VIDEO);
548 AddTestTracks(HAS_AUDIO | HAS_VIDEO);
chunk_demuxer_unittest.cc 209 bool has_video = (stream_flags & HAS_VIDEO) != 0; local
234 if (has_video) {
303 if (has_video) {
327 return AddId(kSourceId, HAS_AUDIO | HAS_VIDEO);
332 bool has_video = (stream_flags & HAS_VIDEO) != 0; local
341 if (has_video) {
346 if (!has_audio && !has_video) {
347 return AddId(kSourceId, HAS_AUDIO | HAS_VIDEO);
1047 bool has_video = (i & 0x2) != 0; local
1118 bool has_video = true; local
    [all...]
chunk_demuxer.cc 1162 bool has_video = false; local
1200 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/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 113 bool has_video = params->options.video.get() && *params->options.video.get(); local
115 if (!has_audio && !has_video) {
126 if (has_video) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 291 if (options.has_video) {
340 options.has_video = true;
392 opts.has_video = true;
464 opts.has_video = true;
507 opts.has_video = true;
537 opts.has_video = false;
546 updated_opts.has_video = true;
620 opts.has_video = true;
666 opts.has_video = true;
    [all...]
mediasession.h 97 has_video(false),
128 bool has_video; member in struct:cricket::MediaSessionOptions
call.h 124 bool has_video() const { return has_video_; } function in class:cricket::Call
mediasession.cc     [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 185 // the |options| has set the the has_audio and has_video flags correct.
209 EXPECT_TRUE(options.has_video);
586 EXPECT_TRUE(options.has_video);
598 EXPECT_FALSE(options.has_video);
608 EXPECT_FALSE(options.has_video);
621 EXPECT_TRUE(options.has_video);
636 EXPECT_TRUE(options.has_video);
700 EXPECT_TRUE(answer_options.has_video);
709 EXPECT_FALSE(offer_options.has_video);
719 EXPECT_TRUE(updated_offer_options.has_video);
    [all...]
mediastreamsignaling.cc 76 // |options->has_video| can only change from false to
80 options->has_video |= value;
85 options->has_video |= is_answer;
123 (options.has_audio || options.has_video || options.has_data());
185 options_.has_video = false;
379 // MediaSessionOptions::has_video affect subsequent offers.
538 options_.has_video = true;
    [all...]
webrtcsession_unittest.cc 500 options.has_video = true;
514 options.has_video = true;
684 options.has_video = true;
698 options.has_video = true;
    [all...]
  /external/chromium_org/media/base/
pipeline.h 40 PipelineMetadata() : has_audio(false), has_video(false) {}
43 bool has_video; member in struct:media::PipelineMetadata
pipeline_unittest.cc 424 EXPECT_FALSE(metadata_.has_video);
437 EXPECT_TRUE(metadata_.has_video);
453 EXPECT_TRUE(metadata_.has_video);
467 EXPECT_TRUE(metadata_.has_video);
487 EXPECT_TRUE(metadata_.has_video);
753 EXPECT_TRUE(metadata_.has_video);
774 EXPECT_TRUE(metadata_.has_video);
    [all...]
pipeline.cc 399 metadata.has_video = video_renderer_;
  /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...]
  /system/core/include/system/
audio.h 733 bool has_video; \/\/ true if stream is tied to a video stream member in struct:__anon81283
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
OnePlayerActivity.java 77 mHasVideo = (CheckBox) findViewById(R.id.has_video);
  /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_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 767 bool has_video = false; local
773 has_video = true;
776 if (!has_video) {
    [all...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 179 offloadInfo.has_video = ((mCreateFlags & HAS_VIDEO) != 0);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h     [all...]

Completed in 703 milliseconds

1 2