OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_received_payload_type
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc
261
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
) {
rtp_payload_registry_unittest.cc
206
EXPECT_EQ(17, rtp_payload_registry_->
last_received_payload_type
());
219
EXPECT_EQ(-1, rtp_payload_registry_->
last_received_payload_type
());
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
146
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
) {
152
last_received_payload_type_ =
last_received_payload_type
;
Completed in 983 milliseconds