Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp171 FormatVector halFormats; in getSupportedFormats() local
173 halFormats = formatsFromString(halListValue.string(), AudioParameter::valueListSeparator); in getSupportedFormats()
174 formats.resize(halFormats.size()); in getSupportedFormats()
175 for (size_t i = 0; i < halFormats.size(); ++i) { in getSupportedFormats()
176 formats[i] = AudioFormat(halFormats[i]); in getSupportedFormats()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp582 uint32_t fourcc, const std::array<int, SIZE>& halFormats, in initOutputCharskeysByFormat() argument
598 for (const auto& format : halFormats) { in initOutputCharskeysByFormat()
616 for (const auto& format : halFormats) { in initOutputCharskeysByFormat()
626 for (const auto& format : halFormats) { in initOutputCharskeysByFormat()
693 std::array<int, /*size*/ 3> halFormats{{HAL_PIXEL_FORMAT_BLOB, HAL_PIXEL_FORMAT_YCbCr_420_888, in initOutputCharsKeys() local
719 initOutputCharskeysByFormat(metadata, V4L2_PIX_FMT_MJPEG, halFormats, in initOutputCharsKeys()