Home
last modified time | relevance | path

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

/external/libwebm/m2ts/
Dwebm2pes.cc158 const uint32_t bcmv_total_length = length + static_cast<uint32_t>(size()); in Write() local
160 static_cast<std::uint8_t>((bcmv_total_length >> 24) & 0xff), in Write()
161 static_cast<std::uint8_t>((bcmv_total_length >> 16) & 0xff), in Write()
162 static_cast<std::uint8_t>((bcmv_total_length >> 8) & 0xff), in Write()
163 static_cast<std::uint8_t>(bcmv_total_length & 0xff), in Write()