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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderAVC.cpp364 uint32_t zeroByteCount = 0; local
371 zeroByteCount ++;
376 if (inBuffer[pos - 1] != 0x01 || zeroByteCount < 2) {
385 zeroByteCount = 0;
396 while ((dataRemaining > 0) && (zeroByteCount < 3)) {
397 if (((((intptr_t)dataPtr) & 0xF ) == 0) && (0 == zeroByteCount)
434 zeroByteCount = 0;
438 zeroByteCount = singleByteTable[zeroByteCount][*dataPtr];
445 if ((3 == zeroByteCount)
[all...]

Completed in 27 milliseconds