Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-gdi.c117 switch (ctx->tiled_map_type) { in coda_set_gdi_regs()
H A Dcoda.h278 int tiled_map_type; member
H A Dcoda-bit.c494 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda_alloc_framebuffers()
532 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) { in coda_alloc_framebuffers()
1014 if (ctx->tiled_map_type == GDI_LINEAR_FRAME_MAP) { in coda9_set_frame_cache()
1124 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda_start_encoding()
1901 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in __coda_decoder_seq_init()
2078 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in __coda_start_decoding()
H A Dcoda-common.c820 ctx->tiled_map_type = GDI_TILED_FRAME_MB_RASTER_MAP; in coda_s_fmt()
825 ctx->tiled_map_type = GDI_TILED_FRAME_MB_RASTER_MAP; in coda_s_fmt()
832 ctx->tiled_map_type = GDI_LINEAR_FRAME_MAP; in coda_s_fmt()
838 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP && in coda_s_fmt()
851 (ctx->tiled_map_type == GDI_LINEAR_FRAME_MAP) ? 'L' : 'T'); in coda_s_fmt()
1706 ctx->tiled_map_type = GDI_LINEAR_FRAME_MAP; in set_default_params()
H A Dcoda-jpeg.c1426 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda9_jpeg_prepare_decode()