Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp176 …tamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in getTimestamp() argument
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID; in getTimestamp()
182 …FrameTimes* frameTimes, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in populateFrameTimes() argument
184 …Times->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
185 …mes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
186 frameTimes->latch = getTimestamp(EGL_COMPOSITION_LATCH_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
187 …stCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
188 …astCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
189 …nGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
190 …ameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
[all …]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
DCameraConfigurationManager.java163 private static String findSettableValue(Collection<String> supportedValues, in findSettableValue() argument
165 Log.i(TAG, "Supported values: " + supportedValues); in findSettableValue()
167 if (supportedValues != null) { in findSettableValue()
169 if (supportedValues.contains(desiredValue)) { in findSettableValue()