Searched refs:CodecListCore (Results 1 – 6 of 6) sorted by relevance
88 CodecListCore codecListCore;99 CodecListCore codecListCore;112 CodecListCore codecListCore;125 CodecListCore codecListCore;137 CodecListCore codecListCore;148 CodecListCore codecListCore;162 CodecListCore codecListCore;174 CodecListCore codecListCore;185 CodecListCore codecListCore;198 CodecListCore codecListCore;[all …]
30 CodecListCore::CodecListCore() in CodecListCore() function in OHOS::MediaAVCodec::CodecListCore35 CodecListCore::~CodecListCore() in ~CodecListCore()40 bool CodecListCore::CheckBitrate(const Format &format, const CapabilityData &data) in CheckBitrate()54 bool CodecListCore::CheckVideoResolution(const Format &format, const CapabilityData &data) in CheckVideoResolution()118 bool CodecListCore::CheckAudioChannel(const Format &format, const CapabilityData &data) in CheckAudioChannel()146 bool CodecListCore::IsVideoCapSupport(const Format &format, const CapabilityData &data) in IsVideoCapSupport()152 bool CodecListCore::IsAudioCapSupport(const Format &format, const CapabilityData &data) in IsAudioCapSupport()158 std::string CodecListCore::FindCodec(const Format &format, bool isEncoder) in FindCodec()207 std::string CodecListCore::FindEncoder(const Format &format) in FindEncoder()212 std::string CodecListCore::FindDecoder(const Format &format) in FindDecoder()[all …]
27 class __attribute__((visibility("default"))) CodecListCore : public NoCopyable {29 CodecListCore();30 ~CodecListCore();
50 auto codecListCore = std::make_shared<CodecListCore>(); in GetCodecNameArrayByMime()61 std::shared_ptr<CodecListCore> codecListCore = std::make_shared<CodecListCore>(); in CreateCodecByName()
39 std::shared_ptr<CodecListCore> codecListCore_;
48 codecListCore_ = std::make_shared<CodecListCore>(); in Init()