Home
last modified time | relevance | path

Searched refs:CreateWithURI (Results 1 - 12 of 12) sorted by relevance

/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 in OHOS::MediaAVCodec::AVSourceFactory
88 static std::shared_ptr<AVSource> CreateWithURI(const std::string &uri);
/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
38 this->avsource_ = AVSourceFactory::CreateWithURI(uri.c_str()); in CreateWithURI()
H A Dinner_source_demo.h29 int32_t CreateWithURI(const std::string &uri);
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davsource_demo.h30 int32_t CreateWithURI(char *uri);
H A Davsource_demo.cpp35 int32_t AVSourceDemo::CreateWithURI(char* uri) in CreateWithURI() function in OHOS::MediaAVCodec::AVSourceDemo
/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H A Davsource_inner_mock_factory.cpp22 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in CreateSourceWithURI()
/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp73 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in OH_AVSource_CreateWithURI()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp154 avSourceDemo->CreateWithURI((char *)(filePath.c_str())); in RunNativeDemuxer()
210 avSourceDemo->CreateWithURI((char *)(filePath.c_str())); in RunDrmNativeDemuxer()
295 innerSourceDemo->CreateWithURI(filePath); in RunInnerSourceDemuxer()
/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
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp62 this->avsource_ = AVSourceFactory::CreateWithURI(const_cast<char*>(path.data())); in InitWithFile()
H A Dapi_test.cpp97 * @tc.name : CreateWithURI para error
102 source = AVSourceFactory::CreateWithURI(""); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp33 std::shared_ptr<MediaAVCodec::AVSource> source = MediaAVCodec::AVSourceFactory::CreateWithURI(url); in SoundParser()

Completed in 7 milliseconds