/external/libvpx/libvpx/vpx/ |
exports_enc | 4 text vpx_codec_encode
|
vpx_encoder.h | 249 * This type indicates a bitfield to be passed to vpx_codec_encode(), defining 816 * any held buffers. Encoding is complete when vpx_codec_encode() is called 833 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, [all...] |
vp8cx.h | 308 * vpx_codec_encode(). See the definition of VP8_EFLAG_* above.
|
/external/libvpx/libvpx/ |
usage_cx.dox | 3 The vpx_codec_encode() function is at the core of the encode loop. It
|
vp8_multi_resolution_encoder.c | 403 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL,
|
vp8_scalable_patterns.c | 650 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts,
|
vpxenc.c | [all...] |
/external/libvpx/libvpx/examples/ |
encoder_tmpl.txt | 55 if(vpx_codec_encode(&codec, frame_avail? &raw : NULL, frame_cnt,
|
vp8cx_set_ref.txt | 62 if(vpx_codec_encode(&codec, frame_avail? &raw : NULL, frame_cnt,
|
twopass_encoder.txt | 45 if(vpx_codec_encode(&codec, frame_avail? &raw : NULL, frame_cnt,
|
/external/libvpx/libvpx/test/ |
encode_test_driver.cc | 63 res = vpx_codec_encode(&encoder_, 70 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0,
|
encode_test_driver.h | 107 // This is a thin wrapper around vpx_codec_encode(), so refer to
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.cc | 142 ret = vpx_codec_encode(&codec, &image, frame, 1, 0, deadline_);
|
/external/chromium_org/media/cast/video_sender/codecs/vp8/ |
vp8_encoder.cc | 161 if (vpx_codec_encode(encoder_, raw_image_, timestamp_, duration, flags,
|
/external/chromium_org/remoting/codec/ |
video_encoder_vpx.cc | 121 vpx_codec_err_t ret = vpx_codec_encode(codec_.get(), image_.get(),
|
/external/libvpx/libvpx/vpx/src/ |
vpx_encoder.c | 203 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, function
|
svc_encodeframe.c | 814 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration,
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 814 codec_return = vpx_codec_encode(
|