Searched refs:segments (Results 1 – 4 of 4) sorted by relevance
646 std::vector<std::string> segments; in detectAndroidCustomSensor() local650 segments.push_back(str.substr(start, end - start)); in detectAndroidCustomSensor()655 segments.push_back(str.substr(start)); in detectAndroidCustomSensor()658 if (segments.size() < 4) { in detectAndroidCustomSensor()665 if (!segments[0].empty()) { in detectAndroidCustomSensor()666 if (::isdigit(segments[0][0])) { in detectAndroidCustomSensor()667 int type = ::atoi(segments[0].c_str()); in detectAndroidCustomSensor()698 for (auto c : segments[0]) { in detectAndroidCustomSensor()709 if (s.str() == segments[0]) { in detectAndroidCustomSensor()719 if (segments[1].size() == 1) { in detectAndroidCustomSensor()[all …]
147 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker)148 * segments as specified in JEITA CP-3451.150 * To capture a JPEG APP segments blob, a stream is created using the pixel format158 * so the HAL needs to include the final size of all APP segments using this162 * The transport header must be at the end of the JPEG APP segments output stream165 * buffer. The JPEG APP segments data itself starts at the beginning of the
54 * JPEG APP segments format as specified by JEIDA spec57 * by zero or more APPn segments, as is specified by JEITA CP-3451C section 4.5.4.62 * HAL_PIXEL_FORMAT_BLOB: JPEG APP segments optionally containing thumbnail image
169 * <p>The maximum number of Jpeg APP segments supported by the camera HAL device.</p>