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

  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
FormatConversions.cpp 35 uint32_t uvHeight = height / 2;
36 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride);
50 uint32_t uvHeight = height / 2;
51 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride);
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 655 size_t uvHeight = h / 2;
656 ashmem_size += yStride * h + 2 * (uvHeight * uvStride);
    [all...]

Completed in 83 milliseconds