Searched defs:b (Results 1 – 4 of 4) sorted by relevance
216 Bundle b = new Bundle(); in getPolicy() local234 Bundle b = new Bundle(); in getPolicy() local
151 int b = ave(Color.blue(c0), Color.blue(c1), p); in interpColor() local160 int b = Color.blue(color); in rotateColor() local
193 #define v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument
1805 int32_t fir_convolve(const int16_t* a, const int32_t* b, int num_samples) in fir_convolve()