HomeSort by relevance Sort by last modified time
    Searched refs:first_payload_byte (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 73 const int8_t first_payload_byte,
rtp_receiver_impl.cc 169 int8_t first_payload_byte = payload_length > 0 ? payload[0] : 0; local
172 if (CheckPayloadChanged(rtp_header, first_payload_byte, &is_red,
321 const int8_t first_payload_byte,
339 payload_type = first_payload_byte & 0x7f;

Completed in 240 milliseconds