Searched refs:vpx_codec_get_frame (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | exports_dec | 3 text vpx_codec_get_frame
|
D | vpx_decoder.h | 246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
|
D | decode_with_partial_drops.c | 307 while((img = vpx_codec_get_frame(&codec, &iter))) { in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.h | 30 return vpx_codec_get_frame(decoder_, &iter_); in Next()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 824 if ((img = vpx_codec_get_frame(&decoder, &iter))) { in main_loop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 138 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() function
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 571 img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); in FillRenderBuffer()
|