Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
Dcamera_example_vendor_tags.cpp37 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetVendorTagCount() local
67 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetAllVendorTags() local
/drivers/peripheral/camera/test/hdi/metadata_test/src/
Dcamera_metadata_operator_uttest.cpp83 uint32_t section = 10; variable
97 uint32_t section = 10; variable
111 uint32_t section = 10; variable
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_get_handler.py204 def delete_device_operation(self, device_name, *section):
/drivers/interface/camera/metadata/src/
Dcamera_metadata_info.cpp523 int32_t CameraMetadata::GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection()
552 uint32_t section; in GetCameraMetadataItemType() local
590 uint32_t section; in GetCameraMetadataItemName() local
Dcamera_metadata_operator.cpp40 int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection()