Home
last modified time | relevance | path

Searched refs:pframe (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_Vdec.c596 VPU_FRAME *pframe = (VPU_FRAME *)Rockchip_OSAL_Malloc(sizeof(VPU_FRAME)); in Rkvpu_Post_OutputFrame() local
599 Rockchip_OSAL_Memset(pframe, 0, sizeof(VPU_FRAME)); in Rkvpu_Post_OutputFrame()
600 pOutput.data = (unsigned char *)pframe; in Rkvpu_Post_OutputFrame()
611 if (dec_ret == VPU_API_EOS_STREAM_REACHED && !pframe->ErrorInfo) { in Rkvpu_Post_OutputFrame()
634 if (pframe->DisplayWidth > 8192 || pframe->DisplayHeight > 4096) { // 8192:width, 4096:height in Rkvpu_Post_OutputFrame()
638 if (pframe->vpumem.phy_addr > 0) { in Rkvpu_Post_OutputFrame()
639 VPUMemLink(&pframe->vpumem); in Rkvpu_Post_OutputFrame()
640 VPUFreeLinear(&pframe->vpumem); in Rkvpu_Post_OutputFrame()
648 fullRange = pframe in Rkvpu_Post_OutputFrame()
798 VPU_FRAME pframe; Rkvpu_Post_OutputFrame() local
[all...]
H A DRkvpu_OMX_VdecControl.c781 OMX_BUFFERHEADERTYPE *pOutputBuffer, VPU_FRAME *pframe) in Rkvpu_Frame2Outbuf()
814 VPUMemLink(&pframe->vpumem); in Rkvpu_Frame2Outbuf()
815 VPUMemInvalidate(&pframe->vpumem); in Rkvpu_Frame2Outbuf()
821 src.fd = pframe->vpumem.phy_addr; in Rkvpu_Frame2Outbuf()
822 src.wstride = pframe->FrameWidth; in Rkvpu_Frame2Outbuf()
823 src.hstride = pframe->FrameHeight; in Rkvpu_Frame2Outbuf()
824 src.width = pframe->DisplayWidth; in Rkvpu_Frame2Outbuf()
825 src.height = pframe->DisplayHeight; in Rkvpu_Frame2Outbuf()
846 VPUFreeLinear(&pframe->vpumem); in Rkvpu_Frame2Outbuf()
879 VPUMemLink(&pframe in Rkvpu_Frame2Outbuf()
780 Rkvpu_Frame2Outbuf(OMX_COMPONENTTYPE *pOMXComponent, OMX_BUFFERHEADERTYPE *pOutputBuffer, VPU_FRAME *pframe) Rkvpu_Frame2Outbuf() argument
[all...]
H A DRkvpu_OMX_VdecControl.h113 OMX_BUFFERHEADERTYPE* pOutputBuffer, VPU_FRAME *pframe);
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.cpp508 VPU_FRAME *pframe = (VPU_FRAME *)pVpuframe; in Get_Video_HorAlign() local
509 VPUMemLink(&pframe->vpumem); in Get_Video_HorAlign()
510 VPUFreeLinear(&pframe->vpumem); in Get_Video_HorAlign()
511 Rockchip_OSAL_Free(pframe); in Get_Video_HorAlign()
637 VPU_FRAME *pframe = (VPU_FRAME *)pVpuframe; in Get_Video_HorAlign() local
639 if ((pVideoDec->codecId == (OMX_VIDEO_CODINGTYPE)CODEC_OMX_VIDEO_CodingHEVC && (pframe->OutputWidth != 0x20)) in Get_Video_HorAlign()
640 || (pframe->ColorType & VPU_OUTPUT_FORMAT_BIT_MASK) == VPU_OUTPUT_FORMAT_BIT_10) { // 10bit in Get_Video_HorAlign()
644 if ((pframe->ColorType & 0xf) == VPU_OUTPUT_FORMAT_YUV422) { in Get_Video_HorAlign()
658 if ((pframe->ColorType & OMX_COLORSPACE_MASK) != 0) { in Get_Video_HorAlign()
660 (OMX_RK_EXT_COLORSPACE)((pframe in Get_Video_HorAlign()
[all...]

Completed in 5 milliseconds