OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yRows
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
162
uint8_t*
yRows
= new uint8_t [16 * width];
170
deinterleave(yuvOffset,
yRows
, uRows, vRows, cinfo->next_scanline, width, height);
175
y[i] =
yRows
+ i * width;
186
delete []
yRows
;
192
void Yuv422IToJpegEncoder::deinterleave(uint8_t* yuv, uint8_t*
yRows
, uint8_t* uRows,
201
yRows
[indexY] = yuvSeg[0];
202
yRows
[indexY + 1] = yuvSeg[2];
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.cpp
335
const int
yRows
= xCols;
347
AppendTypeName(s, "M", "F",
yRows
, yCols); // add Y input
[
all
...]
Completed in 210 milliseconds