Home
last modified time | relevance | path

Searched refs:ipu_image_convert_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/video/
Dimx-ipu-image-convert.h21 struct ipu_image_convert_ctx;
32 struct ipu_image_convert_ctx *ctx;
108 struct ipu_image_convert_ctx *
128 void ipu_image_convert_unprepare(struct ipu_image_convert_ctx *ctx);
159 void ipu_image_convert_abort(struct ipu_image_convert_ctx *ctx);
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-image-convert.c124 struct ipu_image_convert_ctx;
128 struct ipu_image_convert_ctx { struct
296 static void dump_format(struct ipu_image_convert_ctx *ctx, in dump_format()
364 static void calc_tile_dimensions(struct ipu_image_convert_ctx *ctx, in calc_tile_dimensions()
395 static int transform_tile_index(struct ipu_image_convert_ctx *ctx, in transform_tile_index()
448 static void calc_out_tile_map(struct ipu_image_convert_ctx *ctx) in calc_out_tile_map()
462 static void calc_tile_offsets_planar(struct ipu_image_convert_ctx *ctx, in calc_tile_offsets_planar()
522 static void calc_tile_offsets_packed(struct ipu_image_convert_ctx *ctx, in calc_tile_offsets_packed()
558 static void calc_tile_offsets(struct ipu_image_convert_ctx *ctx, in calc_tile_offsets()
571 static int get_run_count(struct ipu_image_convert_ctx *ctx, in get_run_count()
[all …]