Home
last modified time | relevance | path

Searched refs:sourceCodecInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp282 const std::string &sourceCodecInfo, const sptr<IDCameraProviderCallback> &callback) in AddDeviceParamCheck() argument
296 if (sourceCodecInfo.empty() || sourceCodecInfo.length() > ABILITYINFO_MAX_LENGTH) { in AddDeviceParamCheck()
308 const std::string &sourceCodecInfo, const sptr<IDCameraProviderCallback> &callback) in AddDCameraDevice() argument
310 …if (AddDeviceParamCheck(dhBase, sinkAbilityInfo, sourceCodecInfo, callback) != DCamRetCode::SUCCES… in AddDCameraDevice()
328 sourceCodecInfo)); in AddDCameraDevice()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp47 std::string& sourceCodecInfo) in GetAbilityInfo() argument
80 sourceCodecInfo = std::string(jsonSource); in GetAbilityInfo()
111 std::string sourceCodecInfo; in EnableDCameraDevice() local
113 if (!GetAbilityInfo(abilityInfo, sinkAbilityInfo, sourceCodecInfo)) { in EnableDCameraDevice()
117 …DCamRetCode ret = dCameraHost->AddDCameraDevice(dhBase, sinkAbilityInfo, sourceCodecInfo, callback… in EnableDCameraDevice()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_host/
H A Ddcamera_host.h85 const std::string &sourceCodecInfo, const sptr<IDCameraProviderCallback> &callback);
87 const std::string &sourceCodecInfo, const sptr<IDCameraProviderCallback> &callback);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h78 const std::string &sourceCodecInfo);
91 const std::string &sourceCodecInfo);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_provider/
H A Ddcamera_provider.h62 std::string& sourceCodecInfo);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddcamera_device.h43 …vice(const DHBase &dhBase, const std::string& sinkAbilityInfo, const std::string& sourceCodecInfo);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp31 const std::string &sourceCodecInfo) in DCameraDevice() argument
36 sourceCodecInfo_(sourceCodecInfo), in DCameraDevice()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp625 const std::string &sourceCodecInfo) in SetOutputVal() argument
629 sourceCodecInfo_ = sourceCodecInfo; in SetOutputVal()
634 const std::string &sourceCodecInfo) in InitOutputConfigurations() argument
640 cJSON *srcRootValue = cJSON_Parse(sourceCodecInfo.c_str()); in InitOutputConfigurations()