Home
last modified time | relevance | path

Searched defs:halFormats (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.cpp138 std::vector<uint32_t> halFormats; in updateRestrictions() local
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp179 FormatVector halFormats; in getSupportedFormats() local
224 std::vector<std::string> halFormats = in getSupportedProfiles() local
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp593 uint32_t fourcc, const std::array<int, SIZE>& halFormats, in initOutputCharskeysByFormat()
704 std::array<int, /*size*/ 3> halFormats{{HAL_PIXEL_FORMAT_BLOB, HAL_PIXEL_FORMAT_YCbCr_420_888, in initOutputCharsKeys() local
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/
H A DHidlUtils.cpp254 status_t HidlUtils::audioFormatsFromHal(const std::vector<std::string>& halFormats, in audioFormatsFromHal()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp354 int32_t drmFormatToHalFormats(int format, std::vector<uint32_t> *halFormats) in drmFormatToHalFormats()