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

/external/chromium_org/media/base/
H A Dstream_parser_unittest.cc251 int video_timestamps[] = { 100, kEnd }; local
252 GenerateVideoBuffers(video_timestamps);
267 int video_timestamps[] = { 101, 102, 105, kEnd }; local
268 GenerateVideoBuffers(video_timestamps);
285 int video_timestamps[] = { 101, 103, 106, kEnd }; local
286 GenerateVideoBuffers(video_timestamps);
298 int video_timestamps[] = { 101, 101, 101, 103, 103, kEnd }; local
299 GenerateVideoBuffers(video_timestamps);
310 int video_timestamps[] = { 100, 100, 102, 102, 102, kEnd }; local
311 GenerateVideoBuffers(video_timestamps);
326 int video_timestamps[] = { 104, 100, kEnd }; local
336 int video_timestamps[] = { 101, 103, 106, kEnd }; local
362 int video_timestamps[] = { 101, 103, 106, kEnd }; local
[all...]
/external/chromium_org/media/filters/
H A Dframe_processor_unittest.cc134 const std::string& video_timestamps) {
137 StringToBufferQueue(video_timestamps, video_id_, DemuxerStream::VIDEO),
133 ProcessFrames(const std::string& audio_timestamps, const std::string& video_timestamps) argument

Completed in 133 milliseconds