Home
last modified time | relevance | path

Searched refs:vpx_codec_encode (Results 1 – 17 of 17) 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/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions.txt33 fun:vpx_codec_encode
/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.c525 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, in vpx_svc_encode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc541 if (vpx_codec_encode(encoder_, raw_, timestamp_, duration, flags, in Encode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc885 int error = vpx_codec_encode(&encoders_[0], &raw_images_[0], timestamp_, in Encode()