Searched defs:_b (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
78 float b(void) const { return _b; }
83 float _b; member in class:ColorRGB
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp482 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { argument
484 const SampleTimeEntry *b = (const SampleTimeEntry *)_b;

Completed in 82 milliseconds