Home
last modified time | relevance | path

Searched refs:pstProperty (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c2966 …C_EX_NdecAllocator_GetBitstreamBufferProperty(MS_U8 u8Idx, VDEC_EX_NDecBufferProperty *pstProperty) in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty() argument
2992 pstProperty->bCMA = FALSE; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2993 pstProperty->bDynamicCMA = FALSE; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2994 pstProperty->bNDecode = bNDecode; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2995 pstProperty->bUseSubAllocator = bUseSubAllocator; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2996 pstProperty->bUseThirdAllocator = FALSE; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2997 pstProperty->bMonopoly = bMonoPoly; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2998 pstProperty->eSrcMode = eSrcMode; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2999 pstProperty->eCodecType = eCodecType; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
3000 pstProperty->eTaskSpec = E_VDEC_EX_SPEC_DEFAULT; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3187 VDEC_EX_NDecBufRange *pstBufRgn, VDEC_EX_NDecBufferProperty *pstProperty) in _VDEC_EX_NdecAllocator_GetBufferProperty() argument
3191 _VDEC_Memset(pstProperty, 0, sizeof(VDEC_EX_NDecBufferProperty)); in _VDEC_EX_NdecAllocator_GetBufferProperty()
3193 pstProperty->eSrcMode = pVdecExContext->_Attr[u8Idx].eSrcMode; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3194 pstProperty->eCodecType = pVdecExContext->_Attr[u8Idx].eCodecType; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3195 pstProperty->eOriginalStream = pVdecExContext->eOriginalStream[u8Idx]; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3199 pstProperty->eTaskSpec = pVdecExContext->_Pre_Ctrl[u8Idx].eTaskSpec; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3200 pstProperty->bDynamicFB = pVdecExContext->_Pre_Ctrl[u8Idx].bEnableDynamicCMA; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3201 pstProperty->bMonopoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3205 pstProperty->bMonopoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer; in _VDEC_EX_NdecAllocator_GetBufferProperty()
3211 pstProperty->bUseSubAllocator = TRUE; in _VDEC_EX_NdecAllocator_GetBufferProperty()
[all …]
H A DapiVDEC_EX.c.03187 VDEC_EX_NDecBufRange *pstBufRgn, VDEC_EX_NDecBufferProperty *pstProperty)
3191 _VDEC_Memset(pstProperty, 0, sizeof(VDEC_EX_NDecBufferProperty));
3193 pstProperty->eSrcMode = pVdecExContext->_Attr[u8Idx].eSrcMode;
3194 pstProperty->eCodecType = pVdecExContext->_Attr[u8Idx].eCodecType;
3195 pstProperty->eOriginalStream = pVdecExContext->eOriginalStream[u8Idx];
3199 pstProperty->eTaskSpec = pVdecExContext->_Pre_Ctrl[u8Idx].eTaskSpec;
3200 pstProperty->bDynamicFB = pVdecExContext->_Pre_Ctrl[u8Idx].bEnableDynamicCMA;
3201 pstProperty->bMonopoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer;
3205 pstProperty->bMonopoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer;
3211 pstProperty->bUseSubAllocator = TRUE;
[all …]