Searched refs:has_video (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/media/filters/
H A Dstream_parser_factory.h32 // |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);
H A Dchunk_demuxer_unittest.cc169 void CreateInitSegment(bool has_audio, bool has_video, bool has_text, argument
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) { argument
393 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, false);
396 void AppendInitSegmentText(bool has_audio, bool has_video) { argument
397 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, tru
287 AddId(const std::string& source_id, bool has_audio, bool has_video) argument
400 AppendInitSegmentWithSourceId(const std::string& source_id, bool has_audio, bool has_video, bool has_text) argument
407 AppendInitSegmentWithEncryptedInfo(const std::string& source_id, bool has_audio, bool has_video, bool has_text, bool is_audio_encrypted, bool is_video_encrypted) argument
451 InitDemuxer(bool has_audio, bool has_video) argument
456 InitDemuxerText(bool has_audio, bool has_video) argument
461 InitDemuxerWithEncryptionInfo( bool has_audio, bool has_video, bool has_text, bool is_audio_encrypted, bool is_video_encrypted) argument
850 ParseWebMFile(const std::string& filename, const BufferTimestamps* timestamps, const base::TimeDelta& duration, bool has_audio, bool has_video) argument
932 bool has_video = (i & 0x2) != 0; local
990 bool has_video = true; local
[all...]
H A Dstream_parser_factory.cc396 bool* has_video) {
402 *has_video = false;
411 *has_video = !video_codecs.empty();
391 Create( const std::string& type, const std::vector<std::string>& codecs, const LogCB& log_cb, bool* has_audio, bool* has_video) argument
H A Dchunk_demuxer.cc1057 bool has_video = false; local
1060 &has_audio, &has_video));
1066 (has_video && !source_id_video_.empty()))
1072 if (has_video)
1092 has_video, local
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc177 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/
H A Dtab_capture_api.cc114 bool has_video = params->options.video.get() && *params->options.video.get(); local
116 if (!has_audio && !has_video) {
127 if (has_video) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession_unittest.cc261 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;
784 opts.has_video
[all...]
H A Dmediasession.h90 has_video(false),
121 bool has_video; member in struct:cricket::MediaSessionOptions
H A Dcall.h102 bool has_video() const { return has_video_; } function in class:cricket::Call
H A Dmediasession.cc1048 has_video = true;
1147 if (options.has_video) {
1346 bool rejected = !options.has_video || video_content->rejected ||
H A Dmediasessionclient_unittest.cc1185 options.has_video = false;
1195 options.has_video = true;
1913 if (options.has_video) {
2118 if (options.has_video) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling_unittest.cc183 // 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...]
H A Dmediastreamsignaling.cc86 // |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;
H A Dwebrtcsession_unittest.cc473 options.has_video = true;
487 options.has_video = true;
597 options.has_video = true;
1117 options.has_video = true;
1175 options.has_video = true;
1200 options.has_video = true;
1708 options.has_video = false;
1840 options.has_video = false;
1898 options.has_video = true;
2468 options.has_video
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc198 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()
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc357 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
360 if (!has_audio && !has_video) {
394 } else if (has_video &&
412 if (has_video) {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc305 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
332 if (has_video) {
/external/chromium_org/media/base/android/
H A Dmedia_source_player_unittest.cc303 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,
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h699 bool has_video,
H A Dweb_contents_impl.cc2521 bool has_video,
2528 if (has_video) {
2520 OnMediaNotification(int64 player_cookie, bool has_video, bool has_audio, bool is_playing) argument

Completed in 712 milliseconds