Searched refs:last_received_payload_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h125 int8_t last_received_payload_type() const { function in class:webrtc::RTPPayloadRegistry
129 void set_last_received_payload_type(int8_t last_received_payload_type) { argument
131 last_received_payload_type_ = last_received_payload_type;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc275 int8_t last_received_payload_type = local
276 rtp_payload_registry_->last_received_payload_type();
278 (last_received_payload_type == -1 && ssrc_ == 0)) {
291 if (rtp_header.payloadType == last_received_payload_type) {
350 int8_t last_received_payload_type = local
351 rtp_payload_registry_->last_received_payload_type();
354 if (payload_type != last_received_payload_type) {
368 if (payload_type == last_received_payload_type) {
H A Drtp_payload_registry_unittest.cc199 EXPECT_EQ(17, rtp_payload_registry_->last_received_payload_type());
212 EXPECT_EQ(-1, rtp_payload_registry_->last_received_payload_type());

Completed in 331 milliseconds