Searched refs:bufLen (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c216 static uint32_t h264_find_next_start_code (uint8_t *pBuf, uint32_t bufLen);
1176 static uint32_t h264_find_next_start_code (uint8_t * pBuf, uint32_t bufLen) argument
1192 while (offset < bufLen - 3) {
1202 if (bufLen - offset <= 3 && startBytes == 0) {

Completed in 5 milliseconds