Home
last modified time | relevance | path

Searched refs:extra_bytes_to_copy (Results 1 – 1 of 1) sorted by relevance

/external/libwebm/m2ts/
Dwebm2pes.cc503 const std::size_t extra_bytes_to_copy = in WritePesPacket() local
505 extra_bytes -= extra_bytes_to_copy; in WritePesPacket()
506 header.packet_length = extra_bytes_to_copy; in WritePesPacket()
513 if (CopyAndEscapeStartCodes(fragment_start, extra_bytes_to_copy, in WritePesPacket()
519 bytes_copied += extra_bytes_to_copy; in WritePesPacket()