Searched refs:strmBuffSize (Results 1 – 6 of 6) sorted by relevance
150 pStrmData->strmBuffSize = in h264bsdExtractNalUnit()164 pStrmData->strmBuffSize = byteCount - initByteCount - zeroCount; in h264bsdExtractNalUnit()175 pStrmData->strmBuffSize = len; in h264bsdExtractNalUnit()185 *readBytes = pStrmData->strmBuffSize + initByteCount + zeroCount; in h264bsdExtractNalUnit()195 tmp = pStrmData->strmBuffSize; in h264bsdExtractNalUnit()231 pStrmData->strmBuffSize -= (u32)(readPtr - writePtr); in h264bsdExtractNalUnit()
131 bits = (i32)pStrmData->strmBuffSize*8 - (i32)pStrmData->strmBuffReadBits; in h264bsdShowBits32()199 if ( (pStrmData->strmBuffReadBits ) <= (8*pStrmData->strmBuffSize) ) in h264bsdFlushBits()
181 ASSERT(pStrmData->strmBuffReadBits <= 8 * pStrmData->strmBuffSize); in h264bsdMoreRbspData()183 bits = pStrmData->strmBuffSize * 8 - pStrmData->strmBuffReadBits; in h264bsdMoreRbspData()
50 u32 strmBuffSize; /* size of stream buffer (bytes) */ member
28 #define strmBuffSize r3 macro53 LDR strmBuffSize, [pStrmData, #0xC]63 CMP readBits, strmBuffSize, LSL #3
28 strmBuffSize RN 3 label55 LDR strmBuffSize, [pStrmData, #0xC]65 CMP readBits, strmBuffSize, LSL #3