Searched refs:codec_encode (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/interface/ |
H A D | mock_libvpx_interface.h | 122 codec_encode,
|
H A D | libvpx_interface.h | 107 virtual vpx_codec_err_t codec_encode(vpx_codec_ctx_t* ctx,
|
H A D | libvpx_interface.cc | 339 vpx_codec_err_t codec_encode(vpx_codec_ctx_t* ctx, in codec_encode() function in webrtc::__anon6a41e3370111::LibvpxFacade
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 88 codec_encode(PyObject *self, PyObject *args) in codec_encode() function 1060 {"encode", codec_encode, METH_VARARGS,
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | vp9_encoder_references_fuzzer.cc | 337 vpx_codec_err_t codec_encode(vpx_codec_ctx_t* ctx, in codec_encode() function in webrtc::__anoncd39b5cc0111::StubLibvpx
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/ |
H A D | vp8_impl_unittest.cc | 623 EXPECT_CALL(*vpx, codec_encode(_, _, /* pts = */ 0, _, _, _)) in TEST_F()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/ |
H A D | libvpx_vp8_encoder.cc | 1056 error = libvpx_->codec_encode(&encoders_[0], &raw_images_[0], timestamp_, in Encode()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/ |
H A D | libvpx_vp9_encoder.cc | 1258 const vpx_codec_err_t rv = libvpx_->codec_encode( in Encode()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/test/ |
H A D | vp9_impl_unittest.cc | 2410 EXPECT_CALL(*vpx, codec_encode).WillOnce(Return(VPX_CODEC_OK)); in TEST_P()
|