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 - 9
of
9
) sorted by null
/external/libvpx/libvpx/test/
decode_test_driver.h
30
return
vpx_codec_get_frame
(decoder_, &iter_);
/external/libvpx/libvpx/vpx/
vpx_decoder.h
243
vpx_image_t *
vpx_codec_get_frame
(vpx_codec_ctx_t *ctx,
/external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.cc
68
img =
vpx_codec_get_frame
(decoder_.get(), &iter);
/external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc
124
vpx_image_ =
vpx_codec_get_frame
(vpx_codec_, &iter);
/external/chromium_org/media/filters/
vpx_video_decoder.cc
275
const vpx_image_t* vpx_image =
vpx_codec_get_frame
(vpx_codec_, &iter);
309
vpx_image_alpha =
vpx_codec_get_frame
(vpx_codec_alpha_, &iter_alpha);
/external/libvpx/libvpx/vpx/src/
vpx_decoder.c
134
vpx_image_t *
vpx_codec_get_frame
(vpx_codec_ctx_t *ctx,
function
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
134
vpx_image_t *img =
vpx_codec_get_frame
((vpx_codec_ctx_t *)mCtx, &iter);
/external/chromium_org/remoting/codec/
video_decoder_vpx.cc
110
vpx_image_t* image =
vpx_codec_get_frame
(codec_.get(), &iter);
/external/libvpx/libvpx/
vpxdec.c
1010
if ((img =
vpx_codec_get_frame
(&decoder, &iter))) {
[
all
...]
Completed in 262 milliseconds