Searched refs:padding_bytes_ (Results 1 – 2 of 2) sorted by relevance
273 padding_bytes_(0) { in Rpsi()299 size_t fci_length = 2 + (rpsi_.NumberOfValidBits / 8) + padding_bytes_; in BlockLength()303 uint8_t padding_bytes_; variable
471 CreateRpsi(rpsi_, padding_bytes_, packet, index); in Create()496 padding_bytes_ = 4 - ((2 + required_bytes) % 4); in WithPictureId()497 if (padding_bytes_ == 4) { in WithPictureId()498 padding_bytes_ = 0; in WithPictureId()