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

  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 279 int got_picture = 0; local
293 &got_picture, &packet);
299 if (result < 0 || (got_picture == 0 && end_of_stream)) {
303 if (got_picture) {
  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 324 int got_picture = 0; local
330 &got_picture, &packet);
333 if (got_picture) {
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 431 int got_picture = 0; local
437 &got_picture, &packet);
440 if (got_picture) {

Completed in 60 milliseconds