Home
last modified time | relevance | path

Searched refs:_Pre_Ctrl (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c900 VDEC_Pre_Ctrl _Pre_Ctrl[VDEC_MAX_SUPPORT_STREAM_NUM]; member
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()
3453 …pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = pVdecExContext->bCMAUsed ? FALSE : TRU… in _VDEC_EX_NdecAllocator_PreSetCondition()
3454 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer = TRUE; in _VDEC_EX_NdecAllocator_PreSetCondition()
3458 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = TRUE; in _VDEC_EX_NdecAllocator_PreSetCondition()
3459 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer = TRUE; in _VDEC_EX_NdecAllocator_PreSetCondition()
3463 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = FALSE; in _VDEC_EX_NdecAllocator_PreSetCondition()
[all …]
H A DapiVDEC_EX.c.0900 VDEC_Pre_Ctrl _Pre_Ctrl[VDEC_MAX_SUPPORT_STREAM_NUM];
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;
3453 …pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = pVdecExContext->bCMAUsed ? FALSE : TRU…
3454 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer = TRUE;
3458 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = TRUE;
3459 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer = TRUE;
3463 pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer = FALSE;
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c395 pVdecExContext->_Pre_Ctrl[u8Idx].eDisplayMode = 0xFF; \
852 VDEC_Pre_Ctrl _Pre_Ctrl[VDEC_MAX_SUPPORT_STREAM_NUM]; member
2969 MS_BOOL bMonoPoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyBitstreamBuffer; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2970 MS_BOOL bSetTotalBuf = pVdecExContext->_Pre_Ctrl[u8Idx].stTotalBufRgnBS.bSetTotalBuf; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
3010 MS_BOOL bMonoPoly = pVdecExContext->_Pre_Ctrl[u8Idx].bMonopolyFrameBuffer; in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
3058 pstProperty->eTaskSpec = pVdecExContext->_Pre_Ctrl[u8Idx].eTaskSpec; in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
9638 _VDEC_Memset((void*) &pVdecExContext->_Pre_Ctrl[u8Idx], 0, sizeof(VDEC_Pre_Ctrl)); in _MApi_VDEC_EX_V2_Exit()
20222 pVdecExContext->_Pre_Ctrl[u8Idx].bEnableDynamicCMA = 0; in MApi_VDEC_EX_V2_Init()
20632 if(pVdecExContext->_Pre_Ctrl[u8Idx].stTotalBufRgnFB1.bSetTotalBuf == TRUE) in MApi_VDEC_EX_V2_Init()
20635 … stBufRgnFB1.phyTotalBufAddr = pVdecExContext->_Pre_Ctrl[u8Idx].stTotalBufRgnFB1.phyTotalBufAddr; in MApi_VDEC_EX_V2_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c469 static VDEC_Pre_Ctrl _Pre_Ctrl = {0}; variable
3605 if (_Pre_Ctrl.bHWBufferReMapping) in MApi_VDEC_V2_Init()
3810 if (_Pre_Ctrl.bOnePendingBuffer) in MApi_VDEC_V2_Init()
3812 MDrv_HVD_OnePendingBufferMode(_Pre_Ctrl.bOnePendingBuffer); in MApi_VDEC_V2_Init()
3815 if (_Pre_Ctrl.bFrameRateHandling) in MApi_VDEC_V2_Init()
3817 … MDrv_HVD_FrameRateHandling(_Pre_Ctrl.bFrameRateHandling, _Pre_Ctrl.u32PreSetFrameRate); in MApi_VDEC_V2_Init()
4903 _VDEC_Memset((void*) &_Pre_Ctrl, 0, sizeof(VDEC_Pre_Ctrl)); in MApi_VDEC_V2_Exit()
14630 _Pre_Ctrl.bOnePendingBuffer = (MS_BOOL)param; in MApi_VDEC_V2_PreSetControl()
14633 _Pre_Ctrl.bHWBufferReMapping = (MS_BOOL)param; in MApi_VDEC_V2_PreSetControl()
14636 _Pre_Ctrl.bFrameRateHandling = TRUE; in MApi_VDEC_V2_PreSetControl()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c570 VDEC_Pre_Ctrl _Pre_Ctrl[VDEC_MAX_SUPPORT_STREAM_NUM]; member
5395 _VDEC_Memset((void*) &pVdecExContext->_Pre_Ctrl[u8Idx], 0, sizeof(VDEC_Pre_Ctrl)); in _MApi_VDEC_EX_V2_Exit()
14784 if (pVdecExContext->_Pre_Ctrl[u8Idx].bHWBufferReMapping) in MApi_VDEC_EX_V2_Init()
14786 … MDrv_MVD_HWBuffer_ReMappingMode(u32Id,pVdecExContext->_Pre_Ctrl[u8Idx].bHWBufferReMapping); in MApi_VDEC_EX_V2_Init()
14998 if (pVdecExContext->_Pre_Ctrl[u8Idx].bOnePendingBuffer) in MApi_VDEC_EX_V2_Init()
15000 … MDrv_HVD_EX_OnePendingBufferMode(u32Id,pVdecExContext->_Pre_Ctrl[u8Idx].bOnePendingBuffer); in MApi_VDEC_EX_V2_Init()
15002 if (pVdecExContext->_Pre_Ctrl[u8Idx].bDisableTspInBbuMode) in MApi_VDEC_EX_V2_Init()
15004 … MDrv_HVD_EX_TsInBbuMode(u32Id,pVdecExContext->_Pre_Ctrl[u8Idx].bDisableTspInBbuMode); in MApi_VDEC_EX_V2_Init()
15008 if (pVdecExContext->_Pre_Ctrl[u8Idx].stIapGnShBWMode.bEnable) in MApi_VDEC_EX_V2_Init()
15010 … MDrv_HVD_EX_IapGnBufShareBWMode(u32Id,pVdecExContext->_Pre_Ctrl[u8Idx].stIapGnShBWMode.bEnable, in MApi_VDEC_EX_V2_Init()
[all …]