Searched refs:vpx_codec_encode (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc61 res = vpx_codec_encode(&encoder_,
68 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0,
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h253 * This type indicates a bitfield to be passed to vpx_codec_encode(), defining
815 * any held buffers. Encoding is complete when vpx_codec_encode() is called
832 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/
H A Dvp8_multi_resolution_encoder.c404 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL,
H A Dvp8_scalable_patterns.c650 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts,
H A Dvpxenc.c2198 vpx_codec_encode(&stream->encoder, img, frame_start,
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c217 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, function

Completed in 127 milliseconds