Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h197 static const int64_t kSlowJpegModeThreshold = 33400000LL; // 33.4 ms member
DParameters.cpp896 if (minFrameDurationNs > kSlowJpegModeThreshold) { in initialize()