Home
last modified time | relevance | path

Searched refs:is_rgb (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp41 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
42 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
43 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
44 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
45 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
46 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
47 …align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
48 …align_h = 2, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
49 …align_h = 2, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
51 …align_h = 2, ALIGN_W_CPU_DEFAULT, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
[all …]
Dformat_info.h69 bool is_rgb; /* RGB format. */ member
Dmali_gralloc_formats.cpp939 if (!format.is_rgb || format.bpp[0] < 24) in get_active_caps()
1128 else if (f_old->is_rgb) in comparable_components()
1165 f_new->is_rgb == f_old->is_rgb && in is_format_compatible()
Dmali_gralloc_bufferallocation.cpp571 (format.is_rgb ? RGB_BYTE_ALIGN_DEFAULT : 0); in calc_allocation_size()
/hardware/google/gchips/gralloc3/src/
Dformat_info.cpp37 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
38 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
39 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
40 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
41 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv =…
43 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
44 ….align_h = 16, .align_w_cpu = 16, .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv =…
47 ….align_h = 2, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
48 ….align_h = 2, .align_w_cpu = 16, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
51 ….align_h = 2, ALIGN_W_CPU_DEFAULT, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv =…
[all …]
Dformat_info.h63 bool is_rgb; /* RGB format. */ member
Dmali_gralloc_formats.cpp1286 else if (f_old->is_rgb) in comparable_components()
1322 f_new->is_rgb == f_old->is_rgb && in is_format_compatible()
Dmali_gralloc_bufferallocation.cpp521 hw_align = format.is_yuv ? 16 : (format.is_rgb ? 64 : 0); in calc_allocation_size()
849 else if (formats[format_idx].is_rgb) in set_dataspace()