Lines Matching refs:pixelformat
125 unsigned int pixelformat; member
429 int pixelformat) in meram_cache_alloc() argument
431 unsigned int nplanes = is_nvcolor(pixelformat) ? 2 : 1; in meram_cache_alloc()
447 cache->planes[0].marker->pixelformat = pixelformat; in meram_cache_alloc()
469 unsigned int pixelformat, unsigned int *pitch) in sh_mobile_meram_cache_alloc() argument
474 unsigned int nplanes = is_nvcolor(pixelformat) ? 2 : 1; in sh_mobile_meram_cache_alloc()
480 if (pixelformat != SH_MOBILE_MERAM_PF_NV && in sh_mobile_meram_cache_alloc()
481 pixelformat != SH_MOBILE_MERAM_PF_NV24 && in sh_mobile_meram_cache_alloc()
482 pixelformat != SH_MOBILE_MERAM_PF_RGB) in sh_mobile_meram_cache_alloc()
486 !pixelformat ? "yuv" : "rgb"); in sh_mobile_meram_cache_alloc()
503 cache = meram_cache_alloc(priv, cfg, pixelformat); in sh_mobile_meram_cache_alloc()
513 if (pixelformat == SH_MOBILE_MERAM_PF_NV) in sh_mobile_meram_cache_alloc()
516 else if (pixelformat == SH_MOBILE_MERAM_PF_NV24) in sh_mobile_meram_cache_alloc()