HomeSort by relevance Sort by last modified time
    Searched refs:YUV2B (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 151 int b = static_cast<float>(YUV2B(y, u, v)) / b_scale;
Converters.h 201 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8)
  /external/qemu/android/camera/
camera-format-converters.c 206 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8)
294 int b = (float)(YUV2B((int)*y, (int)*u, (int)*v)) / b_scale;
    [all...]

Completed in 78 milliseconds