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:CodecHdiEncode
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/codec/test/demo/v2.0/src/
H
A
D
codec_hdi_encode.cpp
27
IDisplayBuffer *
CodecHdiEncode
::buffer_ = nullptr;
39
static
CodecHdiEncode
*g_core = nullptr;
40
CodecHdiEncode
::
CodecHdiEncode
()
in CodecHdiEncode()
function in CodecHdiEncode
56
CodecHdiEncode
::~
CodecHdiEncode
()
in ~CodecHdiEncode()
66
void
CodecHdiEncode
::WaitForStatusChanged()
in WaitForStatusChanged()
72
void
CodecHdiEncode
::OnStatusChanged()
in OnStatusChanged()
77
bool
CodecHdiEncode
::ReadOneFrame(char *buf, uint32_t &filledCount)
in ReadOneFrame()
87
bool
CodecHdiEncode
[all...]
/drivers/peripheral/codec/test/demo/idl/src/
H
A
D
codec_hdi_encode.cpp
33
IDisplayBuffer *
CodecHdiEncode
::gralloc_ = nullptr;
34
CodecUtil *
CodecHdiEncode
::util_;
43
CodecHdiEncode
::
CodecHdiEncode
() : fpIn_(nullptr), fpOut_(nullptr)
in CodecHdiEncode()
function in CodecHdiEncode
56
CodecHdiEncode
::~
CodecHdiEncode
()
in ~CodecHdiEncode()
68
void
CodecHdiEncode
::WaitForStatusChanged()
in WaitForStatusChanged()
74
void
CodecHdiEncode
::OnStatusChanged()
in OnStatusChanged()
79
bool
CodecHdiEncode
::ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount)
in ReadOneFrame()
90
bool
CodecHdiEncode
[all...]
/drivers/peripheral/codec/test/demo/idl/include/
H
A
D
codec_hdi_encode.h
43
class
CodecHdiEncode
: public ICodecHdiCallBackBase,
class
44
public std::enable_shared_from_this<
CodecHdiEncode
> {
73
CodecHdiEncode
();
74
virtual ~
CodecHdiEncode
();
/drivers/peripheral/codec/test/demo/v2.0/include/
H
A
D
codec_hdi_encode.h
39
class
CodecHdiEncode
{
class in PortIndex
66
CodecHdiEncode
();
67
~
CodecHdiEncode
();
Completed in 2 milliseconds