Home
last modified time | relevance | path

Searched refs:strmBuffSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_byte_stream.c150 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()
Dh264bsd_stream.c131 bits = (i32)pStrmData->strmBuffSize*8 - (i32)pStrmData->strmBuffReadBits; in h264bsdShowBits32()
199 if ( (pStrmData->strmBuffReadBits ) <= (8*pStrmData->strmBuffSize) ) in h264bsdFlushBits()
Dh264bsd_util.c181 ASSERT(pStrmData->strmBuffReadBits <= 8 * pStrmData->strmBuffSize); in h264bsdMoreRbspData()
183 bits = pStrmData->strmBuffSize * 8 - pStrmData->strmBuffReadBits; in h264bsdMoreRbspData()
Dh264bsd_stream.h50 u32 strmBuffSize; /* size of stream buffer (bytes) */ member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdFlushBits.S28 #define strmBuffSize r3 macro
53 LDR strmBuffSize, [pStrmData, #0xC]
63 CMP readBits, strmBuffSize, LSL #3
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
Dh264bsdFlushBits.s28 strmBuffSize RN 3 label
55 LDR strmBuffSize, [pStrmData, #0xC]
65 CMP readBits, strmBuffSize, LSL #3