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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 316 unsigned int y_meta_stride, y_meta_height, y_meta_size; local
323 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment);
333 ycbcr->y = reinterpret_cast<void *>(base + y_meta_size);
334 ycbcr->cb = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size);
335 ycbcr->cr = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size + 1);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 304 unsigned int y_meta_stride, y_meta_height, y_meta_size; local
311 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment);
321 ycbcr->y = reinterpret_cast<void *>(base + y_meta_size);
322 ycbcr->cb = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size);
323 ycbcr->cr = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size + 1);
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 738 unsigned int y_meta_stride, y_meta_height, y_meta_size; local
745 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment);
755 ycbcr->y = (void*)(base + y_meta_size);
756 ycbcr->cb = (void*)(base + y_meta_size + y_size + c_meta_size);
757 ycbcr->cr = (void*)(base + y_meta_size + y_size +
    [all...]
  /hardware/qcom/display/msm8998/libgralloc/
alloc_controller.cpp 695 unsigned int y_meta_stride, y_meta_height, y_meta_size; local
702 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment);
712 ycbcr->y = (void*)(base + y_meta_size);
713 ycbcr->cb = (void*)(base + y_meta_size + y_size + c_meta_size);
714 ycbcr->cr = (void*)(base + y_meta_size + y_size +
    [all...]

Completed in 2756 milliseconds