Searched refs:pStrmCurrPos (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_stream.c | 123 ASSERT(pStrmData->pStrmCurrPos); in h264bsdShowBits32() 128 pStrm = pStrmData->pStrmCurrPos; in h264bsdShowBits32() 193 ASSERT(pStrmData->pStrmCurrPos); in h264bsdFlushBits() 201 pStrmData->pStrmCurrPos = pStrmData->pStrmBuffStart + in h264bsdFlushBits()
|
D | EvaluationTestBench.c | 154 (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()
|
D | h264bsd_macroblock_layer.c | 232 (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 …]
|
D | DecTestBench.c | 274 (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()
|
D | h264bsd_stream.h | 48 u8 *pStrmCurrPos; /* current read address in stream buffer */ member
|
D | TestBenchMultipleInstance.c | 239 (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()
|
D | H264SwDecApi.c | 384 pOutput->pStrmCurrPos = NULL; in H264SwDecDecode() 411 pOutput->pStrmCurrPos = tmpStream; in H264SwDecDecode()
|
D | h264bsd_byte_stream.c | 180 pStrmData->pStrmCurrPos = pStrmData->pStrmBuffStart; in h264bsdExtractNalUnit()
|
D | h264bsd_decoder.c | 178 strm.pStrmCurrPos = strm.pStrmBuffStart; in h264bsdDecode()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdFlushBits.S | 30 #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/ |
D | h264bsdFlushBits.s | 30 pStrmCurrPos RN 2 label 69 ADD pStrmCurrPos, pStrmBuffStart, readBits, LSR #3 70 STR pStrmCurrPos, [pStrmData, #0x4]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/ |
D | H264SwDecApi.h | 91 u8 *pStrmCurrPos; /* Pointer to stream position where decoder member
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | SoftAVC.cpp | 158 inPicture.dataLen -= (u32)(outPicture.pStrmCurrPos - inPicture.pStream); in onQueueFilled() 159 inPicture.pStream = outPicture.pStrmCurrPos; in onQueueFilled()
|