Searched refs:i_bit (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp9.cc621 bool i_bit = PictureIdPresent(hdr_); local
630 RETURN_FALSE_ON_ERROR(writer.WriteBits(i_bit ? 1 : 0, 1));
640 if (i_bit && !WritePictureId(hdr_, &writer)) {
677 uint32_t i_bit, p_bit, l_bit, f_bit, b_bit, e_bit, v_bit; local
678 RETURN_FALSE_ON_ERROR(parser.ReadBits(&i_bit, 1));
705 if (i_bit && !ParsePictureId(&parser, vp9)) {

Completed in 101 milliseconds