Home
last modified time | relevance | path

Searched defs:i_bit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_vp9.cc168 bool i_bit = first_byte & 0b1000'0000; // PictureId present . in ParseRtpPayload() local
H A Drtp_format_vp8_test_helper.cc110 int i_bit = Bit(buffer[1], 7); in CheckPictureID() local
H A Drtp_format_vp9.cc406 bool i_bit = PictureIdPresent(hdr_); in WriteHeader() local