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

  /system/core/include/system/
graphics.h 235 * @chroma_step is the distance in bytes from one chroma pixel value to the
246 size_t chroma_step; member in struct:android_ycbcr
  /frameworks/native/libs/gui/
CpuConsumer.cpp 152 nativeBuffer->chromaStep = ycbcr.chroma_step;
  /hardware/qcom/display/libgralloc/
mapper.cpp 266 ycbcr->chroma_step = 2;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 867 ycbcr->chroma_step = cStep;
881 ".ystride: %d , .cstride: %d, .chroma_step: %d", usage,
883 ycbcr->chroma_step);

Completed in 201 milliseconds