Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h142 void SetVendorParameter(uint8_t *value, uint32_t len);
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp1221 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1234 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1247 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1260 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1280 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1301 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1322 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1357 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1381 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
1405 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN); in HWTEST_F()
[all …]
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp54 void FrameConfig::SetVendorParameter(uint8_t *value, uint32_t len) in SetVendorParameter() function in OHOS::Media::FrameConfig
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp243 fc->SetVendorParameter(dataBuff, len); in DeserializeFrameConfig()