Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c8649 VDEC_EX_DisplayColourVolume_SEI *pDCVSEIInfo = NULL; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI() local
8660 pDCVSEIInfo = (VDEC_EX_DisplayColourVolume_SEI *)param; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8668pDCVSEIInfo->bColourVolumeSEIEnabled = pVdecExContext->_stDCV[u8Idx].bColourVolumeSEIEnabled; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8669 pDCVSEIInfo->u32MaxLuminance = pVdecExContext->_stDCV[u8Idx].u32MaxLuminance; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8670 pDCVSEIInfo->u32MinLuminance = pVdecExContext->_stDCV[u8Idx].u32MinLuminance; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8672 pDCVSEIInfo->u16Primaries[0][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8673 pDCVSEIInfo->u16Primaries[0][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][1]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8674 pDCVSEIInfo->u16Primaries[1][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8675 pDCVSEIInfo->u16Primaries[1][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][1]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
8676 pDCVSEIInfo->u16Primaries[2][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[2][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
[all …]
H A DapiVDEC_EX.c.08645 VDEC_EX_DisplayColourVolume_SEI *pDCVSEIInfo = NULL;
8656 pDCVSEIInfo = (VDEC_EX_DisplayColourVolume_SEI *)param;
8664pDCVSEIInfo->bColourVolumeSEIEnabled = pVdecExContext->_stDCV[u8Idx].bColourVolumeSEIEnabled;
8665 pDCVSEIInfo->u32MaxLuminance = pVdecExContext->_stDCV[u8Idx].u32MaxLuminance;
8666 pDCVSEIInfo->u32MinLuminance = pVdecExContext->_stDCV[u8Idx].u32MinLuminance;
8668 pDCVSEIInfo->u16Primaries[0][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][0];
8669 pDCVSEIInfo->u16Primaries[0][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][1];
8670 pDCVSEIInfo->u16Primaries[1][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][0];
8671 pDCVSEIInfo->u16Primaries[1][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][1];
8672 pDCVSEIInfo->u16Primaries[2][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[2][0];
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c7548 VDEC_EX_DisplayColourVolume_SEI *pDCVSEIInfo = NULL; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI() local
7559 pDCVSEIInfo = (VDEC_EX_DisplayColourVolume_SEI *)param; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7567pDCVSEIInfo->bColourVolumeSEIEnabled = pVdecExContext->_stDCV[u8Idx].bColourVolumeSEIEnabled; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7568 pDCVSEIInfo->u32MaxLuminance = pVdecExContext->_stDCV[u8Idx].u32MaxLuminance; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7569 pDCVSEIInfo->u32MinLuminance = pVdecExContext->_stDCV[u8Idx].u32MinLuminance; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7571 pDCVSEIInfo->u16Primaries[0][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7572 pDCVSEIInfo->u16Primaries[0][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[0][1]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7573 pDCVSEIInfo->u16Primaries[1][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7574 pDCVSEIInfo->u16Primaries[1][1] = pVdecExContext->_stDCV[u8Idx].u16Primaries[1][1]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
7575 pDCVSEIInfo->u16Primaries[2][0] = pVdecExContext->_stDCV[u8Idx].u16Primaries[2][0]; in _MApi_VDEC_EX_GetDisplayColourVolumeArrSEI()
[all …]