Home
last modified time | relevance | path

Searched refs:h264bsdFlushBits (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vlc.c120 h264bsdFlushBits(pStrmData, 1); in h264bsdDecodeExpGolombUnsigned()
127 if (h264bsdFlushBits(pStrmData, 3) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
135 if (h264bsdFlushBits(pStrmData, 5) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
143 if (h264bsdFlushBits(pStrmData, 7) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
160 h264bsdFlushBits(pStrmData,32); in h264bsdDecodeExpGolombUnsigned()
167 if (h264bsdFlushBits(pStrmData, 32) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
187 h264bsdFlushBits(pStrmData,numZeros+1); in h264bsdDecodeExpGolombUnsigned()
Dh264bsd_stream.c82 if (h264bsdFlushBits(pStrmData, numBits) == HANTRO_OK) in h264bsdGetBits()
188 u32 h264bsdFlushBits(strmData_t *pStrmData, u32 numBits) in h264bsdFlushBits() function
Dh264bsd_stream.h62 u32 h264bsdFlushBits(strmData_t *pStrmData, u32 numBits);
Dh264bsd_cavlc.c336 if(h264bsdFlushBits(pStrmData,32-bits) == END_OF_STREAM) \
357 if(h264bsdFlushBits(pStrmData,32-bits) == END_OF_STREAM) \
911 if (h264bsdFlushBits(pStrmData, 32-bufferBits) != HANTRO_OK) in h264bsdDecodeResidualBlockCavlc()
Dh264bsd_vui.c226 if (h264bsdFlushBits(pStrmData, 32) == END_OF_STREAM) in h264bsdDecodeVuiParameters()
233 if (h264bsdFlushBits(pStrmData, 32) == END_OF_STREAM) in h264bsdDecodeVuiParameters()
Dh264bsd_sei.c774 if (h264bsdFlushBits(pStrmData, 8 * payloadSize) == END_OF_STREAM) in DecodeFillerPayload()
879 if (h264bsdFlushBits(pStrmData,32) == END_OF_STREAM) in DecodeUserDataUnregistered()
1357 if (h264bsdFlushBits(pStrmData,32) == END_OF_STREAM) in DecodeSubSeqCharacteristics()
Dh264bsd_macroblock_layer.c414 if (h264bsdFlushBits(pStrmData, 8 + 3*tmp) == END_OF_STREAM) in DecodeMbPred()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
Dh264bsdFlushBits.s22 EXPORT h264bsdFlushBits
51 h264bsdFlushBits label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdFlushBits.S50 function h264bsdFlushBits, export=1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DAndroid.mk45 ./source/arm_neon_asm_gcc/h264bsdFlushBits.S