Searched refs:GetYUVPlaneInfo (Results 1 – 12 of 12) 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 | 689 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 806 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
D | gr_allocator.cpp | 353 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo() function in gralloc1::Allocator
|
/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 | 677 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) { in Perform() 794 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr); in GetFlexLayout()
|
D | gr_allocator.cpp | 354 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/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()
|