Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp188 hidl_cb(err, out_data, gralloc::GetBpp(hnd->format), in lock()
189 (hnd->width) * (gralloc::GetBpp(hnd->format))); in lock()
Dgr_utils.h162 int GetBpp(int format);
Dgr_utils.cpp245 int GetBpp(int format) { in GetBpp() function
666 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth * GetBpp(format)); in GetRawPlaneInfo()
/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h99 int GetBpp(int format, int *bpp);
Dgr_utils.h176 int GetBpp(int format);
DQtiMapper.cpp188 auto bytes_per_pixel = gralloc::GetBpp(hnd->format); in lock()
Dgr_camera_info.cpp422 int CameraInfo::GetBpp(int format, int *bpp) { in GetBpp() function in gralloc::CameraInfo
Dgr_utils.cpp272 int GetBpp(int format) { in GetBpp() function
698 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth * GetBpp(format)); in GetRawPlaneInfo()
1786 plane_info->step = GetBpp(format); in GetRGBPlaneInfo()