Searched defs:has_audio (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_api.cc106 bool has_audio = params->options.audio.get() && *params->options.audio.get(); local
109 if (!has_audio && !has_video) {
114 if (has_audio) {
/external/chromium_org/media/base/
H A Dpipeline.h39 : has_audio(false), has_video(false), video_rotation(VIDEO_ROTATION_0) {}
41 bool has_audio; member in struct:media::PipelineMetadata
/external/chromium_org/media/filters/
H A Dframe_processor_unittest.cc74 const bool has_audio = (stream_flags & HAS_AUDIO) != 0; local
76 ASSERT_TRUE(has_audio || has_video);
78 if (has_audio) {
H A Dstream_parser_factory.cc377 bool* has_audio,
383 *has_audio = false;
392 *has_audio = !audio_codecs.empty();
373 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.cc1197 bool has_audio = false;
1201 &has_audio, &has_video));
1206 if ((has_audio && !source_id_audio_.empty()) ||
1210 if (has_audio)
1235 has_audio, local
H A Dchunk_demuxer_unittest.cc211 bool has_audio = (stream_flags & HAS_AUDIO) != 0; local
228 if (has_audio) {
290 if (has_audio) {
334 bool has_audio = (stream_flags & HAS_AUDIO) != 0; local
339 if (has_audio) {
349 if (!has_audio && !has_video) {
1208 bool has_audio = (i & 0x1) != 0; local
1214 if ((!has_audio && is_audio_encrypted) ||
1230 if (has_audio)
1240 if (has_audio) {
1284 bool has_audio = (i & 0x1) != 0; local
[all...]
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc173 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/
H A Dsessionmessages.cc356 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL; local
360 if (!has_audio && !has_video) {
385 if (has_audio &&
409 if (has_audio) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h96 has_audio(true), // Audio enabled by default.
127 bool has_audio; member in struct:cricket::MediaSessionOptions
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3115 bool has_audio,
3121 if (has_audio) {
3113 OnMediaPlayingNotification(int64 player_cookie, bool has_video, bool has_audio, bool is_remote) argument

Completed in 5755 milliseconds