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

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp77 JSAMPARRAY planes[3]; local
78 planes[0] = y;
79 planes[1] = cb;
80 planes[2] = cr;
108 jpeg_write_raw_data(cinfo, planes, 16);
153 JSAMPARRAY planes[3]; local
154 planes[0] = y;
155 planes[1] = cb;
156 planes[2] = cr;
182 jpeg_write_raw_data(cinfo, planes, 1
[all...]
/frameworks/native/opengl/libagl/
H A Dvertex.cpp119 int planes = c->clipPlanes.enable; local
120 while (planes) {
121 const int i = 31 - gglClz(planes);
122 planes &= ~(1<<i);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp288 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y];
297 srcLine = (const uint8_t *)img->planes[PLANE_U];
305 srcLine = (const uint8_t *)img->planes[PLANE_V];

Completed in 83 milliseconds