OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_get_frame
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vpx/
vpx_decoder.h
221
vpx_image_t *
vpx_codec_get_frame
(vpx_codec_ctx_t *ctx,
/external/libvpx/vpx/src/
vpx_decoder_compat.c
108
return
vpx_codec_get_frame
((vpx_codec_ctx_t *)ctx, iter);
vpx_decoder.c
138
vpx_image_t *
vpx_codec_get_frame
(vpx_codec_ctx_t *ctx,
function
/frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
264
vpx_image_t *img =
vpx_codec_get_frame
((vpx_codec_ctx_t *)mCtx, &iter);
/external/libvpx/
vpxdec.c
1040
if ((img =
vpx_codec_get_frame
(&decoder, &iter)))
[
all
...]
Completed in 62 milliseconds