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:HEncoder
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hencoder.cpp
30
HEncoder
::~
HEncoder
()
in ~HEncoder()
35
int32_t
HEncoder
::OnConfigure(const Format &format)
in OnConfigure()
85
int32_t
HEncoder
::ConfigureBufferType()
in ConfigureBufferType()
98
void
HEncoder
::CheckIfEnableCb(const Format &format)
in CheckIfEnableCb()
107
int32_t
HEncoder
::SetRepeat(const Format &format)
in SetRepeat()
131
int32_t
HEncoder
::SetLTRParam(const Format &format)
in SetLTRParam()
160
int32_t
HEncoder
::EnableEncoderParamsFeedback(const Format &format)
in EnableEncoderParamsFeedback()
177
int32_t
HEncoder
::SetQpRange(const Format &format, bool isCfg)
in SetQpRange()
198
int32_t
HEncoder
[all...]
H
A
D
hencoder.h
25
class
HEncoder
: public HCodec {
class
27
HEncoder
(CodecHDI::CodecCompCapability caps, OMX_VIDEO_CODINGTYPE codingType)
in HEncoder()
function in OHOS::MediaAVCodec::HEncoder
29
~
HEncoder
() override;
130
explicit EncoderBuffersConsumerListener(
HEncoder
*codec) : codec_(codec) {}
in EncoderBuffersConsumerListener()
133
HEncoder
* codec_;
H
A
D
hcodec.cpp
60
codec = make_shared<
HEncoder
>(cap, type.value());
in Create()
Completed in 4 milliseconds