Home
last modified time | relevance | path

Searched defs:row_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp12/bootable/recovery/minui/include/minui/
H A Dminui.h65 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 Dgraphics_drm.h43 GRSurfaceDrm(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, int drm_fd, in GRSurfaceDrm()
H A Dgraphics_fbdev.cpp36 size_t row_bytes, size_t pixel_bytes) { in Create()
H A Dresources.cpp43 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 DEmbeddingLookup.cpp39 const int row_bytes = total_bytes / row_size; in Eval() local
H A DHashtableLookup.cpp48 const int row_bytes = in Eval() local
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp266 const size_t row_bytes = png_get_rowbytes(read_ptr, info_ptr); in ReadPng() local