Searched refs:sourceCodecInfo (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/ |
H A D | dcamera_host.cpp | 282 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 D | dcamera_provider.cpp | 47 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 D | dcamera_host.h | 85 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 D | dstream_operator.h | 78 const std::string &sourceCodecInfo); 91 const std::string &sourceCodecInfo);
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_provider/ |
H A D | dcamera_provider.h | 62 std::string& sourceCodecInfo);
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/ |
H A D | dcamera_device.h | 43 …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 D | dcamera_device.cpp | 31 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 D | dstream_operator.cpp | 625 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()
|