Home
last modified time | relevance | path

Searched refs:pBufferCandidate (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3899 VDEC_EX_AllocatorBufferInfo *pBufferCandidate = NULL; in _VDEC_EX_NdecAllocator_FindNextBuffer() local
3922 pBufferCandidate = gVDEC_EX_AllocatorBufferFBbufferSearchList[eStreamType]; in _VDEC_EX_NdecAllocator_FindNextBuffer()
3926 pBufferCandidate = gVDEC_EX_AllocatorBufferBSbufferSearchList[eStreamType]; in _VDEC_EX_NdecAllocator_FindNextBuffer()
3932 if(pBufferCandidate == NULL) in _VDEC_EX_NdecAllocator_FindNextBuffer()
3941 eStreamType, (int)s32SearchIdx, (unsigned int)pBufferCandidate[s32SearchIdx].u32ExInfo); in _VDEC_EX_NdecAllocator_FindNextBuffer()
3944 if(E_VDEC_EX_BUFFERTYPE_NONE == pBufferCandidate[s32SearchIdx].eType) in _VDEC_EX_NdecAllocator_FindNextBuffer()
3951 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferCandidate[s32SearchIdx].eType); in _VDEC_EX_NdecAllocator_FindNextBuffer()
H A DapiVDEC_EX.c.03897 VDEC_EX_AllocatorBufferInfo *pBufferCandidate = NULL;
3920 pBufferCandidate = gVDEC_EX_AllocatorBufferFBbufferSearchList[eStreamType];
3924 pBufferCandidate = gVDEC_EX_AllocatorBufferBSbufferSearchList[eStreamType];
3930 if(pBufferCandidate == NULL)
3932 … ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d] pBufferCandidate is NULL\n", __FUNCTION__, __LINE__);
3939 eStreamType, (int)s32SearchIdx, (unsigned int)pBufferCandidate[s32SearchIdx].u32ExInfo);
3942 if(E_VDEC_EX_BUFFERTYPE_NONE == pBufferCandidate[s32SearchIdx].eType)
3949 s32BufferTypeIdx = VDEC_EX_BUFFERTYPE_GET_TYPE_IDX(pBufferCandidate[s32SearchIdx].eType);
3969 //pBufRgn->eAllocateDirection = pBufferCandidate[s32SearchIdx].eAllocateDirection; // FIXME