Home
last modified time | relevance | path

Searched refs:HEncoder (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp30 HEncoder::~HEncoder() in ~HEncoder()
35 int32_t HEncoder::OnConfigure(const Format &format) in OnConfigure()
85 int32_t HEncoder::ConfigureBufferType() in ConfigureBufferType()
98 void HEncoder::CheckIfEnableCb(const Format &format) in CheckIfEnableCb()
107 int32_t HEncoder::SetRepeat(const Format &format) in SetRepeat()
131 int32_t HEncoder::SetLTRParam(const Format &format) in SetLTRParam()
160 int32_t HEncoder::EnableEncoderParamsFeedback(const Format &format) in EnableEncoderParamsFeedback()
177 int32_t HEncoder::SetQpRange(const Format &format, bool isCfg) in SetQpRange()
198 int32_t HEncoder
[all...]
H A Dhencoder.h25 class HEncoder : public HCodec { class
27 HEncoder(CodecHDI::CodecCompCapability caps, OMX_VIDEO_CODINGTYPE codingType) in HEncoder() function in OHOS::MediaAVCodec::HEncoder
29 ~HEncoder() override;
130 explicit EncoderBuffersConsumerListener(HEncoder *codec) : codec_(codec) {} in EncoderBuffersConsumerListener()
133 HEncoder* codec_;
H A Dhcodec.cpp60 codec = make_shared<HEncoder>(cap, type.value()); in Create()

Completed in 4 milliseconds