Home
last modified time | relevance | path

Searched refs:vpx_codec_encode (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_enc4 text vpx_codec_encode
Dvpx_encoder.h867 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c78 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags, in get_frame_stats()
103 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags, in encode_frame()
Dvp8cx_set_ref.c74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
Dsimple_encoder.c129 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
Dset_maps.c134 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
Dvp8_multi_resolution_encoder.c371 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL, in main()
Dvpx_temporal_svc_encoder.c620 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts, 1, flags, in main()
/external/libvpx/libvpx/
Dusage_cx.dox3 The vpx_codec_encode() function is at the core of the encode loop. It
Dvpxenc.c1359 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc63 res = vpx_codec_encode(&encoder_, in EncodeFrameInternal()
70 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0, in Flush()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c202 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode() function
Dsvc_encodeframe.c651 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, in vpx_svc_encode()