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:AVSourceDemo
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H
A
D
avsource_demo.cpp
25
AVSourceDemo
::
AVSourceDemo
()
in AVSourceDemo()
function in OHOS::MediaAVCodec::AVSourceDemo
27
printf("
AVSourceDemo
construtor\n");
in AVSourceDemo()
30
AVSourceDemo
::~
AVSourceDemo
()
in ~AVSourceDemo()
32
printf("
AVSourceDemo
deconstrutor\n");
in ~AVSourceDemo()
35
int32_t
AVSourceDemo
::CreateWithURI(char* uri)
in CreateWithURI()
45
size_t
AVSourceDemo
::GetFileSize(const std::string& fileName)
in GetFileSize()
57
int32_t
AVSourceDemo
::CreateWithFD(int32_t fd, int64_t offset, int64_t size)
in CreateWithFD()
67
int32_t
AVSourceDemo
[all...]
H
A
D
avsource_demo.h
24
class
AVSourceDemo
{
class
26
AVSourceDemo
();
27
~
AVSourceDemo
();
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H
A
D
avdemuxer_demo_runner.cpp
151
auto avSourceDemo = std::make_shared<
AVSourceDemo
>();
in RunNativeDemuxer()
199
auto avSourceDemo = std::make_shared<
AVSourceDemo
>();
in RunDrmNativeDemuxer()
Completed in 3 milliseconds