Searched defs:audio_timestamps (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dstream_parser_unittest.cc244 int audio_timestamps[] = { 100, kEnd }; local
245 GenerateAudioBuffers(audio_timestamps);
265 int audio_timestamps[] = { 100, 103, 104, kEnd }; local
266 GenerateAudioBuffers(audio_timestamps);
283 int audio_timestamps[] = { 100, 105, kEnd }; local
284 GenerateAudioBuffers(audio_timestamps);
296 int audio_timestamps[] = { 100, 100, 100, 102, kEnd }; local
297 GenerateAudioBuffers(audio_timestamps);
308 int audio_timestamps[] = { 100, 100, 100, 102, kEnd }; local
309 GenerateAudioBuffers(audio_timestamps);
318 int audio_timestamps[] = { 101, 102, 100, 103, kEnd }; local
324 int audio_timestamps[] = { 101, 102, 100, 103, kEnd }; local
334 int audio_timestamps[] = { 100, 105, kEnd }; local
360 int audio_timestamps[] = { 100, 105, kEnd }; local
[all...]
/external/chromium_org/media/filters/
H A Dframe_processor_unittest.cc133 void ProcessFrames(const std::string& audio_timestamps, argument
136 StringToBufferQueue(audio_timestamps, audio_id_, DemuxerStream::AUDIO),

Completed in 93 milliseconds