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

  /frameworks/native/libs/gui/
CpuConsumer.cpp 92 android_ycbcr ycbcr = android_ycbcr(); local
99 &ycbcr);
102 CC_LOGE("Unable to lock YCbCr buffer for CPU reading: %s (%d)",
106 bufferPointer = ycbcr.y;
139 nativeBuffer->stride = (ycbcr.y != NULL) ?
140 ycbcr.ystride :
149 nativeBuffer->dataCb = reinterpret_cast<uint8_t*>(ycbcr.cb);
150 nativeBuffer->dataCr = reinterpret_cast<uint8_t*>(ycbcr.cr);
151 nativeBuffer->chromaStride = ycbcr.cstride;
152 nativeBuffer->chromaStep = ycbcr.chroma_step
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 906 android_ycbcr ycbcr = android_ycbcr(); local
910 &ycbcr);
913 destBuf.img = static_cast<uint8_t*>(ycbcr.y);
    [all...]

Completed in 90 milliseconds