Searched refs:GetYUVPlaneInfo (Results 1 – 16 of 16) sorted by relevance
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.h | 72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
|
D | gr_buf_mgr.cpp | 668 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 782 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
D | gr_allocator.cpp | 369 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function in gralloc1::Allocator
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.h | 74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
|
D | gr_utils.cpp | 349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function 811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo); in GetBufferLayout()
|
D | gr_buf_mgr.cpp | 711 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 873 int err = GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.h | 72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
|
D | gr_buf_mgr.cpp | 660 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 774 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
D | gr_allocator.cpp | 370 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function in gralloc1::Allocator
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.h | 74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
|
D | gr_utils.cpp | 349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function 811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo); in GetBufferLayout()
|
D | gr_buf_mgr.cpp | 711 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 874 int err = GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_utils.h | 87 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
|
D | QtiMapper.cpp | 202 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) != 0) { in lockYCbCr() 356 if (gralloc::GetYUVPlaneInfo(hnd, yuv_plane_info) == 0) { in getYuvPlaneInfo()
|
D | gr_device_impl.cpp | 518 int err = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetFlexLayout() 762 if (GetYUVPlaneInfo(hnd, ycbcr)) { in Perform()
|
D | gr_utils.cpp | 422 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]) { in GetYUVPlaneInfo() function 947 int ret = GetYUVPlaneInfo(hnd, yuvPlaneInfo); in GetBufferLayout()
|