Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c744 MS_BOOL bNDecode; member
2968 MS_BOOL bNDecode = _VDEC_EX_NdecAllocator_IsNDecode(); in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty() local
2975 if(bNDecode == FALSE) in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2984 if(bNDecode == TRUE) in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
2994 pstProperty->bNDecode = bNDecode; in _VDEC_EX_NdecAllocator_GetBitstreamBufferProperty()
3009 MS_BOOL bNDecode = _VDEC_EX_NdecAllocator_IsNDecode(); in _VDEC_EX_NdecAllocator_GetFrameBufferProperty() local
3016 if(bNDecode == TRUE) in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
3021 bNDecode = FALSE; in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
3040 if(((bNDecode == TRUE) && (bMonoPoly == FALSE)) || (bCMADynamic == TRUE)) in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
3045 if((bNDecode == TRUE) && (bCMADynamic == TRUE)) in _VDEC_EX_NdecAllocator_GetFrameBufferProperty()
[all …]