Searched refs:vpx_codec_get_frame (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | exports_dec | 3 text vpx_codec_get_frame
|
D | vpx_decoder.h | 242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
|
/external/libvpx/libvpx/examples/ |
D | simple_decoder.c | 140 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
|
D | postproc.c | 124 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
|
D | decode_with_drops.c | 134 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) in main()
|
D | decode_to_md5.c | 121 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) { in main()
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 42 through the vpx_codec_get_frame() iterator. The application initializes the 44 vpx_codec_get_frame repeatedly until it returns NULL, indicating that all
|
D | vpxdec.c | 843 if ((img = vpx_codec_get_frame(&decoder, &iter))) { in main_loop()
|
/external/libvpx/libvpx/test/ |
D | decode_test_driver.h | 30 return vpx_codec_get_frame(decoder_, &iter_); in Next()
|
D | decode_api_test.cc | 119 EXPECT_EQ(NULL, vpx_codec_get_frame(&dec, &iter)); in TEST()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 128 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() function
|