Home
last modified time | relevance | path

Searched refs:strideYBytes (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp224 const int strideYBytes = static_cast<int>(srcBufferYCbCr.ystride); in ConvertFromYV12() local
245 return libyuv::I420ToARGB(srcY, strideYBytes, // in ConvertFromYV12()