Home
last modified time | relevance | path

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

/drivers/media/platform/coda/
Dcoda-gdi.c117 switch (ctx->tiled_map_type) { in coda_set_gdi_regs()
Dcoda-bit.c492 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda_alloc_framebuffers()
530 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) { in coda_alloc_framebuffers()
1012 if (ctx->tiled_map_type == GDI_LINEAR_FRAME_MAP) { in coda9_set_frame_cache()
1122 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda_start_encoding()
1876 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in __coda_decoder_seq_init()
2054 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in __coda_start_decoding()
Dcoda.h267 int tiled_map_type; member
Dcoda-common.c804 ctx->tiled_map_type = GDI_TILED_FRAME_MB_RASTER_MAP; in coda_s_fmt()
809 ctx->tiled_map_type = GDI_TILED_FRAME_MB_RASTER_MAP; in coda_s_fmt()
816 ctx->tiled_map_type = GDI_LINEAR_FRAME_MAP; in coda_s_fmt()
822 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP && in coda_s_fmt()
835 (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()
Dcoda-jpeg.c1431 if (ctx->tiled_map_type == GDI_TILED_FRAME_MB_RASTER_MAP) in coda9_jpeg_prepare_decode()