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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
raw_converter.rs 38 uint rawWidth; // Width of raw buffer
45 float interpX = (((float) x) / rawWidth) * gainMapWidth;
357 if (xP == rawWidth - 1) xP = rawWidth - 2;
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 60 milliseconds