Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp183 FormatVector halFormats; in getSupportedFormats() local
228 std::vector<std::string> halFormats = in getSupportedProfiles() local
/aosp_15_r20/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
/aosp_15_r20/hardware/interfaces/camera/device/default/
H A DExternalCameraDevice.cpp640 std::array<int, /*size*/ 3> halFormats{{HAL_PIXEL_FORMAT_BLOB, HAL_PIXEL_FORMAT_YCbCr_420_888, in initOutputCharsKeys() local
713 uint32_t fourcc, const std::array<int, SIZE>& halFormats, int streamConfigTag, in initOutputCharsKeysByFormat()
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp171 std::vector<uint32_t> halFormats; in updateRestrictions() local
/aosp_15_r20/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()
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp443 int32_t drmFormatToHalFormats(int format, std::vector<uint32_t> *halFormats) in drmFormatToHalFormats()