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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1134 int32_t tempIso = *(entry.data.i32); local
1135 if (tempIso < 0) {
1141 if (tempIso > UINT16_MAX) {
1143 tempIso = UINT16_MAX;
1146 uint16_t iso = static_cast<uint16_t>(tempIso);

Completed in 25 milliseconds