Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dgralloc_vendor_interface.cpp31 int stride_pixel = 0; member
65 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel() argument
66 descriptor.stride_pixel = stride_pixel; in setStridePixel()
94 buffer_descriptor.pixel_stride = descriptor.stride_pixel; in createNativeHandle()
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp30 int stride_pixel = 0; member
64 void setStridePixel(Descriptor &descriptor, int stride_pixel) { in setStridePixel() argument
65 descriptor.stride_pixel = stride_pixel; in setStridePixel()
86 buffer_descriptor.pixel_stride = descriptor.stride_pixel; in createNativeHandle()
/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.cpp171 int CameraInfo::GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel) { in GetStrideInPixels() argument
175 GetCamxPlaneType(plane_type), width, stride_pixel); in GetStrideInPixels()
294 float stride_pixel = 0; in GetCameraFormatPlaneInfo() local
340 result = GetStrideInPixels(format, plane_type[i], width, &stride_pixel); in GetCameraFormatPlaneInfo()
346 plane_info[i].stride = (int32_t)stride_pixel; in GetCameraFormatPlaneInfo()
Dgr_camera_info.h109 int GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel);
/hardware/google/gchips/gralloc3/include/gralloc3/
Dgralloc_vendor_interface.h40 void setStridePixel(Descriptor &descriptor, int stride_pixel);
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/include/gralloc4/
Dgralloc_vendor_interface.h41 void setStridePixel(Descriptor &descriptor, int stride_pixel);