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

  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 44 bool has_audio() const { return microphone_requested_; } function in class:MediaStreamDevicesController
  /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/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/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/media/filters/
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...]
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...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 93 has_audio(true), // Audio enabled by default.
114 bool has_audio; member in struct:cricket::MediaSessionOptions

Completed in 389 milliseconds