Searched defs:row_bytes (Results 1 – 7 of 7) sorted by relevance
/aosp12/bootable/recovery/minui/include/minui/ |
H A D | minui.h | 65 size_t row_bytes; variable 69 GRSurface(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes) in GRSurface()
|
/aosp12/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 | 43 std::unique_ptr<GRSurface> GRSurface::Create(size_t width, size_t height, size_t row_bytes, in Create()
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | EmbeddingLookup.cpp | 39 const int row_bytes = total_bytes / row_size; in Eval() local
|
H A D | HashtableLookup.cpp | 48 const int row_bytes = in Eval() local
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | PngCrunch.cpp | 266 const size_t row_bytes = png_get_rowbytes(read_ptr, info_ptr); in ReadPng() local
|