Home
last modified time | relevance | path

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

/external/libvpx/test/
Dencode_api_test.cc52 vpx_codec_encode(nullptr, nullptr, 0, 0, 0, 0)); in TEST()
54 vpx_codec_encode(nullptr, &img, 0, 0, 0, 0)); in TEST()
73 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, nullptr, 0, 0, 0, 0)); in TEST()
115 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, &img, 0, 1, 0, 0)); in TEST()
326 EXPECT_EQ(vpx_codec_encode(enc, video.img(), video.pts(), video.duration(), in EncodeWithConfig()
Dencode_test_driver.cc87 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal()
95 vpx_codec_encode(&encoder_, nullptr, 0, 0, 0, deadline_); in Flush()
Dframe_size_tests.cc62 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal()
/external/libvpx/vpx/
Dexports_enc5 text vpx_codec_encode
Dvpx_encoder.h1020 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img,
/external/libvpx/
Dusage_cx.dox3 The vpx_codec_encode() function is at the core of the encode loop. It
Dvpxenc.c1450 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
/external/libvpx/examples/
Dtwopass_encoder.c77 vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in get_frame_stats()
104 vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in encode_frame()
Dvp9_lossless_encoder.c38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp8cx_set_ref.c73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dsimple_encoder.c124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dset_maps.c131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp9cx_set_ref.c115 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp8_multi_resolution_encoder.c592 if (vpx_codec_encode(&codec[0], frame_avail ? &raw[0] : NULL, frame_cnt, 1, in main()
Dsvc_encodeframe.c547 vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, deadline); in vpx_svc_encode()
Dvpx_temporal_svc_encoder.c979 if (vpx_codec_encode(&codec, frame_avail ? &raw : NULL, pts, 1, flags, in main()
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc345 return ::vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in codec_encode()
/external/libvpx/vpx/src/
Dvpx_encoder.c187 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in vpx_codec_encode() function
/external/openscreen/cast/standalone_sender/
Dstreaming_vpx_encoder.cc334 vpx_codec_encode(&encoder_, work_unit.image.get(), pts, in EncodeFrame()