Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp646 std::vector<std::string> segments; in detectAndroidCustomSensor() local
650 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 …]
/hardware/interfaces/camera/device/3.5/
Dtypes.hal147 * 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 format
158 * so the HAL needs to include the final size of all APP segments using this
162 * The transport header must be at the end of the JPEG APP segments output stream
165 * buffer. The JPEG APP segments data itself starts at the beginning of the
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal54 * JPEG APP segments format as specified by JEIDA spec
57 * 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
/hardware/interfaces/camera/metadata/3.4/
Dtypes.hal169 * <p>The maximum number of Jpeg APP segments supported by the camera HAL device.</p>