OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_decode
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vpx/
vpx_decoder.h
199
vpx_codec_err_t
vpx_codec_decode
(vpx_codec_ctx_t *ctx,
213
*
vpx_codec_decode
call, and remains valid until the next call to
vpx_codec_decode
.
/external/libvpx/vpx/src/
vpx_decoder_compat.c
101
return
vpx_codec_decode
((vpx_codec_ctx_t *)ctx, data, data_sz, user_priv,
vpx_decoder.c
115
vpx_codec_err_t
vpx_codec_decode
(vpx_codec_ctx_t *ctx,
function
/frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
251
if (
vpx_codec_decode
(
/external/libvpx/
vpxdec.c
1024
if (
vpx_codec_decode
(&decoder, buf, buf_sz, NULL, 0))
[
all
...]
Completed in 254 milliseconds