chroma_size      2803 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		plane_size->chroma_size.x = 0;
chroma_size      2804 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		plane_size->chroma_size.y = 0;
chroma_size      2806 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		plane_size->chroma_size.width = fb->width / 2;
chroma_size      2807 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		plane_size->chroma_size.height = fb->height / 2;
chroma_size       126 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct rect chroma_size;
chroma_size       137 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 			struct rect chroma_size;
chroma_size       244 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 		swap(local_size.chroma_size.x,
chroma_size       245 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 		     local_size.chroma_size.y);
chroma_size       246 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 		swap(local_size.chroma_size.width,
chroma_size       247 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 		     local_size.chroma_size.height);
chroma_size       309 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 	set_reg_field_value(value, local_size.chroma_size.x +
chroma_size       310 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 			local_size.chroma_size.width,
chroma_size       327 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 	set_reg_field_value(value, local_size.chroma_size.y +
chroma_size       328 drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c 			local_size.chroma_size.height,
chroma_size       346 drivers/media/platform/s5p-mfc/s5p_mfc.c 						ctx->chroma_size);
chroma_size       649 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int chroma_size;
chroma_size       334 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		pix_mp->plane_fmt[1].sizeimage = ctx->chroma_size;
chroma_size       924 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		psize[1] = ctx->chroma_size;
chroma_size       960 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			vb2_plane_size(vb, 1) < ctx->chroma_size) {
chroma_size      1374 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		pix_fmt_mp->plane_fmt[1].sizeimage = ctx->chroma_size;
chroma_size      1459 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		pix_fmt_mp->plane_fmt[1].sizeimage = ctx->chroma_size;
chroma_size      2402 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		psize[1] = ctx->chroma_size;
chroma_size      2476 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			vb2_plane_size(vb, 1), ctx->chroma_size);
chroma_size      2478 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		    vb2_plane_size(vb, 1) < ctx->chroma_size) {
chroma_size        71 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
chroma_size       288 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size = ALIGN(ctx->buf_width *
chroma_size       309 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size = ALIGN(guard_width * guard_height,
chroma_size       323 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN)
chroma_size       327 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size =
chroma_size       328 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 			ALIGN(ctx->chroma_size, S5P_FIMV_NV12M_SALIGN);
chroma_size       334 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size =
chroma_size       339 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->chroma_size =
chroma_size       340 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 			ALIGN(ctx->chroma_size, S5P_FIMV_NV12MT_SALIGN);
chroma_size       467 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	frame_size_ch = ctx->chroma_size;
chroma_size        72 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
chroma_size       446 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->chroma_size = calc_plane(ctx->img_width, (ctx->img_height >> 1));
chroma_size       450 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->chroma_size += S5P_FIMV_D_ALIGN_PLANE_SIZE_V8;
chroma_size       480 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->chroma_size = ALIGN((mb_width * mb_height) * 128, 256);
chroma_size       485 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->chroma_size += MFC_CHROMA_PAD_BYTES_V7;
chroma_size       531 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	writel(ctx->chroma_size, mfc_regs->d_second_plane_dpb_size);
chroma_size       554 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	frame_size_ch = ctx->chroma_size;
chroma_size       799 drivers/media/platform/vicodec/codec-fwht.c 		unsigned int chroma_size = chroma_h * chroma_w;
chroma_size       801 drivers/media/platform/vicodec/codec-fwht.c 		rlco_max = rlco + chroma_size / 2 - 256;
chroma_size       809 drivers/media/platform/vicodec/codec-fwht.c 		rlco_max = rlco + chroma_size / 2 - 256;
chroma_size        72 drivers/staging/media/sunxi/cedrus/cedrus_hw.c 	u32 chroma_size;
chroma_size        77 drivers/staging/media/sunxi/cedrus/cedrus_hw.c 		chroma_size = ALIGN(width, 16) * ALIGN(height, 16) / 2;
chroma_size        82 drivers/staging/media/sunxi/cedrus/cedrus_hw.c 		reg = chroma_size / 2;