Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DEncodeHelpers.cpp91 constexpr int kStartCodeLength = 4; in extractCSDInfo() local
108 if (tmpOutput + kStartCodeLength + parser.length() > tmpConfigDataEnd) { in extractCSDInfo()
112 std::memcpy(tmpOutput, kStartCode, kStartCodeLength); in extractCSDInfo()
113 tmpOutput += kStartCodeLength; in extractCSDInfo()
/external/libwebm/m2ts/
Dwebm2pes.cc183 const int kStartCodeLength = 4; in Write() local
184 for (int i = 0; i < kStartCodeLength; ++i) in Write()