Home
last modified time | relevance | path

Searched refs:iBufSize (Results 1 – 2 of 2) 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/
Dau_parser.cpp66 uint8_t* DetectStartCodePrefix (const uint8_t* kpBuf, int32_t* pOffset, int32_t iBufSize) { in DetectStartCodePrefix() argument
71 while ((iIdx < iBufSize) && (! (*pBits))) { in DetectStartCodePrefix()
75 if (iIdx >= iBufSize) break; in DetectStartCodePrefix()
85 iBufSize -= iIdx; in DetectStartCodePrefix()