Searched defs:has_audio (Results 1 – 10 of 10) sorted by relevance
106 bool has_audio = params->options.audio.get() && *params->options.audio.get(); in RunSync() local
41 bool has_audio; member
377 bool* has_audio, in Create()
74 const bool has_audio = (stream_flags & HAS_AUDIO) != 0; in AddTestTracks() local
211 bool has_audio = (stream_flags & HAS_AUDIO) != 0; in CreateInitSegmentInternal() local334 bool has_audio = (stream_flags & HAS_AUDIO) != 0; in AddId() local1208 bool has_audio = (i & 0x1) != 0; in TEST_F() local1284 bool has_audio = (i & 0x1) != 0; in TEST_F() local
1197 bool has_audio = false; in AddId() local
343 bool has_audio() { return audio_stream_index_ >= 0; } in has_audio() function in media::FFmpegTest
127 bool has_audio; member
356 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL; in ParseGingleTransportInfos() local
3115 bool has_audio, in OnMediaPlayingNotification()