Home
last modified time | relevance | path

Searched refs:imgwidth (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c858 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in rkv_h264d_control() local
861 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in rkv_h264d_control()
865 if (imgwidth > 1920 || imgheight > 1088) { in rkv_h264d_control()
H A Dhal_h264d_vdpu34x.c1193 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu34x_h264d_control() local
1196 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu34x_h264d_control()
1202 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu34x_h264d_control()
H A Dhal_h264d_vdpu384a.c1031 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu384a_h264d_control() local
1034 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu384a_h264d_control()
1040 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu384a_h264d_control()
H A Dhal_h264d_vdpu383.c1085 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu383_h264d_control() local
1088 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu383_h264d_control()
1094 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu383_h264d_control()
H A Dhal_h264d_vdpu382.c1309 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu382_h264d_control() local
1312 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu382_h264d_control()
1318 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu382_h264d_control()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2676 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu383_av1d_control() local
2679 AV1D_DBG(AV1D_DBG_LOG, "control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu383_av1d_control()
2685 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu383_av1d_control()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu384a.c1388 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in hal_h265d_vdpu384a_control() local
1398 } else if (imgwidth > 1920 || imgheight > 1088) { in hal_h265d_vdpu384a_control()
H A Dhal_h265d_vdpu383.c1450 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in hal_h265d_vdpu383_control() local
1460 } else if (imgwidth > 1920 || imgheight > 1088) { in hal_h265d_vdpu383_control()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c2396 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu_av1d_control() local
2399 AV1D_DBG(AV1D_DBG_LOG, "control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu_av1d_control()