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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.h 31 bool is_red,
rtp_receiver_audio.h 55 bool is_red,
101 bool is_red);
rtp_receiver_impl.cc 170 bool is_red = false; local
172 if (CheckPayloadChanged(rtp_header, first_payload_byte, &is_red,
202 &webrtc_rtp_header, payload_specific, is_red, payload, payload_length,
322 bool* is_red,
340 *is_red = true;
362 *is_red = false;
392 *is_red = false;
rtp_receiver_audio.cc 183 bool is_red,
204 is_red);
284 bool is_red) {
372 if (is_red && !(payload_data[0] & 0x80)) {
rtp_receiver_impl.h 74 bool* is_red,
rtp_receiver_strategy.h 44 bool is_red,
rtp_receiver_video.cc 54 bool is_red,

Completed in 378 milliseconds