Searched defs:wb (Results 1 - 7 of 7) sorted by relevance

/frameworks/minikin/tests/perftests/
H A DWordBreaker.cpp27 WordBreaker wb; local
28 wb.setLocale(icu::Locale::getEnglish());
31 wb.setText(text.data(), text.size());
32 while (wb.next() != -1) {}
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Capabilities.java239 * @param wb The integral representation.
243 public static WhiteBalance whiteBalanceFromInt(int wb) { argument
244 switch (wb) {
262 Log.w(TAG, "Unable to convert from API 2 white balance: " + wb);
H A DCameraCapabilities.java433 * @param wb The focus mode to convert.
437 public String stringify(WhiteBalance wb) { argument
438 return toApiCase(wb.name());
619 public boolean supports(WhiteBalance wb) { argument
620 return (wb != null && mSupportedWhiteBalances.contains(wb));
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp131 DvrWriteBuffer* wb = nullptr; local
132 EXPECT_FALSE(dvrWriteBufferIsValid(wb));
136 ret = dvrWriteBufferQueueGainBuffer(write_queue_, /*timeout=*/0, &wb, &meta,
140 EXPECT_NE(wb, nullptr);
141 EXPECT_TRUE(dvrWriteBufferIsValid(wb));
152 DvrWriteBuffer* wb = nullptr; local
166 ret = dvrWriteBufferQueueGainBuffer(write_queue_, /*timeout=*/0, &wb, &meta1,
169 ASSERT_NE(wb, nullptr);
170 ASSERT_TRUE(dvrWriteBufferIsValid(wb));
172 wb, fence_f
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants local
872 float y = wr * r + wg * g + wb * b;
873 float u = 0.5 * ((b - y) / (1.0 - wb)) + 0.5;
891 // u = 0.5 * ((b - y) / (1.0 - wb)) + 0.5
892 // 0.5 * ((b - y) / (1.0 - wb)) = u - 0.5
893 // (b - y) / (1.0 - wb) = 2 * (u - 0.5)
894 // b - y = 2 * (u - 0.5) * (1.0 - wb)
895 // b = 2 * (u - 0.5) * (1.0 - wb) + y
903 // y = wr * r + wg * g + wb * b
904 // wr * r + wg * g + wb *
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 266 milliseconds