Searched refs:imgwidth (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 871 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in rkv_h264d_control() local 874 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in rkv_h264d_control() 878 if (imgwidth > 1920 || imgheight > 1088) { in rkv_h264d_control()
|
| H A D | hal_h264d_vdpu34x.c | 1190 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu34x_h264d_control() local 1193 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu34x_h264d_control() 1199 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu34x_h264d_control()
|
| H A D | hal_h264d_vdpu382.c | 1329 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu382_h264d_control() local 1332 mpp_log("control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu382_h264d_control() 1338 } else if (imgwidth > 1920 || imgheight > 1088) { in vdpu382_h264d_control()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 2359 RK_U32 imgwidth = mpp_frame_get_width((MppFrame)param); in vdpu_av1d_control() local 2362 AV1D_DBG(AV1D_DBG_LOG, "control info: fmt %d, w %d, h %d\n", fmt, imgwidth, imgheight); in vdpu_av1d_control()
|