Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c17112 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local
17113 stTmpId.u32Version = pStreamId->u32Version; in MApi_VDEC_EX_V2_GetControl()
17114 stTmpId.u32Id = pStreamId->u32Id + 0x00011000; in MApi_VDEC_EX_V2_GetControl()
17115 eRet = _VDEC_EX_GetESQuantity(&stTmpId, ((MS_U32*)(param[0]))); in MApi_VDEC_EX_V2_GetControl()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c23517 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local
23518 stTmpId.u32Version = pStreamId->u32Version; in MApi_VDEC_EX_V2_GetControl()
23519 stTmpId.u32Id = pStreamId->u32Id + 0x00011000; in MApi_VDEC_EX_V2_GetControl()
23520 eRet = _VDEC_EX_GetESQuantity(&stTmpId, ((MS_U32*)(param[0]))); in MApi_VDEC_EX_V2_GetControl()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c25988 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local
25989 stTmpId.u32Version = pStreamId->u32Version; in MApi_VDEC_EX_V2_GetControl()
25990 stTmpId.u32Id = pStreamId->u32Id + 0x00011000; in MApi_VDEC_EX_V2_GetControl()
25991 eRet = _VDEC_EX_GetESQuantity(&stTmpId, ((MS_U32*)(param[0]))); in MApi_VDEC_EX_V2_GetControl()
H A DapiVDEC_EX.c.025246 VDEC_StreamId stTmpId;
25247 stTmpId.u32Version = pStreamId->u32Version;
25248 stTmpId.u32Id = pStreamId->u32Id + 0x00011000;
25249 eRet = _VDEC_EX_GetESQuantity(&stTmpId, ((MS_U32*)(param[0])));