Home
last modified time | relevance | path

Searched defs:CreateWithSource (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davdemuxer.h135 static std::shared_ptr<AVDemuxer> CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource() function
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davdemuxer_demo.cpp41 int32_t AVDemuxerDemo::CreateWithSource(OH_AVSource *avsource) in CreateWithSource() function in OHOS::MediaAVCodec::AVDemuxerDemo
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_demuxer_demo.cpp33 int32_t InnerDemuxerDemo::CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource() function in OHOS::MediaAVCodec::InnerDemuxerDemo
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp36 std::shared_ptr<AVDemuxer> AVDemuxerFactory::CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource() function in OHOS::MediaAVCodec::AVDemuxerFactory