Searched refs:aligned_width (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs_v6.c | 289 u32 aligned_width = ALIGN(width, 16); in h264d_scratch_size() local 294 size = size_h264d_hw_bin_buffer(aligned_width, aligned_height); in h264d_scratch_size() 319 u32 aligned_width = ALIGN(width, 16); in h265d_scratch_size() local 324 size = size_h265d_hw_bin_buffer(aligned_width, aligned_height); in h265d_scratch_size() 331 u32 aligned_width = ALIGN(width, 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 374 aligned_width = ALIGN(width, 32); in calculate_enc_output_frame_size() 377 ALIGN(aligned_width, 16)) / 256; in calculate_enc_output_frame_size() 407 u32 aligned_width, aligned_height, bitstream_size; in calculate_enc_scratch_size() local [all …]
|
H A D | helpers.h | 72 int venus_helper_set_stride(struct venus_inst *inst, unsigned int aligned_width,
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda-jpeg.c | 1076 u16 aligned_width, aligned_height; in coda9_jpeg_prepare_encode() local 1108 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode() 1111 if (aligned_width != q_data_src->bytesperline) { in coda9_jpeg_prepare_encode() 1113 aligned_width, q_data_src->bytesperline); in coda9_jpeg_prepare_encode() 1159 aligned_width = aligned_height; in coda9_jpeg_prepare_encode() 1167 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode() 1188 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode() 1330 int aligned_width, aligned_height; in coda9_jpeg_prepare_decode() local 1367 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode() 1369 if (aligned_width != q_data_dst->bytesperline) { in coda9_jpeg_prepare_decode() [all …]
|
/linux/include/drm/ |
H A D | drm_framebuffer.h | 311 u32 aligned_width; member
|
/linux/drivers/gpu/drm/ |
H A D | drm_gem_framebuffer_helper.c | 560 afbc_fb->aligned_width = ALIGN(mode_cmd->width, w_alignment); in drm_gem_afbc_min_size() 570 n_blocks = (afbc_fb->aligned_width * afbc_fb->aligned_height) in drm_gem_afbc_min_size()
|
/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 160 u32 aligned_width; member 179 u32 aligned_width; member
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva.h | 44 u32 aligned_width; member
|
H A D | hva-h264.c | 607 u32 frame_width = frame->info.aligned_width; in hva_h264_prepare_task() 894 u32 frame_width = pctx->frameinfo.aligned_width; in hva_h264_open()
|
H A D | hva-debugfs.c | 31 frame->aligned_width, frame->aligned_height); in format_ctx()
|
/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta.h | 137 u32 aligned_width; member
|
H A D | delta-mjpeg-dec.c | 281 + frame->info.aligned_width * frame->info.aligned_height); in delta_mjpeg_ipc_decode()
|
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 330 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info() 368 s3a_info->aligned_width = binary->s3atbl_isp_width; in ia_css_binary_3a_grid_info()
|