Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp73 std::set<int32_t> hal_formats; in AddFormatComponents() local
74 int res = GetHalFormats(device, &hal_formats); in AddFormatComponents()
80 if (hal_formats.find(HAL_PIXEL_FORMAT_YCbCr_420_888) == hal_formats.end()) { in AddFormatComponents()
83 hal_formats.insert(HAL_PIXEL_FORMAT_YCbCr_420_888); in AddFormatComponents()
86 if (hal_formats.find(HAL_PIXEL_FORMAT_BLOB) == hal_formats.end()) { in AddFormatComponents()
89 hal_formats.insert(HAL_PIXEL_FORMAT_BLOB); in AddFormatComponents()
97 hal_formats.insert(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED); in AddFormatComponents()
125 for (auto hal_format : hal_formats) { in AddFormatComponents()