Home
last modified time | relevance | path

Searched refs:GetYUVPlaneInfo (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h172 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
173 int GetYUVPlaneInfo(const BufferInfo &info, int32_t format, int32_t width, int32_t height,
DQtiMapperExtensions.cpp152 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) == 0) { in getYuvPlaneInfo()
360 gralloc::GetYUVPlaneInfo(info, custom_format, alignedw, alignedh, flags, &plane_count, in getFormatLayout()
DQtiMapper.cpp205 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) != 0) { in lockYCbCr()
Dgr_utils.cpp559 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]) { in GetYUVPlaneInfo() function
598 err = GetYUVPlaneInfo(info, format, width, height, interlaced, &plane_count, plane_info); in GetYUVPlaneInfo()
1134 int ret = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetBufferLayout()
1381 int GetYUVPlaneInfo(const BufferInfo &info, int32_t format, int32_t width, int32_t height, in GetYUVPlaneInfo() function
Dgr_device_impl.cpp537 int err = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetFlexLayout()
781 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
Dgr_buf_mgr.cpp710 gralloc::GetYUVPlaneInfo(info, handle->format, handle->width, handle->height, handle->flags, in getFormatLayout()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.h186 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
187 int GetYUVPlaneInfo(const BufferInfo &info, int32_t format, int32_t width, int32_t height,
DQtiMapperExtensions.cpp152 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) == 0) { in getYuvPlaneInfo()
365 gralloc::GetYUVPlaneInfo(info, custom_format, alignedw, alignedh, flags, &plane_count, in getFormatLayout()
DQtiMapper.cpp205 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) != 0) { in lockYCbCr()
Dgr_utils.cpp639 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]) { in GetYUVPlaneInfo() function
678 err = GetYUVPlaneInfo(info, format, width, height, interlaced, &plane_count, plane_info); in GetYUVPlaneInfo()
1228 int ret = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetBufferLayout()
1479 int GetYUVPlaneInfo(const BufferInfo &info, int32_t format, int32_t width, int32_t height, in GetYUVPlaneInfo() function
Dgr_device_impl.cpp540 int err = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetFlexLayout()
784 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
Dgr_buf_mgr.cpp695 gralloc::GetYUVPlaneInfo(info, handle->format, handle->width, handle->height, handle->flags, in getFormatLayout()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.h74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
Dgr_utils.cpp349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function
811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo); in GetBufferLayout()
Dgr_buf_mgr.cpp711 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
873 int err = GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.h72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
Dgr_buf_mgr.cpp660 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
774 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
Dgr_allocator.cpp370 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function in gralloc1::Allocator
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.h72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
Dgr_buf_mgr.cpp668 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
782 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
Dgr_allocator.cpp369 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function in gralloc1::Allocator
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.h74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
Dgr_utils.cpp349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function
811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo); in GetBufferLayout()
Dgr_buf_mgr.cpp711 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
874 int err = GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()