Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libgralloc/
Dmapper.cpp405 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
410 height, format, *tileEnabled, *alignedWidth, in gralloc_perform()
/hardware/qcom/display/msm8226/libgralloc/
Dmapper.cpp405 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
410 height, format, *tileEnabled, *alignedWidth, in gralloc_perform()
/hardware/qcom/display/msm8909/libgralloc/
Dmapper.cpp397 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
402 height, format, usage, *alignedWidth, *alignedHeight); in gralloc_perform()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dmapper.cpp397 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
402 height, format, usage, *alignedWidth, *alignedHeight); in gralloc_perform()
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp457 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
462 height, format, usage, *alignedWidth, *alignedHeight); in gralloc_perform()
/hardware/qcom/display/msm8996/libgralloc/
Dmapper.cpp455 int *alignedWidth = va_arg(args, int *); in gralloc_perform() local
461 height, format, usage, *alignedWidth, *alignedHeight); in gralloc_perform()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp653 uint32_t alignedWidth, alignedHeight; in GetRawPlaneInfo() local
654 GetAlignedWidthAndHeight(info, &alignedWidth, &alignedHeight); in GetRawPlaneInfo()
656 uint32_t size = GetSize(info, alignedWidth, alignedHeight); in GetRawPlaneInfo()
664 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth); in GetRawPlaneInfo()
666 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth * GetBpp(format)); in GetRawPlaneInfo()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp685 uint32_t alignedWidth, alignedHeight; in GetRawPlaneInfo() local
686 GetAlignedWidthAndHeight(info, &alignedWidth, &alignedHeight); in GetRawPlaneInfo()
688 uint32_t size = GetSize(info, alignedWidth, alignedHeight); in GetRawPlaneInfo()
696 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth); in GetRawPlaneInfo()
698 plane_info[0].stride_bytes = static_cast<int32_t>(alignedWidth * GetBpp(format)); in GetRawPlaneInfo()