Searched refs:SetVendorParameter (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/ |
H A D | frame_config.h | 142 void SetVendorParameter(uint8_t *value, uint32_t len);
|
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 1221 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 D | frame_config.cpp | 54 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 D | camera_server.cpp | 243 fc->SetVendorParameter(dataBuff, len); in DeserializeFrameConfig()
|