Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp157 std::vector<uint32_t> halFormats; in updateRestrictions() local
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp183 FormatVector halFormats; in getSupportedFormats() local
228 std::vector<std::string> halFormats = in getSupportedProfiles() local
/hardware/interfaces/camera/device/3.4/default/
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
/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp633 std::array<int, /*size*/ 3> halFormats{{HAL_PIXEL_FORMAT_BLOB, HAL_PIXEL_FORMAT_YCbCr_420_888, in initOutputCharsKeys() local
706 uint32_t fourcc, const std::array<int, SIZE>& halFormats, int streamConfigTag, in initOutputCharsKeysByFormat()
/hardware/interfaces/audio/common/all-versions/default/7.0/
DHidlUtils.cpp254 status_t HidlUtils::audioFormatsFromHal(const std::vector<std::string>& halFormats, in audioFormatsFromHal()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp442 int32_t drmFormatToHalFormats(int format, std::vector<uint32_t> *halFormats) in drmFormatToHalFormats()