Home
last modified time | relevance | path

Searched refs:IsSupportSampleRate (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/services/engine/common/avcodeclist/
Davcodeclist_engine_gst_impl.h43 bool IsSupportSampleRate(const Format &format, const CapabilityData &data);
Davcodeclist_engine_gst_impl.cpp150 bool AVCodecListEngineGstImpl::IsSupportSampleRate(const Format &format, const CapabilityData &data) in IsSupportSampleRate() function in OHOS::Media::AVCodecListEngineGstImpl
174 !IsSupportSampleRate(format, *iter) || !IsSupportChannel(format, *iter)) { in FindTargetCodec()