Home
last modified time | relevance | path

Searched defs:EncodeFrame (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dframe_size_tests.cc27 void EncodeFrame(::libvpx_test::VideoSource *video, in EncodeFrame() function in __anon6184b7450111::EncoderWithExpectedError
H A Dencode_test_driver.cc55 void Encoder::EncodeFrame(VideoSource *video, in EncodeFrame() function in libvpx_test::Encoder
H A Dencode_test_driver.h118 void EncodeFrame(VideoSource *video) { EncodeFrame(video, 0); } in EncodeFrame() function
H A Dsimple_encode_test.cc97 TEST_F(SimpleEncodeTest, EncodeFrame) { in TEST_F() argument
/aosp_15_r20/external/webrtc/api/video_codecs/test/
H A Dvideo_encoder_software_fallback_wrapper_unittest.cc198 void VideoEncoderSoftwareFallbackWrapperTestBase::EncodeFrame() { in EncodeFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapperTestBase
202 void VideoEncoderSoftwareFallbackWrapperTestBase::EncodeFrame( in EncodeFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapperTestBase
/aosp_15_r20/external/libaom/test/
H A Dencode_test_driver.cc42 void Encoder::EncodeFrame(VideoSource *video, in EncodeFrame() function in libaom_test::Encoder
H A Dencode_test_driver.h105 void EncodeFrame(VideoSource *video) { EncodeFrame(video, 0); } in EncodeFrame() function
/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dstreaming_vpx_encoder.cc324 void StreamingVpxEncoder::EncodeFrame(bool force_key_frame, in EncodeFrame() function in openscreen::cast::StreamingVpxEncoder
H A Dstreaming_av1_encoder.cc304 void StreamingAv1Encoder::EncodeFrame(bool force_key_frame, in EncodeFrame() function in openscreen::cast::StreamingAv1Encoder
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers_unittest.cc74 int EncodeFrame(bool base_sync, CodecSpecificInfo* info = nullptr) { in EncodeFrame() function in webrtc::ScreenshareLayerTest
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_unittest.cc121 virtual int EncodeFrame(const int16_t* input, in EncodeFrame() function in webrtc::AudioDecoderTest
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server_unittest.cc324 std::string EncodeFrame(std::string message, in EncodeFrame() function
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc1169 void SimpleEncode::EncodeFrame(EncodeFrameResult *encode_frame_result) { in EncodeFrame() function in vp9::SimpleEncode
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c766 static int EncodeFrame(const WebPConfig* const config, WebPPicture* const pic, in EncodeFrame() function