OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_video_time
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc
543
int64
last_video_time
= AV_NOPTS_VALUE;
local
545
ASSERT_GT(decoded_video_time(),
last_video_time
);
local
546
last_video_time
= decoded_video_time();
Completed in 82 milliseconds