Lines Matching refs:width
161 RK_U32 width = mpp_frame_get_width(frame); in dump_frame() local
175 RK_U32 img_w = width / step; in dump_frame()
196 width = img_w; in dump_frame()
200 for (j = 0; j < width; j++) in dump_frame()
202 pdes += width; in dump_frame()
206 pdes = tmp + width * height; in dump_frame()
208 for (j = 0; j < width; j++) in dump_frame()
210 pdes += width; in dump_frame()
214 size = width * height * 1.5; in dump_frame()
231 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_frame()
239 for (j = 0; j < MPP_ALIGN(width, 8) / 8; j++) in dump_frame()
241 fwrite(tmp_line, width * sizeof(RK_U16), 1, fp); in dump_frame()
245 for (j = 0; j < MPP_ALIGN(width, 8) / 8; j++) in dump_frame()
247 fwrite(tmp_line, width * sizeof(RK_U16), 1, fp); in dump_frame()
255 width, height, hor_stride, ver_stride, mpp_frame_get_pts(frame)); in dump_frame()
424 RK_U32 width = mpp_frame_get_hor_stride(frame); in mpp_ops_dec_get_frm() local
427 mpp_log("yuv_info: [%d:%d] pts %lld", width, height, pts); in mpp_ops_dec_get_frm()
447 RK_U32 width = mpp_frame_get_hor_stride(frame); in mpp_ops_enc_put_frm() local
450 mpp_log("yuv_info: [%d:%d] pts %lld", width, height, pts); in mpp_ops_enc_put_frm()