Searched defs:NoOfBytes (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.c493 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) argument
501 for (ui8Lp = NoOfBytes; ui8Lp > 0; ui8Lp--)
504 BitStream->Offset += NoOfBytes;
H A Dtng_jpegES.c629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) argument
637 for (ui8Lp = NoOfBytes; ui8Lp > 0; ui8Lp--)
640 BitStream->Offset += NoOfBytes;

Completed in 33 milliseconds