Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp87 uint32_t planeW = img->mWidth / plane.colSampling; in _ImageCopy() local
105 for (uint32_t col = 0; col < planeW; ++col) { in _ImageCopy()