Home
last modified time | relevance | path

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

/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/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/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()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.h87 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
DQtiMapper.cpp202 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) != 0) { in lockYCbCr()
356 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) == 0) { in getYuvPlaneInfo()
Dgr_device_impl.cpp518 int err = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetFlexLayout()
762 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
Dgr_utils.cpp422 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]) { in GetYUVPlaneInfo() function
947 int ret = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetBufferLayout()