Searched refs:vpx_codec_encode (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | exports_enc | 5 text vpx_codec_encode
|
D | vpx_encoder.h | 940 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
|
/external/libvpx/libvpx/ |
D | usage_cx.dox | 3 The vpx_codec_encode() function is at the core of the encode loop. It
|
D | vpxenc.c | 1667 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 77 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()
|
D | vp9_lossless_encoder.c | 38 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
|
D | vp8cx_set_ref.c | 74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
|
D | simple_encoder.c | 126 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
|
D | set_maps.c | 135 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
|
D | vp8_multi_resolution_encoder.c | 650 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL, in main()
|
D | vpx_temporal_svc_encoder.c | 744 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts, 1, flags, in main()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 96 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/ |
D | vpx_encoder.c | 200 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, in vpx_codec_encode() function
|
D | svc_encodeframe.c | 523 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, in vpx_svc_encode()
|