Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp23 const vendorTag_t VENDOR_SENSOR[EXAMPLE_VENDOR_SENSOR_END -
29 const vendorTag_t* EXAMPLE_VENDOR_TAG_INFO[EXAMPLE_SECTION_COUNT] = {
65 void CameraVendorTagExample::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags()
71 vendorTag_t info {}; in GetAllVendorTags()
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_metadata_operator.h142 } vendorTag_t; typedef
212 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
H A Dcamera_vendor_tag.h32 virtual void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) = 0;
H A Dcamera_metadata_info.h120 static int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_example_vendor_tags_uttest.cpp46 std::vector<vendorTag_t> tagVec {};
H A Dcamera_metadata_operator_uttest.cpp468 std::vector<vendorTag_t>tagVec;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/include/
H A Dcamera_example_vendor_tags.h50 void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) override;
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
H A Dcamera_input_fuzzer.cpp96 std::vector<vendorTag_t> infos; in TestInput()
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_operator.cpp148 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags()
H A Dcamera_metadata_info.cpp1557 int32_t CameraMetadata::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_input.h371 int32_t GetCameraAllVendorTags(std::vector<vendorTag_t> &infos);
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_vendor_tag_test.cpp218 std::vector<vendorTag_t> tagVec {}; in TEST_F()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp82 std::vector<vendorTag_t> infos; in isFindModuleTypeTag()
H A Dcamera_input.cpp457 int32_t CameraInput::GetCameraAllVendorTags(std::vector<vendorTag_t> &infos) __attribute__((no_sani… in GetCameraAllVendorTags()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp647 std::vector<vendorTag_t> vendorTagInfos; in FindTagId()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8312 std::vector<vendorTag_t> infos = {};