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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 142 size_t strideUV = cp->alloc->mHal.drvState.lod[1].stride;
143 const uchar *uv = pinUV + ((p->y >> 1) * strideUV);
147 strideUV = strideY;
150 ((p->y >> 1) * strideUV);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 416 int strideUV = (stride / 2 + 0xf) & ~0xf;
429 dst += strideUV;
436 dst += strideUV;

Completed in 433 milliseconds