Searched defs:last_received_payload_type (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_payload_registry.h146 int8_t last_received_payload_type() const { function in class:webrtc::RTPPayloadRegistry
150 void set_last_received_payload_type(int8_t last_received_payload_type) { argument
152 last_received_payload_type_ = last_received_payload_type;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc261 int8_t last_received_payload_type = local
262 rtp_payload_registry_->last_received_payload_type();
264 (last_received_payload_type == -1 && ssrc_ == 0)) {
275 if (rtp_header.payloadType == last_received_payload_type) {
332 int8_t last_received_payload_type = local
333 rtp_payload_registry_->last_received_payload_type();
336 if (payload_type != last_received_payload_type) {
350 if (payload_type == last_received_payload_type) {

Completed in 104 milliseconds