HomeSort by relevance Sort by last modified time
    Searched defs:Rgba (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRgba.h 41 // class Rgba
51 // RGBA pixel
54 struct Rgba
61 Rgba () {}
62 Rgba (half r, half g, half b, half a = 1.f): r (r), g (g), b (b), a (a) {}
64 Rgba & operator = (const Rgba &other)
77 // Channels in an RGBA file
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 26 // RGBA helper struct allows access as int and individual channels
28 union Rgba {
44 // Convert YUV to RGBA
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))
    [all...]

Completed in 54 milliseconds