/aosp_15_r20/external/libvpx/test/ |
H A D | encode_api_test.cc | 111 EXPECT_EQ(vpx_codec_encode(enc, video.img(), video.pts(), video.duration(), in EncodeWithConfig() 130 vpx_codec_encode(nullptr, nullptr, 0, 0, 0, 0)); in TEST() 132 vpx_codec_encode(nullptr, &img, 0, 0, 0, 0)); in TEST() 151 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, nullptr, 0, 0, 0, 0)); in TEST() 193 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, &img, 0, 1, 0, 0)); in TEST() 244 ASSERT_EQ(vpx_codec_encode(&enc, image, 0, 1, 0, VPX_DL_REALTIME), in TEST() 275 ASSERT_EQ(vpx_codec_encode(&enc, video.img(), video.pts(), video.duration(), in TEST() 326 vpx_codec_encode(&enc, &img_wrapper, 0, 500000, flags, VPX_DL_REALTIME), in TEST() 328 ASSERT_EQ(vpx_codec_encode(&enc, nullptr, -1, 0, 0, 0), VPX_CODEC_OK); in TEST() 361 vpx_codec_encode(&enc, &img_wrapper, 0, 500000, flags, VPX_DL_REALTIME), in TEST() [all …]
|
H A D | keyframe_test.cc | 207 ASSERT_EQ(vpx_codec_encode(&enc, image, i, 1, 0, deadline), VPX_CODEC_OK); in TestKeyframeMaximumInterval() 222 ASSERT_EQ(vpx_codec_encode(&enc, nullptr, 0, 1, 0, deadline), VPX_CODEC_OK); in TestKeyframeMaximumInterval()
|
H A D | encode_test_driver.cc | 87 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()
|
H A D | frame_size_tests.cc | 62 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal()
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | twopass_encoder.c | 77 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()
|
H A D | vp9_lossless_encoder.c | 38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
H A D | vp8cx_set_ref.c | 73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
H A D | simple_encoder.c | 124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
H A D | set_maps.c | 131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
H A D | vp9cx_set_ref.c | 115 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
H A D | vp8_multi_resolution_encoder.c | 592 if (vpx_codec_encode(&codec[0], frame_avail ? &raw[0] : NULL, frame_cnt, 1, in main()
|
H A D | svc_encodeframe.c | 547 vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, deadline); in vpx_svc_encode()
|
H A D | vpx_temporal_svc_encoder.c | 979 if (vpx_codec_encode(&codec, frame_avail ? &raw : NULL, pts, 1, flags, in main()
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | exports_enc | 5 text vpx_codec_encode
|
H A D | vpx_encoder.h | 1047 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img,
|
/aosp_15_r20/external/libvpx/ |
H A D | usage_cx.dox | 3 The vpx_codec_encode() function is at the core of the encode loop. It
|
H A D | vpxenc.c | 1455 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
|
H A D | CHANGELOG | 61 Fix to Possible signed integer overflow found in `vpx_codec_encode`
|
/aosp_15_r20/out/soong/.intermediates/external/libvpx/libvpx/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/ |
D | libvpx.so.toc | 102 97: FUNC GLOBAL DEFAULT 15 vpx_codec_encode
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/interface/ |
H A D | libvpx_interface.cc | 345 return ::vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in codec_encode()
|
/aosp_15_r20/external/libvpx/vpx/src/ |
H A D | vpx_encoder.c | 192 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in vpx_codec_encode() function
|
/aosp_15_r20/external/openscreen/cast/standalone_sender/ |
H A D | streaming_vpx_encoder.cc | 334 vpx_codec_encode(&encoder_, work_unit.image.get(), pts, in EncodeFrame()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/on2/enc/ |
H A D | SoftVPXEncoder.cpp | 729 codec_return = vpx_codec_encode( in onQueueFilled()
|
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxEnc.cpp | 1041 vpx_codec_err_t codec_return = vpx_codec_encode(mCodecContext, &raw_frame, in process()
|