OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPayloadSpecifics
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
109
bool
GetPayloadSpecifics
(uint8_t payload_type, PayloadUnion* payload) const;
/external/webrtc/webrtc/video/
vie_receiver.cc
330
if (!rtp_payload_registry_->
GetPayloadSpecifics
(header.payloadType,
396
if (!rtp_payload_registry_->
GetPayloadSpecifics
(last_media_payload_type,
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
49
if (!rtp_payload_registry_->
GetPayloadSpecifics
(header.payloadType,
test_api_video.cc
176
EXPECT_TRUE(rtp_payload_registry_.
GetPayloadSpecifics
(header.payloadType,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
140
if (!rtp_payload_registry_->
GetPayloadSpecifics
(header.payloadType,
rtp_payload_registry.cc
330
bool RTPPayloadRegistry::
GetPayloadSpecifics
(uint8_t payload_type,
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
258
it->second->rtp_payload_registry_->
GetPayloadSpecifics
(
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 113 milliseconds