Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_enc5 text vpx_codec_encode
Dvpx_encoder.h940 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
/external/libvpx/libvpx/
Dusage_cx.dox3 The vpx_codec_encode() function is at the core of the encode loop. It
Dvpxenc.c1667 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c77 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags, in get_frame_stats()
107 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags, in encode_frame()
Dvp9_lossless_encoder.c38 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 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.c126 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
Dset_maps.c135 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
Dvp8_multi_resolution_encoder.c650 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL, in main()
Dvpx_temporal_svc_encoder.c744 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts, 1, flags, in main()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc96 res = vpx_codec_encode(&encoder_, img, video.pts(), video.duration(), in EncodeFrameInternal()
102 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0, in Flush()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c200 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode() function
Dsvc_encodeframe.c523 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, in vpx_svc_encode()