Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h77 struct RecorderParam { struct
79 RecorderParam() = delete;
80 virtual ~RecorderParam() = default;
99 struct VidEnc : public RecorderParam { argument
110 struct VidBitRate : public RecorderParam {
120 struct VidIsHdr : public RecorderParam {
136 struct AudEnc : public RecorderParam {
146 struct AudChannel : public RecorderParam {
185 struct OutFd : public RecorderParam {
190 struct NextOutFd : public RecorderParam {
[all …]
H A Di_recorder_engine.h136 virtual int32_t Configure(int32_t sourceId, const RecorderParam &recParam) = 0;
196 virtual int32_t SetParameter(int32_t sourceId, const RecorderParam &recParam) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.h65 int32_t Configure(int32_t sourceId, const RecorderParam &recParam);
74 int32_t SetParameter(int32_t sourceId, const RecorderParam &recParam);
88 void ConfigureAudio(const RecorderParam &recParam);
89 void ConfigureVideo(const RecorderParam &recParam);
90 void ConfigureMeta(int32_t sourceId, const RecorderParam &recParam);
91 void ConfigureMuxer(const RecorderParam &recParam);
92 bool CheckParamType(int32_t sourceId, const RecorderParam &recParam);
94 void ConfigureVideoEncoderFormat(const RecorderParam &recParam);
95 void ConfigureVideoEnableTemporalScale(const RecorderParam &recParam);
97 void ConfigureRotation(const RecorderParam &recParam);
H A Dhirecorder_impl.cpp253 int32_t HiRecorderImpl::Configure(int32_t sourceId, const RecorderParam &recParam) in Configure()
486 int32_t HiRecorderImpl::SetParameter(int32_t sourceId, const RecorderParam &recParam) in SetParameter()
616 void HiRecorderImpl::ConfigureAudio(const RecorderParam &recParam) in ConfigureAudio()
663 void HiRecorderImpl::ConfigureVideo(const RecorderParam &recParam) in ConfigureVideo()
714 void HiRecorderImpl::ConfigureMeta(int32_t sourceId, const RecorderParam &recParam) in ConfigureMeta()
743 void HiRecorderImpl::ConfigureVideoEnableTemporalScale(const RecorderParam &recParam) in ConfigureVideoEnableTemporalScale()
752 void HiRecorderImpl::ConfigureVideoEncoderFormat(const RecorderParam &recParam) in ConfigureVideoEncoderFormat()
796 void HiRecorderImpl::ConfigureRotation(const RecorderParam &recParam) in ConfigureRotation()
810 void HiRecorderImpl::ConfigureMuxer(const RecorderParam &recParam) in ConfigureMuxer()
859 bool HiRecorderImpl::CheckParamType(int32_t sourceId, const RecorderParam &recParam) in CheckParamType()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp112 bool CastAudRecorderParam(const RecorderParam& param, Plugin::ValueType& val) in CastAudRecorderParam()
134 bool CastVidRecorderParam(const RecorderParam& param, Plugin::ValueType& val) in CastVidRecorderParam()
160 bool CastDummyRecorderParam(const RecorderParam& param, Plugin::ValueType& val) in CastDummyRecorderParam()
190 bool CastRecorderParam(int32_t sourceId, const RecorderParam& param, HstRecParam& out) in CastRecorderParam()
H A Dhirecorder_impl.h60 int32_t Configure(int32_t sourceId, const RecorderParam& recParam) override;
67 int32_t SetParameter(int32_t sourceId, const RecorderParam& recParam) override;
91 bool CheckParamType(int32_t sourceId, const RecorderParam& recParam) const;
H A Drecorder_utils.h85 bool CastRecorderParam(int32_t sourceId, const RecorderParam& param, HstRecParam& out);
H A Dhirecorder_impl.cpp161 int32_t HiRecorderImpl::Configure(int32_t sourceId, const RecorderParam& recParam) in Configure()
272 int32_t HiRecorderImpl::SetParameter(int32_t sourceId, const RecorderParam &recParam) in SetParameter()
644 bool HiRecorderImpl::CheckParamType(int32_t sourceId, const RecorderParam& recParam) const in CheckParamType()