Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dexports_dec3 text vpx_codec_get_frame
Dvpx_decoder.h221 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
/external/libvpx/examples/
Dsimple_decoder.txt62 `vpx_codec_get_frame` iterator function. The iterator variable `iter` is
64 `vpx_codec_get_frame` is called in a loop, returning a pointer to a
Ddecoder_tmpl.txt42 while((img = vpx_codec_get_frame(&codec, &iter))) {
/external/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.c959 if ((img = vpx_codec_get_frame(&decoder, &iter))) in main()
/external/libvpx/vpx/src/
Dvpx_decoder_compat.c108 return vpx_codec_get_frame((vpx_codec_ctx_t *)ctx, iter); in vpx_dec_get_frame()
Dvpx_decoder.c134 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() function