Lines Matching refs:p_h
3023 int p_w, p_h;
3097 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i);
3099 tex_desc.arrayDesc.Height = p_h;
3210 int p_w, p_h;
3211 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i);
3214 cpy.Height = p_h;
3778 int p_w, p_h;
3779 get_plane_wh(&p_w, &p_h, pix_fmt, w, h, i);
3781 buf_reg.bufferImageHeight = p_h;
3782 buf_reg.imageExtent = (VkExtent3D){ p_w, p_h, 1, };
3829 int p_w, p_h;
3878 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
3890 req_size = FFALIGN(offs + tmp.linesize[i] * p_h,
3905 req_size = get_req_buffer_size(p, &tmp.linesize[i], p_h);
3927 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
3932 p_h);
3952 get_plane_wh(&p_w, &p_h, swf->format, swf->width, swf->height, i);
3957 p_h);