Home
last modified time | relevance | path

Searched refs:section (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp37 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetVendorTagCount()
38 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetVendorTagCount()
39 uint32_t end = EXAMPLE_VENDOR_SECTION_BOUNDS[section][1]; in GetVendorTagCount()
67 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetAllVendorTags()
68 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetAllVendorTags()
69 uint32_t end = EXAMPLE_VENDOR_SECTION_BOUNDS[section][ in GetAllVendorTags()
[all...]
/drivers/hdf_core/framework/core/common/include/host/
H A Dhdf_device_section.h14 #define HDF_SECTION __attribute__((section(".hdf.driver")))
29 #pragma section = ".hdf.driver"
31 #error "No support section begin and section end!"
/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_metadata_operator_uttest.cpp83 uint32_t section = 10; in HWTEST_F() local
84 int32_t ret = GetMetadataSection(16384, &section); in HWTEST_F()
97 uint32_t section = 10; in HWTEST_F() local
98 int32_t ret = GetMetadataSection(20480, &section); in HWTEST_F()
111 uint32_t section = 10; in HWTEST_F() local
112 int32_t ret = GetMetadataSection(1, &section); in HWTEST_F()
/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_operator.cpp40 int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection() argument
42 return CameraMetadata::GetMetadataSection(itemSection, section); in GetMetadataSection()
H A Dcamera_metadata_info.cpp608 int32_t CameraMetadata::GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection() argument
620 *section = iter->second; in GetMetadataSection()
622 METADATA_ERR_LOG("GetMetadataSection item section is not defined"); in GetMetadataSection()
637 uint32_t section; in GetCameraMetadataItemType() local
648 int32_t ret = GetMetadataSection(itemTag, &section); in GetCameraMetadataItemType()
650 METADATA_ERR_LOG("GetCameraMetadataItemType section is not valid"); in GetCameraMetadataItemType()
654 if (item >= g_ohosCameraSectionBounds[section][1]) { in GetCameraMetadataItemType()
655 METADATA_ERR_LOG("GetCameraMetadataItemType item is not in section bound"); in GetCameraMetadataItemType()
660 if (g_ohosItemInfo[section][itemIndex].item_type < META_TYPE_BYTE) { in GetCameraMetadataItemType()
665 *dataType = g_ohosItemInfo[section][itemInde in GetCameraMetadataItemType()
675 uint32_t section; GetCameraMetadataItemName() local
[all...]
/drivers/interface/camera/metadata/include/
H A Dcamera_metadata_operator.h208 int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section);
H A Dcamera_metadata_info.h116 static int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section);
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py204 def delete_device_operation(self, device_name, *section):
205 ini_config_handle, temp_value_type, temp_device_list = section
H A Dhdf_delete_handler.py141 section_list = config.options(section=kernel)
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py469 section_list = config.options(section=self.kernel)
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py451 model_child_dir_list = config.get(section=section_name, option=node_name)

Completed in 7 milliseconds