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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dtwopass_encoder.c78 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
103 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
H A Dsimple_encoder.c128 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
H A Dvp8cx_set_ref.c74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
H A Dset_maps.c133 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
H A Dvp8_multi_resolution_encoder.c389 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL,
H A Dvpx_temporal_scalable_patterns.c612 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts, 1, flags,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc63 res = vpx_codec_encode(&encoder_,
70 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_encoder.h249 * This type indicates a bitfield to be passed to vpx_codec_encode(), defining
824 * any held buffers. Encoding is complete when vpx_codec_encode() is called
841 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c204 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, function
H A Dsvc_encodeframe.c898 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1293 vpx_codec_encode(&stream->encoder, img, frame_start,

Completed in 178 milliseconds