Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp40 std::shared_ptr<AVDemuxerImpl> demuxerImpl = std::make_shared<AVDemuxerImpl>(); in CreateWithSource() local
41 CHECK_AND_RETURN_RET_LOG(demuxerImpl != nullptr, nullptr, "New avdemuxer failed"); in CreateWithSource()
43 int32_t ret = demuxerImpl->Init(source); in CreateWithSource()
46 return demuxerImpl; in CreateWithSource()