Home
last modified time | relevance | path

Searched refs:last_audio_time (Results 1 – 1 of 1) sorted by relevance

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