Home
last modified time | relevance | path

Searched defs:ParsePayload (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_decoder_pcm.cc22 std::vector<AudioDecoder::ParseResult> AudioDecoderPcmU::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderPcmU
63 std::vector<AudioDecoder::ParseResult> AudioDecoderPcmA::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderPcmA
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_decoder_g722.cc53 std::vector<AudioDecoder::ParseResult> AudioDecoderG722Impl::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderG722Impl
144 std::vector<AudioDecoder::ParseResult> AudioDecoderG722StereoImpl::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderG722StereoImpl
/aosp_15_r20/external/grpc-grpc/tools/http2_interop/
H A Dframe.go23 ParsePayload(io.Reader) error methodSpec
H A Dhttp1frame.go33 func (f *HTTP1Frame) ParsePayload(r io.Reader) error { func
H A Dunknownframe.go31 func (f *UnknownFrame) ParsePayload(r io.Reader) error { func
H A Dping.go35 func (f *PingFrame) ParsePayload(r io.Reader) error { func
H A Dgoaway.go36 func (f *GoAwayFrame) ParsePayload(r io.Reader) error { func
H A Dsettings.go75 func (f *SettingsFrame) ParsePayload(r io.Reader) error { func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/http2_interop/
Dframe.go23 ParsePayload(io.Reader) error methodSpec
Dhttp1frame.go33 func (f *HTTP1Frame) ParsePayload(r io.Reader) error { func
Dunknownframe.go31 func (f *UnknownFrame) ParsePayload(r io.Reader) error { func
Dping.go35 func (f *PingFrame) ParsePayload(r io.Reader) error { func
Dgoaway.go36 func (f *GoAwayFrame) ParsePayload(r io.Reader) error { func
Dsettings.go75 func (f *SettingsFrame) ParsePayload(r io.Reader) error { func
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_decoder_pcm16b.cc55 std::vector<AudioDecoder::ParseResult> AudioDecoderPcm16B::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderPcm16B
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc57 std::vector<AudioDecoder::ParseResult> AudioDecoderIlbcImpl::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderIlbcImpl
/aosp_15_r20/external/webrtc/test/
H A Daudio_decoder_proxy_factory.h56 std::vector<ParseResult> ParsePayload(rtc::Buffer&& payload, in ParsePayload() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_opus.cc38 std::vector<AudioDecoder::ParseResult> AudioDecoderOpusImpl::ParsePayload( in ParsePayload() function in webrtc::AudioDecoderOpusImpl
H A Daudio_decoder_multi_channel_opus_impl.cc89 AudioDecoderMultiChannelOpusImpl::ParsePayload(rtc::Buffer&& payload, in ParsePayload() function in webrtc::AudioDecoderMultiChannelOpusImpl
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dfake_decode_from_file.cc57 std::vector<AudioDecoder::ParseResult> FakeDecodeFromFile::ParsePayload( in ParsePayload() function in webrtc::test::FakeDecodeFromFile
/aosp_15_r20/external/webrtc/api/audio_codecs/
H A Daudio_decoder.cc72 std::vector<AudioDecoder::ParseResult> AudioDecoder::ParsePayload( in ParsePayload() function in webrtc::AudioDecoder
/aosp_15_r20/external/webrtc/video/
H A Dpicture_id_tests.cc82 bool ParsePayload(const uint8_t* packet, in ParsePayload() function in webrtc::PictureIdObserver
H A Dvideo_send_stream_tests.cc4119 bool ParsePayload(const uint8_t* packet, in TestTemporalLayers() function in webrtc::VideoSendStreamTest::TestTemporalLayers::TemporalLayerObserver
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_network_stats_unittest.cc80 std::vector<ParseResult> ParsePayload(rtc::Buffer&& payload, in ParsePayload() function in webrtc::test::MockAudioDecoder