Searched defs:pixel_bytes (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/bootable/recovery/minui/include/minui/ |
H A D | minui.h | 66 size_t pixel_bytes; variable 69 GRSurface(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes) in GRSurface()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_simple_image_pitch.cpp | 35 size_t pixel_bytes = 4; in test_simple_read_image_pitch() local 98 size_t pixel_bytes = 4; in test_simple_write_image_pitch() local
|
/aosp_15_r20/bootable/recovery/minui/ |
H A D | graphics_drm.h | 43 GRSurfaceDrm(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, int drm_fd, in GRSurfaceDrm()
|
H A D | graphics_fbdev.cpp | 36 size_t row_bytes, size_t pixel_bytes) { in Create()
|
H A D | resources.cpp | 44 size_t pixel_bytes) { in Create()
|
/aosp_15_r20/external/webp/imageio/ |
H A D | pnmdec.c | 190 uint64_t stride, pixel_bytes, sample_size, depth; in ReadPNM() local
|
/aosp_15_r20/external/libpng/ |
H A D | pngwutil.c | 2231 size_t pixel_bytes; in png_do_write_interlace() local
|
H A D | pngrutil.c | 3892 size_t pixel_bytes = (row_info->pixel_depth >> 3); in png_do_read_interlace() local
|