Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dimagefromyuvtextures.cpp118 int uvIndex = j * kBmpSize / 2 + i; in onOnceBeforeDraw() local
119 uvPixels[0][uvIndex] = static_cast<signed char>( in onOnceBeforeDraw()
121 uvPixels[1][uvIndex] = static_cast<signed char>( in onOnceBeforeDraw()
/third_party/skia/gm/
Dimagefromyuvtextures.cpp112 int uvIndex = j*pixmaps.planes()[1].width() + i; in CreatePlanes() local
113 yuvPixels[1][uvIndex] = SkToU8(sk_float_round2int( in CreatePlanes()
115 yuvPixels[2][uvIndex] = SkToU8(sk_float_round2int( in CreatePlanes()