Searched refs:vstride (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/ |
D | vendor_graphicbuffer_meta.cpp | 80 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 271 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/hardware/google/gchips/libvendorgraphicbuffer/include/ |
D | VendorGraphicBuffer.h | 110 uint32_t vstride = 0; variable
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 193 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 298 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/hardware/google/gchips/include/ |
D | gralloc3_priv.h | 273 int vstride; member
|
D | gralloc1_priv.h | 273 int vstride; member
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 455 gmeta.format, gmeta.width, gmeta.height, gmeta.stride, gmeta.vstride); in dumpHandle() 481 result.appendFormat("\tbuffer's stride: %d, %d\n", gmeta.stride, gmeta.vstride); in dumpExynosImage() 1331 uint32_t bufferHandleSize = gmeta.stride * gmeta.vstride * formatToBpp(gmeta.format) / 8; in load_png_image()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 1095 ((gmeta.stride * gmeta.vstride) < (int)(dst.fullWidth * dst.fullHeight)) || in needDstBufRealloc() 1348 gmeta.stride, gmeta.vstride) != NO_ERROR) { in setupDst() 1409 gmeta.stride, gmeta.vstride, in setupDst() 1598 … ALOGI("dump image fw: %d, fh:%d, size: %d", gmeta.stride, gmeta.vstride, gmeta.size); in doPostProcessingInternal() 1776 img->fullHeight = gmeta.vstride; in getDstImageInfo()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.cpp | 758 src_img->fullHeight = pixel_align_down((gmeta.vstride / 2), 2); in setSrcExynosImage() 761 src_img->fullHeight = gmeta.vstride; in setSrcExynosImage()
|
D | ExynosDevice.cpp | 863 gmeta.stride * gmeta.vstride * formatToBpp(gmeta.format)/8; in saveToFile()
|