Home
last modified time | relevance | path

Searched refs:luma_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c71 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5()
286 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height, in s5p_mfc_dec_calc_dpb_size_v5()
301 ctx->luma_size = ALIGN(guard_width * guard_height, in s5p_mfc_dec_calc_dpb_size_v5()
321 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()
326 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12M_SALIGN); in s5p_mfc_enc_calc_src_size_v5()
332 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_enc_calc_src_size_v5()
338 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_enc_calc_src_size_v5()
466 frame_size_lu = ctx->luma_size; in s5p_mfc_set_dec_frame_buffer_v5()
H A Ds5p_mfc.c356 ctx->luma_size); in s5p_mfc_handle_frame_new()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c951 u32 luma_size, chroma_size; in enc_scratch2_size() local
984 luma_size = ref_buf_height * ref_stride; in enc_scratch2_size()
988 luma_size = (luma_size + (SZ_4K - 1)) & (~(SZ_4K - 1)); in enc_scratch2_size()
990 ref_buf_size = luma_size + chroma_size; in enc_scratch2_size()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-enc.c138 u32 luma_size = 0; in start_encode() local
149 luma_size = stride * inst->dst_fmt.height; in start_encode()
150 chroma_size = luma_size / (info->hdiv * info->vdiv); in start_encode()
152 luma_size = inst->src_fmt.plane_fmt[0].sizeimage; in start_encode()
178 frame_buf.buf_cb = frame_buf.buf_y + luma_size; in start_encode()
1296 u32 luma_size = fb_stride * fb_height; in prepare_fb() local
1299 inst->frame_vbuf[i].size = luma_size + chroma_size; in prepare_fb()
/linux/drivers/media/platform/amphion/
H A Dvdec.c1112 info.luma_size = fs->buffer[fs->index].length; in vdec_response_fs()
1187 info.luma_size = inst->cap_format.sizeimage[0]; in vdec_response_frame()
1191 info.chroma_addr = info.luma_addr + info.luma_size; in vdec_response_frame()