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:AVSourceCapiMock
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H
A
D
avsource_capi_mock.cpp
22
int32_t
AVSourceCapiMock
::Destroy()
in Destroy()
32
std::shared_ptr<FormatMock>
AVSourceCapiMock
::GetSourceFormat()
in GetSourceFormat()
44
std::shared_ptr<FormatMock>
AVSourceCapiMock
::GetTrackFormat(uint32_t trackIndex)
in GetTrackFormat()
56
std::shared_ptr<FormatMock>
AVSourceCapiMock
::GetUserData()
in GetUserData()
61
OH_AVSource*
AVSourceCapiMock
::GetAVSource()
in GetAVSource()
H
A
D
avsource_capi_mock.h
25
class
AVSourceCapiMock
: public AVSourceMock {
class
27
explicit
AVSourceCapiMock
(OH_AVSource *source) : source_(source) {}
in AVSourceCapiMock()
function in OHOS::MediaAVCodec::AVSourceCapiMock
28
~
AVSourceCapiMock
() = default;
H
A
D
avsource_capi_mock_factory.cpp
24
return std::make_shared<
AVSourceCapiMock
>(source);
in CreateSourceWithURI()
33
return std::make_shared<
AVSourceCapiMock
>(source);
in CreateSourceWithFD()
48
return std::make_shared<
AVSourceCapiMock
>(source);
in CreateWithDataSource()
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H
A
D
demuxer_capi_mock_factory.cpp
23
auto capiSource = std::static_pointer_cast<
AVSourceCapiMock
>(source);
in CreateDemuxer()
Completed in 1 milliseconds