Home
last modified time | relevance | path

Searched refs:pStrmCurrPos (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_stream.c123 ASSERT(pStrmData->pStrmCurrPos); in h264bsdShowBits32()
128 pStrm = pStrmData->pStrmCurrPos; in h264bsdShowBits32()
193 ASSERT(pStrmData->pStrmCurrPos); in h264bsdFlushBits()
201 pStrmData->pStrmCurrPos = pStrmData->pStrmBuffStart + in h264bsdFlushBits()
DEvaluationTestBench.c154 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
155 decInput.pStream = decOutput.pStrmCurrPos; in main()
165 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
166 decInput.pStream = decOutput.pStrmCurrPos; in main()
Dh264bsd_macroblock_layer.c232 (u32)(pStrmData->pStrmCurrPos - pStrmData->pStrmBuffStart) * 8 + in h264bsdDecodeMacroblockLayer()
536 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
544 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
572 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
580 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
592 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
600 (const OMX_U8 **) (&pStrmData->pStrmCurrPos), in DecodeResidual()
622 (const OMX_U8**) (&pStrmData->pStrmCurrPos), in DecodeResidual()
628 (const OMX_U8**) (&pStrmData->pStrmCurrPos), in DecodeResidual()
639 (const OMX_U8**) (&pStrmData->pStrmCurrPos), in DecodeResidual()
[all …]
DDecTestBench.c274 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
275 decInput.pStream = decOutput.pStrmCurrPos; in main()
289 (u32)(decOutput.pStrmCurrPos - decInput.pStream); in main()
290 decInput.pStream = decOutput.pStrmCurrPos; in main()
Dh264bsd_stream.h48 u8 *pStrmCurrPos; /* current read address in stream buffer */ member
DTestBenchMultipleInstance.c239 (u32)(decoder[i]->decOutput.pStrmCurrPos - in main()
242 decoder[i]->decOutput.pStrmCurrPos; in main()
247 (u32)(decoder[i]->decOutput.pStrmCurrPos - in main()
250 decoder[i]->decOutput.pStrmCurrPos; in main()
DH264SwDecApi.c384 pOutput->pStrmCurrPos = NULL; in H264SwDecDecode()
411 pOutput->pStrmCurrPos = tmpStream; in H264SwDecDecode()
Dh264bsd_byte_stream.c180 pStrmData->pStrmCurrPos = pStrmData->pStrmBuffStart; in h264bsdExtractNalUnit()
Dh264bsd_decoder.c178 strm.pStrmCurrPos = strm.pStrmBuffStart; in h264bsdDecode()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdFlushBits.S30 #define pStrmCurrPos r2 macro
67 ADD pStrmCurrPos, pStrmBuffStart, readBits, LSR #3
68 STR pStrmCurrPos, [pStrmData, #0x4]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
Dh264bsdFlushBits.s30 pStrmCurrPos RN 2 label
69 ADD pStrmCurrPos, pStrmBuffStart, readBits, LSR #3
70 STR pStrmCurrPos, [pStrmData, #0x4]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h91 u8 *pStrmCurrPos; /* Pointer to stream position where decoder member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp158 inPicture.dataLen -= (u32)(outPicture.pStrmCurrPos - inPicture.pStream); in onQueueFilled()
159 inPicture.pStream = outPicture.pStrmCurrPos; in onQueueFilled()