Searched refs:tempIso (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1361 int32_t tempIso = *(entry.data.i32); local
1362 if (tempIso < 0) {
1368 if (tempIso > UINT16_MAX) {
1370 tempIso = UINT16_MAX;
1373 uint16_t iso = static_cast<uint16_t>(tempIso);

Completed in 32 milliseconds