Home
last modified time | relevance | path

Searched refs:FCodec (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec_api.cpp25 return FCodec::GetCodecCapability(caps); in GetFCodecCapabilityList()
30 sptr<FCodec> fcodec = new (std::nothrow) FCodec(name); in CreateFCodecByName()
32 codec = std::shared_ptr<FCodec>(fcodec.GetRefPtr(), [](FCodec *ptr) { (void)ptr; }); in CreateFCodecByName()
H A Dfcodec.cpp32 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "FCodec"};
71 FCodec::FCodec(const std::string &name) : codecName_(name), state_(State::UNINITIALIZED) in FCodec() function in OHOS::MediaAVCodec::Codec::FCodec
77 FCodec::~FCodec() in ~FCodec()
93 void FCodec::OpenDumpFile() in OpenDumpFile()
124 int32_t FCodec::Initialize() in Initialize()
157 void FCodec::ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal, in ConfigureDefaultVal()
170 void FCodec::ConfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType formatType) in ConfigureSurface()
204 int32_t FCodec
[all...]
H A Dfcodec.h47 class FCodec : public CodecBase, public RefBase { class
49 explicit FCodec(const std::string &name);
50 ~FCodec() override;
/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dfcodec_loader.cpp24 using FCodec = Codec::FCodec;
45 FCodec *codec = reinterpret_cast<FCodec*>(ptr); in CreateByName()

Completed in 3 milliseconds