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

/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c58 // `vpx_codec_get_frame` iterator function. The iterator variable `iter` is
60 // `vpx_codec_get_frame` is called in a loop, returning a pointer to a
136 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
H A Ddecode_with_drops.c132 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL)
H A Dpostproc.c122 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
H A Ddecode_to_md5.c119 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h242 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/test/
H A Ddecode_api_test.cc144 EXPECT_EQ(NULL, vpx_codec_get_frame(&dec, &iter));
H A Ddecode_test_driver.h30 return vpx_codec_get_frame(decoder_, &iter_);
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c129 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, function
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1200 img = vpx_codec_get_frame(decoder_, &iter);
1250 img = vpx_codec_get_frame(decoder_, &iter);
/external/libvpx/libvpx/
H A Dvpxdec.c925 if ((img = vpx_codec_get_frame(&decoder, &iter))) {
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc922 img = vpx_codec_get_frame(decoder_, &iter);

Completed in 895 milliseconds