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:GetAVSource
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H
A
D
demuxer_inner_mock_factory.cpp
24
std::shared_ptr<AVSource> avSource = (innerSource != nullptr) ? innerSource->
GetAVSource
() : nullptr;
in CreateDemuxer()
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H
A
D
demuxer_capi_mock_factory.cpp
24
OH_AVSource *avSource = (capiSource != nullptr) ? capiSource->
GetAVSource
() : nullptr;
in CreateDemuxer()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H
A
D
avsource_demo.h
28
OH_AVSource*
GetAVSource
();
H
A
D
avsource_demo.cpp
77
OH_AVSource* AVSourceDemo::
GetAVSource
()
in GetAVSource()
function in OHOS::MediaAVCodec::AVSourceDemo
/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H
A
D
avsource_inner_mock.h
35
std::shared_ptr<AVSource>
GetAVSource
();
H
A
D
avsource_inner_mock.cpp
59
std::shared_ptr<AVSource> AVSourceInnerMock::
GetAVSource
()
in GetAVSource()
function in OHOS::MediaAVCodec::AVSourceInnerMock
/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H
A
D
avsource_capi_mock.h
33
OH_AVSource*
GetAVSource
();
H
A
D
avsource_capi_mock.cpp
61
OH_AVSource* AVSourceCapiMock::
GetAVSource
()
in GetAVSource()
function in OHOS::MediaAVCodec::AVSourceCapiMock
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H
A
D
avdemuxer_demo_runner.cpp
171
OH_AVSource *av_source = avSourceDemo->
GetAVSource
();
in RunNativeDemuxer()
213
OH_AVSource *av_source = avSourceDemo->
GetAVSource
();
in RunDrmNativeDemuxer()
Completed in 3 milliseconds