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

/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc530 int64 last_audio_time = AV_NOPTS_VALUE; local
532 ASSERT_GT(decoded_audio_time(), last_audio_time); local
533 last_audio_time = decoded_audio_time();

Completed in 368 milliseconds