Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davsource.h63 static std::shared_ptr<AVSource> CreateWithURI(const std::string &uri) in CreateWithURI() function
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_source_demo.cpp36 int32_t InnerSourceDemo::CreateWithURI(const std::string& uri) in CreateWithURI() function in OHOS::MediaAVCodec::InnerSourceDemo
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.cpp35 int32_t AVSourceDemo::CreateWithURI(char* uri) in CreateWithURI() function in OHOS::MediaAVCodec::AVSourceDemo
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp34 std::shared_ptr<AVSource> AVSourceFactory::CreateWithURI(const std::string &uri) in CreateWithURI() function in OHOS::MediaAVCodec::AVSourceFactory