Lines Matching refs:stFrmInfo
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()
13413 pDispFrm->stFrmInfo.eFieldType = E_VDEC_FIELDTYPE_BOTH; in MApi_VDEC_V2_GetNextDispFrame()
13418 pDispFrm->stFrmInfo.u32TimeStamp = _VDEC_PtsTableGet(); in MApi_VDEC_V2_GetNextDispFrame()
13438 pDispFrm->stFrmInfo.eFrameType = _VDEC_MapFrmType2HVD(info.eFrmType); in MApi_VDEC_V2_GetNextDispFrame()
13439 pDispFrm->stFrmInfo.u16Height = info.u16Height; in MApi_VDEC_V2_GetNextDispFrame()
13440 pDispFrm->stFrmInfo.u16Width = info.u16Width; in MApi_VDEC_V2_GetNextDispFrame()
13441 pDispFrm->stFrmInfo.u16Pitch = info.u16Pitch; in MApi_VDEC_V2_GetNextDispFrame()
13442 pDispFrm->stFrmInfo.u32ChromaAddr = info.u32ChromaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13443 pDispFrm->stFrmInfo.u32ID_H = info.u32ID_H; in MApi_VDEC_V2_GetNextDispFrame()
13444 pDispFrm->stFrmInfo.u32ID_L = info.u32ID_L; in MApi_VDEC_V2_GetNextDispFrame()
13445 pDispFrm->stFrmInfo.u32LumaAddr = info.u32LumaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13446 pDispFrm->stFrmInfo.u32TimeStamp = info.u32TimeStamp; in MApi_VDEC_V2_GetNextDispFrame()
13447 pDispFrm->stFrmInfo.eFieldType = (VDEC_FieldType) info.eFieldType; in MApi_VDEC_V2_GetNextDispFrame()
13473 pDispFrm->stFrmInfo.eFrameType = E_VDEC_FRM_TYPE_I; in MApi_VDEC_V2_GetNextDispFrame()
13474 pDispFrm->stFrmInfo.u16Height = info.u16Height; in MApi_VDEC_V2_GetNextDispFrame()
13475 pDispFrm->stFrmInfo.u16Width = info.u16Width; in MApi_VDEC_V2_GetNextDispFrame()
13476 pDispFrm->stFrmInfo.u16Pitch = info.u16Pitch; in MApi_VDEC_V2_GetNextDispFrame()
13477 pDispFrm->stFrmInfo.u32ChromaAddr = info.u32ChromaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13478 pDispFrm->stFrmInfo.u32ID_H = info.u32ID_H; in MApi_VDEC_V2_GetNextDispFrame()
13479 pDispFrm->stFrmInfo.u32ID_L = info.u32ID_L; in MApi_VDEC_V2_GetNextDispFrame()
13480 pDispFrm->stFrmInfo.u32LumaAddr = info.u32LumaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13481 pDispFrm->stFrmInfo.u32TimeStamp = info.u32TimeStamp; in MApi_VDEC_V2_GetNextDispFrame()
13482 pDispFrm->stFrmInfo.eFieldType = E_VDEC_FIELDTYPE_BOTH; in MApi_VDEC_V2_GetNextDispFrame()