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

  /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 302 bool* has_video) {
308 *has_video = false;
317 *has_video = !video_codecs.empty();
chunk_demuxer_unittest.cc 172 void CreateInitSegment(bool has_audio, bool has_video,
198 if (has_video) {
241 if (has_video) {
263 bool has_audio, bool has_video) {
272 if (has_video) {
277 if (!has_audio && !has_video) {
367 void AppendInitSegment(bool has_audio, bool has_video) {
368 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video);
372 bool has_audio, bool has_video) {
374 source_id, has_audio, has_video, false, false)
894 bool has_video = (i & 0x2) != 0; local
    [all...]
chunk_demuxer.cc 884 bool has_video = false; local
887 &has_audio, &has_video));
893 (has_video && !source_id_video_.empty()))
899 if (has_video)
912 has_video, local
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.cc 66 DCHECK(controller_->has_audio() || controller_->has_video());
78 return controller_->has_video() ?
95 else if (!controller_->has_video())
media_stream_devices_controller.h 45 bool has_video() const { return webcam_requested_; } function in class:MediaStreamDevicesController
  /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 99 bool has_video = params->options.video.get() && *params->options.video.get(); local
101 if (!has_audio && !has_video) {
112 if (has_video) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 267 if (options.has_video) {
316 options.has_video = true;
368 opts.has_video = true;
440 opts.has_video = true;
483 opts.has_video = true;
513 opts.has_video = false;
522 updated_opts.has_video = true;
584 opts.has_video = true;
630 opts.has_video = true;
    [all...]
mediasession.h 94 has_video(false),
115 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 975 has_video = true
    [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 179 // the |options| has set the the has_audio and has_video flags correct.
203 EXPECT_TRUE(options.has_video);
515 EXPECT_TRUE(options.has_video);
527 EXPECT_FALSE(options.has_video);
537 EXPECT_FALSE(options.has_video);
550 EXPECT_TRUE(options.has_video);
565 EXPECT_TRUE(options.has_video);
629 EXPECT_TRUE(answer_options.has_video);
638 EXPECT_FALSE(offer_options.has_video);
648 EXPECT_TRUE(updated_offer_options.has_video);
    [all...]
mediastreamsignaling.cc 82 // |options->has_video| can only change from false to
86 options->has_video |= value;
91 options->has_video |= is_answer;
129 (options.has_audio || options.has_video || options.has_data());
182 options_.has_video = false;
325 // MediaSessionOptions::has_video affect subsequent offers.
498 options_.has_video = true;
    [all...]
webrtcsession_unittest.cc 469 options.has_video = true;
483 options.has_video = true;
568 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...]
  /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) {
392 } else if (has_video &&
410 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:__anon62638
  /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...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 170 offloadInfo.has_video = ((mCreateFlags & HAS_VIDEO) != 0);
Utils.cpp 599 info.has_video = hasVideo;
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 638 bool has_video,
    [all...]
web_contents_impl.cc     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 1264 milliseconds