Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_dec3 text vpx_codec_get_frame
Dvpx_decoder.h246 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
Ddecode_with_partial_drops.c307 while((img = vpx_codec_get_frame(&codec, &iter))) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h30 return vpx_codec_get_frame(decoder_, &iter_); in Next()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c824 if ((img = vpx_codec_get_frame(&decoder, &iter))) { in main_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c138 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() function
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp571 img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); in FillRenderBuffer()