Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dau_parser.h65 uint8_t* DetectStartCodePrefix (const uint8_t* kpBuf, int32_t* pOffset, int32_t iBufSize);
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp757 if (NULL == DetectStartCodePrefix (kpBsBuf, &iOffset, in WelsDecodeBs()
Dau_parser.cpp66 uint8_t* DetectStartCodePrefix (const uint8_t* kpBuf, int32_t* pOffset, int32_t iBufSize) { in DetectStartCodePrefix() function