Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_dec3 text vpx_codec_get_frame
Dvpx_decoder.h242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/examples/
Dsimple_decoder.c140 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
Dpostproc.c124 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
Ddecode_with_drops.c134 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) in main()
Ddecode_to_md5.c121 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
/external/libvpx/libvpx/
Dusage_dx.dox42 through the vpx_codec_get_frame() iterator. The application initializes the
44 vpx_codec_get_frame repeatedly until it returns NULL, indicating that all
Dvpxdec.c843 if ((img = vpx_codec_get_frame(&decoder, &iter))) { in main_loop()
/external/libvpx/libvpx/test/
Ddecode_test_driver.h30 return vpx_codec_get_frame(decoder_, &iter_); in Next()
Ddecode_api_test.cc119 EXPECT_EQ(NULL, vpx_codec_get_frame(&dec, &iter)); in TEST()
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c128 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() function