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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp28 union Rgba { union
46 static inline Rgba convertYuvToRgba(int32 y, int32 u, int32 v) {
47 Rgba color;
59 Rgba* const pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
66 Rgba* pOutColor = pOutput;
97 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input));
98 Rgba* pOutput = static_cast<Rgba*>(en
[all...]

Completed in 479 milliseconds