Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1331 int strideBytes = gmeta.stride * (formatToBpp(gmeta.format) / 8); in load_png_image() local
1335 png_read_row(png_ptr, row_ptr + strideBytes * y, NULL); in load_png_image()
1343 for (int i = 0; i + 3 < height * strideBytes; i += 4) { in load_png_image()