Searched refs:imgwidth (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 858 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 D | hal_h264d_vdpu34x.c | 1193 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 D | hal_h264d_vdpu384a.c | 1031 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 D | hal_h264d_vdpu383.c | 1085 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 D | hal_h264d_vdpu382.c | 1309 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 D | hal_av1d_vdpu383.c | 2676 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 D | hal_h265d_vdpu384a.c | 1388 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 D | hal_h265d_vdpu383.c | 1450 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 D | hal_av1d_vdpu.c | 2396 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()
|