Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dimagefromyuvtextures.cpp68 unsigned char* yuvPixels[] = { in CreatePlanes() local
86 yuvPixels[0][j*pixmaps.planes()[0].width() + i] = SkToU8( in CreatePlanes()
88 yuvPixels[3][j*pixmaps.planes()[0].width() + i] = SkToU8(sk_float_round2int( in CreatePlanes()
113 yuvPixels[1][uvIndex] = SkToU8(sk_float_round2int( in CreatePlanes()
115 yuvPixels[2][uvIndex] = SkToU8(sk_float_round2int( in CreatePlanes()