Searched refs:vp8_fixed_payload_descriptor_bytes_ (Results 1 – 2 of 2) sorted by relevance
155 vp8_fixed_payload_descriptor_bytes_(1), in RtpPacketizerVp8()170 vp8_fixed_payload_descriptor_bytes_(1), in RtpPacketizerVp8()278 if (max_payload_len_ < vp8_fixed_payload_descriptor_bytes_ + in GeneratePackets()296 (vp8_fixed_payload_descriptor_bytes_ + PayloadDescriptorExtraLength()); in GeneratePackets()343 if (max_payload_len_ < vp8_fixed_payload_descriptor_bytes_ + in GeneratePacketsBalancedAggregates()351 vp8_fixed_payload_descriptor_bytes_ + PayloadDescriptorExtraLength(); in GeneratePacketsBalancedAggregates()413 vp8_fixed_payload_descriptor_bytes_ + PayloadDescriptorExtraLength(); in AggregateSmallPartitions()493 memcpy(&buffer[vp8_fixed_payload_descriptor_bytes_ + extension_length], in WriteHeaderAndPayload()498 return packet_info.size + vp8_fixed_payload_descriptor_bytes_ + in WriteHeaderAndPayload()506 uint8_t* x_field = buffer + vp8_fixed_payload_descriptor_bytes_; in WriteExtensionFields()[all …]
204 const size_t vp8_fixed_payload_descriptor_bytes_; // Length of VP8 payload variable