Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c290 u32 aligned_height = ALIGN(height, 16); in h264d_scratch_size() local
294 size = size_h264d_hw_bin_buffer(aligned_width, aligned_height); in h264d_scratch_size()
320 u32 aligned_height = ALIGN(height, 16); in h265d_scratch_size() local
324 size = size_h265d_hw_bin_buffer(aligned_width, aligned_height); in h265d_scratch_size()
332 u32 aligned_height = ALIGN(height, 16); in vpxd_scratch_size() local
333 u32 size_yuv = aligned_width * aligned_height * 3 / 2; in vpxd_scratch_size()
363 u32 aligned_width, aligned_height; in calculate_enc_output_frame_size() local
375 aligned_height = ALIGN(height, 32); in calculate_enc_output_frame_size()
376 mbs_per_frame = (ALIGN(aligned_height, 16) * in calculate_enc_output_frame_size()
407 u32 aligned_width, aligned_height, bitstream_size; in calculate_enc_scratch_size() local
[all …]
H A Dhelpers.h73 unsigned int aligned_height);
/linux/include/drm/
H A Ddrm_framebuffer.h315 u32 aligned_height; member
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h162 u32 aligned_height; member
180 u32 aligned_height; member
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h138 u32 aligned_height; member
/linux/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c608 u32 frame_height = frame->info.aligned_height; in hva_h264_prepare_task()
895 u32 frame_height = pctx->frameinfo.aligned_height; in hva_h264_open()
H A Dhva-debugfs.c31 frame->aligned_width, frame->aligned_height); in format_ctx()
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c331 dvs_info->aligned_height = binary->dis.grid.pad.height; in ia_css_binary_dvs_grid_info()
369 s3a_info->aligned_height = binary->s3atbl_isp_height; in ia_css_binary_3a_grid_info()
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c3062 unsigned int aligned_height; in skl_get_initial_plane_config() local
3206 aligned_height = intel_fb_align_height(fb, 0, fb->height); in skl_get_initial_plane_config()
3208 plane_config->size = fb->pitches[0] * aligned_height; in skl_get_initial_plane_config()