Searched refs:tempIso (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1360 int32_t tempIso = *(entry.data.i32); local
1361 if (tempIso < 0) {
1367 if (tempIso > UINT16_MAX) {
1369 tempIso = UINT16_MAX;
1372 uint16_t iso = static_cast<uint16_t>(tempIso);

Completed in 320 milliseconds