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

  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 149 int r = static_cast<float>(YUV2R(y, u, v)) / r_scale;
Converters.h 199 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8)
  /external/qemu/android/camera/
camera-format-converters.c 204 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8)
292 int r = (float)(YUV2R((int)*y, (int)*u, (int)*v)) / r_scale;
    [all...]

Completed in 1046 milliseconds