Home
last modified time | relevance | path

Searched defs:l_bit (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_header_reader_writer.cc64 bool l_bit = (data[0] & 0x40) != 0u; in ReadFecHeader() local
116 bool l_bit = (packet_mask_size == kUlpfecPacketMaskSizeLBitSet); in FinalizeFecHeader() local
Drtp_format_vp8_test_helper.cc126 int l_bit = Bit(buffer[1], 6); in CheckTl0PicIdx() local
Dvideo_rtp_depacketizer_vp9.cc223 bool l_bit = first_byte & 0b0010'0000; // Layer indices present. in ParseRtpPayload() local
Drtp_format_vp9.cc408 bool l_bit = LayerInfoPresent(hdr_); in WriteHeader() local