Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp1341 int strideBytes = gmeta.stride * (formatToBpp(gmeta.format) / 8); in load_png_image() local
1345 row_ptr += strideBytes; in load_png_image()
/aosp12/frameworks/rs/
H A DrsAllocation.cpp801 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap() local
808 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize, 0); in rsi_AllocationCubeCreateFromBitmap()