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

  /external/chromium_org/media/base/
stream_parser_unittest.cc 244 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/
frame_processor_unittest.cc 134 void ProcessFrames(const std::string& audio_timestamps,
137 StringToBufferQueue(audio_timestamps, audio_id_, DemuxerStream::AUDIO),

Completed in 43 milliseconds