Home
last modified time | relevance | path

Searched refs:CreateMatchingDecoder (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/test/
H A Dencoder_settings.cc133 VideoReceiveStreamInterface::Decoder CreateMatchingDecoder( in CreateMatchingDecoder() function
142 VideoReceiveStreamInterface::Decoder CreateMatchingDecoder( in CreateMatchingDecoder() function
144 return CreateMatchingDecoder(config.rtp.payload_type, in CreateMatchingDecoder()
H A Dencoder_settings.h56 VideoReceiveStreamInterface::Decoder CreateMatchingDecoder(
60 VideoReceiveStreamInterface::Decoder CreateMatchingDecoder(
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dframe_encryption_tests.cc48 test::CreateMatchingDecoder(*send_config); in ModifyVideoConfigs()
H A Dmulti_stream_tester.cc108 test::CreateMatchingDecoder(send_config); in RunTest()
H A Dmulti_codec_receive_tests.cc190 test::CreateMatchingDecoder( in ConfigureDecoders()
H A Dfec_tests.cc122 test::CreateMatchingDecoder(*send_config); in TEST_F()
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dvideo_replay.cc333 decoder = test::CreateMatchingDecoder(decoder.payload_type, in ConfigureFromFile()
417 decoder = test::CreateMatchingDecoder(absl::GetFlag(FLAGS_media_payload_type), in ConfigureFromFlags()
/aosp_15_r20/external/webrtc/test/fuzzers/utils/
H A Drtp_replayer.cc119 decoder = test::CreateMatchingDecoder(decoder.payload_type, in SetupVideoStreams()
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc552 CreateMatchingDecoder(CodecTypeToPayloadType(config.encoder.codec), in ReceiveVideoStream()