Home
last modified time | relevance | path

Searched refs:chann (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp358 uint8_t chann = static_cast<int>(channel); in onAddToKey() local
360 SkASSERT(plane < 4 && chann < 4); in onAddToKey()
362 packed |= (plane | (chann << 2)) << (i++ * 4); in onAddToKey()

Completed in 2 milliseconds