HomeSort by relevance Sort by last modified time
    Searched refs:GetYUVPlaneInfo (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.h 72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
gr_buf_mgr.cpp 689 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) {
806 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr);
gr_allocator.cpp 353 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.h 72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
gr_buf_mgr.cpp 677 if (allocator_->GetYUVPlaneInfo(hnd, ycbcr)) {
794 int err = allocator_->GetYUVPlaneInfo(hnd, &ycbcr);
gr_allocator.cpp 354 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) {
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.h 74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
gr_utils.cpp 349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) {
811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo);
gr_buf_mgr.cpp 711 if (GetYUVPlaneInfo(hnd, ycbcr)) {
874 int err = GetYUVPlaneInfo(hnd, &ycbcr);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.h 74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
gr_utils.cpp 349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) {
811 int ret = GetYUVPlaneInfo(hnd, &yuvInfo);
gr_buf_mgr.cpp 711 if (GetYUVPlaneInfo(hnd, ycbcr)) {
873 int err = GetYUVPlaneInfo(hnd, &ycbcr);
    [all...]

Completed in 754 milliseconds