Searched refs:s32BufferTypeIdx (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c | 3507 MS_S32 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferInfo->eType); in _VDEC_EX_NdecAllocator_PreSetBufferInfo() local 3513 pVdecExBufferInfo = &pVdecExContext->stBufferInfo[s32BufferBaseIdx][s32BufferTypeIdx]; in _VDEC_EX_NdecAllocator_PreSetBufferInfo() 3515 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, pVdecExBufferInfo->eType); in _VDEC_EX_NdecAllocator_PreSetBufferInfo() 3535 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, in _VDEC_EX_NdecAllocator_PreSetBufferInfo() 3835 MS_S32 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(eVdecExBufType); in _VDEC_EX_NdecAllocator_GetRegisterBufferInfo() local 3837 pVdecExBufferInfo = &pVdecExContext->stBufferInfo[s32BufferBaseIdx][s32BufferTypeIdx]; in _VDEC_EX_NdecAllocator_GetRegisterBufferInfo() 3901 MS_S32 s32BufferTypeIdx; in _VDEC_EX_NdecAllocator_FindNextBuffer() local 3951 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferCandidate[s32SearchIdx].eType); in _VDEC_EX_NdecAllocator_FindNextBuffer() 3952 pBufferInfo = &pVdecExContext->stBufferInfo[s32BufferBaseIdx][s32BufferTypeIdx]; in _VDEC_EX_NdecAllocator_FindNextBuffer() 3957 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, in _VDEC_EX_NdecAllocator_FindNextBuffer() [all …]
|
| H A D | apiVDEC_EX.c.0 | 3507 MS_S32 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferInfo->eType); 3513 pVdecExBufferInfo = &pVdecExContext->stBufferInfo[s32BufferBaseIdx][s32BufferTypeIdx]; 3515 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, pVdecExBufferInfo->eType); 3535 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, 3553 (int)s32BufferBaseIdx, (int)s32BufferTypeIdx, 3833 MS_S32 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(eVdecExBufType); 3835 pVdecExBufferInfo = &pVdecExContext->stBufferInfo[s32BufferBaseIdx][s32BufferTypeIdx]; 3842 // eVdecExBufType, s32BufferTypeIdx, s32BufferInfoIdx, pVdecExBufferInfo); 3899 MS_S32 s32BufferTypeIdx; 3949 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferCandidate[s32SearchIdx].eType); [all …]
|