Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CreateWithURI
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
avsource.h
63
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
D
inner_source_demo.cpp
36
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
D
inner_source_demo.h
29
int32_t
CreateWithURI
(const std::string &uri);
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H
A
D
avsource_demo.h
30
int32_t
CreateWithURI
(char *uri);
H
A
D
avsource_demo.cpp
35
int32_t AVSourceDemo::
CreateWithURI
(char* uri)
in CreateWithURI()
function in OHOS::MediaAVCodec::AVSourceDemo
/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H
A
D
avsource_inner_mock_factory.cpp
22
std::shared_ptr<AVSource> source = AVSourceFactory::
CreateWithURI
(uri);
in CreateSourceWithURI()
/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H
A
D
native_avsource.cpp
73
std::shared_ptr<AVSource> source = AVSourceFactory::
CreateWithURI
(uri);
in OH_AVSource_CreateWithURI()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H
A
D
avdemuxer_demo_runner.cpp
154
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
D
avsource_impl.cpp
34
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
D
inner_demuxer_sample.cpp
62
this->avsource_ = AVSourceFactory::
CreateWithURI
(const_cast<char*>(path.data()));
in InitWithFile()
H
A
D
api_test.cpp
97
* @tc.name :
CreateWithURI
para error
102
source = AVSourceFactory::
CreateWithURI
("");
in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H
A
D
sound_parser.cpp
33
std::shared_ptr<MediaAVCodec::AVSource> source = MediaAVCodec::AVSourceFactory::
CreateWithURI
(url);
in SoundParser()
Completed in 7 milliseconds