Searched refs:AVCodecListEngineGstImpl (Results 1 – 6 of 6) sorted by relevance
29 AVCodecListEngineGstImpl::AVCodecListEngineGstImpl() in AVCodecListEngineGstImpl() function in OHOS::Media::AVCodecListEngineGstImpl34 AVCodecListEngineGstImpl::~AVCodecListEngineGstImpl() in ~AVCodecListEngineGstImpl()39 bool AVCodecListEngineGstImpl::IsSupportMimeType(const Format &format, const CapabilityData &data) in IsSupportMimeType()53 bool AVCodecListEngineGstImpl::IsSupportBitrate(const Format &format, const CapabilityData &data) in IsSupportBitrate()67 bool AVCodecListEngineGstImpl::IsSupportSize(const Format &format, const CapabilityData &data) in IsSupportSize()84 bool AVCodecListEngineGstImpl::IsSupportPixelFormat(const Format &format, const CapabilityData &dat… in IsSupportPixelFormat()101 bool AVCodecListEngineGstImpl::IsSupportFrameRate(const Format &format, const CapabilityData &data) in IsSupportFrameRate()133 bool AVCodecListEngineGstImpl::IsSupportChannel(const Format &format, const CapabilityData &data) in IsSupportChannel()150 bool AVCodecListEngineGstImpl::IsSupportSampleRate(const Format &format, const CapabilityData &data) in IsSupportSampleRate()167 std::string AVCodecListEngineGstImpl::FindTargetCodec(const Format &format, in FindTargetCodec()[all …]
25 class __attribute__((visibility("default"))) AVCodecListEngineGstImpl : public IAVCodecListEngine, …27 AVCodecListEngineGstImpl();28 ~AVCodecListEngineGstImpl();
253 auto codecList = std::make_unique<AVCodecListEngineGstImpl>(); in FindMimeTypeByName()275 auto codecList = std::make_unique<AVCodecListEngineGstImpl>(); in HandleMimeType()323 auto codecList = std::make_unique<AVCodecListEngineGstImpl>(); in QueryIsSoftPlugin()
104 return std::make_unique<AVCodecListEngineGstImpl>(); in CreateAVCodecListEngine()
40 auto codecList = std::make_unique<AVCodecListEngineGstImpl>(); in GetEncorderName()
185 auto codecList = std::make_unique<AVCodecListEngineGstImpl>(); in GetEncorderInputFormat()