Home
last modified time | relevance | path

Searched refs:float (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
Dcallback.rs17 float x_scale;
18 float y_scale;
20 static const float CLAMP_MIN = 0; constant
21 static const float CLAMP_MAX = 255; constant
27 static const float YUV2RGB[] = { constant
53 x_scale = (float)yuv_width / out_width;
54 y_scale = (float)yuv_height / out_height;