Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp56 bool has3ByteStartCode = false; in ReadFrame() local
58 has3ByteStartCode = ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 1; in ReadFrame()
60 if (has4ByteStartCode || has3ByteStartCode) { in ReadFrame()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp122 bool has3ByteStartCode = false; in readPicture() local
124 has3ByteStartCode = ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 1; in readPicture()
126 if (has4ByteStartCode || has3ByteStartCode) { in readPicture()