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

  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 145 bool hasValidIncrement = plane.h_increment == 1 ||
146 (plane.component != FLEX_COMPONENT_Y && plane.h_increment == 2);
149 ALOGV("Invalid increment: h %d v %d", plane.h_increment,
257 if (cbPlane->h_increment != crPlane->h_increment) {
259 cbPlane->h_increment, crPlane->h_increment);
270 ycbcr->chroma_step = static_cast<size_t>(cbPlane->h_increment);
  /system/core/include/system/
graphics.h 545 int32_t h_increment; member in struct:android_flex_plane
    [all...]

Completed in 1975 milliseconds