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

  /external/chromium_org/media/filters/
stream_parser_factory.h 31 // |has_audio| is true if an audio 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 301 bool* has_audio,
307 *has_audio = false;
316 *has_audio = !audio_codecs.empty();
chunk_demuxer_unittest.cc 172 void CreateInitSegment(bool has_audio, bool has_video,
189 if (has_audio) {
225 if (has_audio) {
263 bool has_audio, bool has_video) {
267 if (has_audio) {
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)
893 bool has_audio = (i & 0x1) != 0; local
    [all...]
chunk_demuxer.cc 883 bool has_audio = false;
887 &has_audio, &has_video));
892 if ((has_audio && !source_id_audio_.empty()) ||
896 if (has_audio)
911 has_audio, local
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 44 bool has_audio() const { return microphone_requested_; } function in class:MediaStreamDevicesController
media_stream_infobar_delegate.cc 66 DCHECK(controller_->has_audio() || controller_->has_video());
93 if (!controller_->has_audio())
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 173 if (has_audio()) {
217 EXPECT_TRUE(has_audio());
218 if (!has_audio() || audio_packets_.empty()) {
343 bool has_audio() { return audio_stream_index_ >= 0; } function in class:media::FFmpegTest
438 if (has_audio()) {
454 if (!has_audio()) {
500 if (!has_audio() && duration() >= 0.5) {
526 if (!has_audio()) {
553 if (has_audio()) {
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 98 bool has_audio = params->options.audio.get() && *params->options.audio.get(); local
101 if (!has_audio && !has_video) {
106 if (has_audio) {
  /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.
195 EXPECT_TRUE(options.has_audio);
514 EXPECT_TRUE(options.has_audio);
526 EXPECT_TRUE(options.has_audio);
536 EXPECT_TRUE(options.has_audio);
549 EXPECT_FALSE(options.has_audio);
564 EXPECT_TRUE(options.has_audio);
628 EXPECT_TRUE(answer_options.has_audio);
637 EXPECT_FALSE(offer_options.has_audio);
647 EXPECT_TRUE(updated_offer_options.has_audio);
    [all...]
mediastreamsignaling.cc 69 // |options-|has_audio| can only change from false to
73 options->has_audio |= value;
76 options->has_audio = true;
129 (options.has_audio || options.has_video || options.has_data());
183 options_.has_audio = false;
324 // Copy the |options_| to not let the flag MediaSessionOptions::has_audio and
486 options_.has_audio = true;
    [all...]
webrtcsession_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 251 if (options.has_audio) {
315 options.has_audio = true;
482 opts.has_audio = true;
512 opts.has_audio = true;
521 updated_opts.has_audio = true;
723 opts.has_audio = false;
    [all...]
mediasession.h 93 has_audio(true), // Audio enabled by default.
114 bool has_audio; member in struct:cricket::MediaSessionOptions
mediasession.cc     [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 304 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL;
308 if (!has_audio && !has_audio) {
328 if (has_audio) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 356 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL; local
360 if (!has_audio && !has_video) {
383 if (has_audio &&
407 if (has_audio) {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 639 bool has_audio,
    [all...]
web_contents_impl.cc     [all...]

Completed in 1971 milliseconds