Home
last modified time | relevance | path

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

/hardware/libhardware/modules/gralloc/
Dgralloc.cpp210 int bytesPerPixel = 0; in gralloc_alloc() local
213 bytesPerPixel = 8; in gralloc_alloc()
218 bytesPerPixel = 4; in gralloc_alloc()
221 bytesPerPixel = 3; in gralloc_alloc()
225 bytesPerPixel = 2; in gralloc_alloc()
235 size_t size = align(height, tileHeight) * stride * bytesPerPixel + 4; in gralloc_alloc()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp137 int bytesPerPixel = 0; in AlignCompressedRGB() local
144 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp136 int bytesPerPixel = 0; in AlignCompressedRGB() local
143 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.cpp146 int bytesPerPixel = 0; in AlignCompressedRGB() local
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.cpp146 int bytesPerPixel = 0; in AlignCompressedRGB() local
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp246 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
253 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp240 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
247 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp305 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
312 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp320 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
327 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp320 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
327 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5128 int bytesPerPixel = 0; in fillPbStreamConfig() local
5133 bytesPerPixel = 1; in fillPbStreamConfig()
5138 bytesPerPixel = 1; in fillPbStreamConfig()
5150 plane.stride = streamInfo->buf_planes.plane_info.mp[i].stride * bytesPerPixel; in fillPbStreamConfig()