Searched refs:stTmpId (Results 1 – 4 of 4) sorted by relevance
17112 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local17113 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()
23517 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local23518 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()
25988 VDEC_StreamId stTmpId; in MApi_VDEC_EX_V2_GetControl() local25989 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()
25246 VDEC_StreamId stTmpId;25247 stTmpId.u32Version = pStreamId->u32Version;25248 stTmpId.u32Id = pStreamId->u32Id + 0x00011000;25249 eRet = _VDEC_EX_GetESQuantity(&stTmpId, ((MS_U32*)(param[0])));