Lines Matching refs:stFrm
10250 MVD_FrmInfo stFrm; in MApi_VDEC_V2_GetDecFrameInfo() local
10251 _VDEC_Memset(&stFrm, 0, sizeof(MVD_FrmInfo)); in MApi_VDEC_V2_GetDecFrameInfo()
10252 _MVD_RET_HANDLE(MDrv_MVD_GetFrmInfo(E_MVD_FRMINFO_DECODE, &stFrm)); in MApi_VDEC_V2_GetDecFrameInfo()
10253 pFrmInfo->eFrameType = _VDEC_MapFrmType2MVD(stFrm.eFrmType); in MApi_VDEC_V2_GetDecFrameInfo()
10254 pFrmInfo->u16Height = stFrm.u16Height; in MApi_VDEC_V2_GetDecFrameInfo()
10255 pFrmInfo->u16Width = stFrm.u16Width; in MApi_VDEC_V2_GetDecFrameInfo()
10256 pFrmInfo->u16Pitch = stFrm.u16Pitch; in MApi_VDEC_V2_GetDecFrameInfo()
10257 pFrmInfo->u32ChromaAddr = stFrm.u32ChromaAddr; in MApi_VDEC_V2_GetDecFrameInfo()
10258 pFrmInfo->u32ID_H = stFrm.u32ID_H; in MApi_VDEC_V2_GetDecFrameInfo()
10259 pFrmInfo->u32ID_L = stFrm.u32ID_L; in MApi_VDEC_V2_GetDecFrameInfo()
10260 pFrmInfo->u32LumaAddr = stFrm.u32LumaAddr; in MApi_VDEC_V2_GetDecFrameInfo()
10261 pFrmInfo->u32TimeStamp = stFrm.u32TimeStamp; in MApi_VDEC_V2_GetDecFrameInfo()
10398 MVD_FrmInfo stFrm; in MApi_VDEC_V2_GetDispFrameInfo() local
10399 _VDEC_Memset(&stFrm, 0, sizeof(MVD_FrmInfo)); in MApi_VDEC_V2_GetDispFrameInfo()
10400 _MVD_RET_HANDLE(MDrv_MVD_GetFrmInfo(E_MVD_FRMINFO_DISPLAY, &stFrm)); in MApi_VDEC_V2_GetDispFrameInfo()
10401 pFrmInfo->eFrameType = _VDEC_MapFrmType2MVD(stFrm.eFrmType); in MApi_VDEC_V2_GetDispFrameInfo()
10402 pFrmInfo->u16Height = stFrm.u16Height; in MApi_VDEC_V2_GetDispFrameInfo()
10403 pFrmInfo->u16Width = stFrm.u16Width; in MApi_VDEC_V2_GetDispFrameInfo()
10404 pFrmInfo->u16Pitch = stFrm.u16Pitch; in MApi_VDEC_V2_GetDispFrameInfo()
10405 pFrmInfo->u32ChromaAddr = stFrm.u32ChromaAddr; in MApi_VDEC_V2_GetDispFrameInfo()
10406 pFrmInfo->u32ID_H = stFrm.u32ID_H; in MApi_VDEC_V2_GetDispFrameInfo()
10407 pFrmInfo->u32ID_L = stFrm.u32ID_L; in MApi_VDEC_V2_GetDispFrameInfo()
10408 pFrmInfo->u32LumaAddr = stFrm.u32LumaAddr; in MApi_VDEC_V2_GetDispFrameInfo()
10409 pFrmInfo->u32TimeStamp = stFrm.u32TimeStamp; in MApi_VDEC_V2_GetDispFrameInfo()
13390 MVD_FrmInfo stFrm; in MApi_VDEC_V2_GetNextDispFrame() local
13392 _VDEC_Memset(&stFrm, 0, sizeof(MVD_FrmInfo)); in MApi_VDEC_V2_GetNextDispFrame()
13393 _MVD_RET_HANDLE(MDrv_MVD_GetFrmInfo(E_MVD_FRMINFO_NEXT_DISPLAY, &stFrm)); in MApi_VDEC_V2_GetNextDispFrame()
13404 pDispFrm->stFrmInfo.eFrameType = _VDEC_MapFrmType2MVD(stFrm.eFrmType); in MApi_VDEC_V2_GetNextDispFrame()
13405 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height; in MApi_VDEC_V2_GetNextDispFrame()
13406 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width; in MApi_VDEC_V2_GetNextDispFrame()
13407 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch; in MApi_VDEC_V2_GetNextDispFrame()
13408 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13409 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H; in MApi_VDEC_V2_GetNextDispFrame()
13410 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L; in MApi_VDEC_V2_GetNextDispFrame()
13411 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13412 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp; in MApi_VDEC_V2_GetNextDispFrame()
13415 pDispFrm->u32PriData = stFrm.u16FrmIdx; in MApi_VDEC_V2_GetNextDispFrame()