Lines Matching refs:pDispFrm

13395             VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0);  in MApi_VDEC_V2_GetNextDispFrame()  local
13397 if (!pDispFrm) 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()
13413 pDispFrm->stFrmInfo.eFieldType = E_VDEC_FIELDTYPE_BOTH; in MApi_VDEC_V2_GetNextDispFrame()
13414 *ppDispFrm = pDispFrm; in MApi_VDEC_V2_GetNextDispFrame()
13415 pDispFrm->u32PriData = stFrm.u16FrmIdx; in MApi_VDEC_V2_GetNextDispFrame()
13418 pDispFrm->stFrmInfo.u32TimeStamp = _VDEC_PtsTableGet(); in MApi_VDEC_V2_GetNextDispFrame()
13429 VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0); in MApi_VDEC_V2_GetNextDispFrame() local
13431 if (!pDispFrm) 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()
13448 *ppDispFrm = pDispFrm; in MApi_VDEC_V2_GetNextDispFrame()
13450 pDispFrm->u32PriData = MDrv_HVD_GetNextDispQPtr(); in MApi_VDEC_V2_GetNextDispFrame()
13465 VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0); in MApi_VDEC_V2_GetNextDispFrame() local
13467 if (!pDispFrm) 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()
13483 *ppDispFrm = pDispFrm; in MApi_VDEC_V2_GetNextDispFrame()
13485 pDispFrm->u32PriData = MApi_MJPEG_GetNextDispQPtr(); in MApi_VDEC_V2_GetNextDispFrame()
13508 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_DisplayFrame() argument
13519 IO_arg.param[0] = (void *)pDispFrm; in MApi_VDEC_DisplayFrame()
13533 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_V2_DisplayFrame() argument
13541 if (!pDispFrm) in MApi_VDEC_V2_DisplayFrame()
13547 if (_VDEC_IsDqValid(pDispFrm)) in MApi_VDEC_V2_DisplayFrame()
13549 VDEC_INFO(printf("%s invalid pDispFrm 0x%lx\n", __FUNCTION__, pDispFrm->u32PriData)); in MApi_VDEC_V2_DisplayFrame()
13556 _BOOL_TO_VDEC_RESULT(ret, MDrv_MVD_FrameFlip(pDispFrm->u32PriData)); in MApi_VDEC_V2_DisplayFrame()
13557 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_DisplayFrame()
13561 _HVD_RET_HANDLE(MDrv_HVD_DispFrame(pDispFrm->u32PriData)); in MApi_VDEC_V2_DisplayFrame()
13562 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_DisplayFrame()
13569 _MJPEG_RET_HANDLE(MApi_MJPEG_DispFrame(pDispFrm->u32PriData)); in MApi_VDEC_V2_DisplayFrame()
13570 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_DisplayFrame()
13580 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_ReleaseFrame() argument
13591 IO_arg.param[0] = (void *)pDispFrm; in MApi_VDEC_ReleaseFrame()
13605 VDEC_Result MApi_VDEC_V2_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_V2_ReleaseFrame() argument
13614 if (!pDispFrm) in MApi_VDEC_V2_ReleaseFrame()
13620 if (_VDEC_IsDqValid(pDispFrm)) in MApi_VDEC_V2_ReleaseFrame()
13622 VDEC_INFO(printf("%s invalid pDispFrm 0x%lx\n", __FUNCTION__, pDispFrm->u32PriData)); in MApi_VDEC_V2_ReleaseFrame()
13629 _BOOL_TO_VDEC_RESULT(ret, MDrv_MVD_FrameRelease(pDispFrm->u32PriData)); in MApi_VDEC_V2_ReleaseFrame()
13630 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_ReleaseFrame()
13634 _HVD_RET_HANDLE(MDrv_HVD_FreeFrame(pDispFrm->u32PriData)); in MApi_VDEC_V2_ReleaseFrame()
13635 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_ReleaseFrame()
13642 _MJPEG_RET_HANDLE(MApi_MJPEG_FreeFrame(pDispFrm->u32PriData)); in MApi_VDEC_V2_ReleaseFrame()
13643 _VDEC_FreeDq(E_VDEC_STREAM_0, pDispFrm); in MApi_VDEC_V2_ReleaseFrame()