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:omxCallback_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H
A
D
component_node.cpp
68
omxCallback_
(callback),
in ComponentNode()
77
if (
omxCallback_
!= nullptr) {
in ~ComponentNode()
79
CodecCallbackTypeRelease(
omxCallback_
);
in ~ComponentNode()
80
omxCallback_
= nullptr;
in ~ComponentNode()
197
// release this->
omxCallback_
in SetCallbacks()
199
if (this->
omxCallback_
!= nullptr) {
in SetCallbacks()
200
CodecCallbackTypeRelease(this->
omxCallback_
);
in SetCallbacks()
201
this->
omxCallback_
= nullptr;
in SetCallbacks()
203
this->
omxCallback_
= omxCallback;
in SetCallbacks()
268
if (
omxCallback_
in OnEvent()
[all...]
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
component_node.cpp
86
omxCallback_
(callbacks),
in ComponentNode()
96
omxCallback_
= nullptr;
in ~ComponentNode()
308
this->
omxCallback_
= callbacks;
in SetCallbacks()
359
if (
omxCallback_
== nullptr) {
in OnEvent()
360
CODEC_LOGE("
omxCallback_
is null");
in OnEvent()
366
(void)
omxCallback_
->EventHandler(event, info);
in OnEvent()
373
if ((
omxCallback_
== nullptr) || (buffer == nullptr)) {
in OnEmptyBufferDone()
374
CODEC_LOGE("
omxCallback_
or buffer is null");
in OnEmptyBufferDone()
384
(void)
omxCallback_
->EmptyBufferDone(appData_, codecOmxBuffer);
in OnEmptyBufferDone()
390
if ((
omxCallback_
in OnFillBufferDone()
[all...]
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H
A
D
component_node.h
126
struct CodecCallbackType *
omxCallback_
; // Callbacks in HDI
member in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/idl_service/include/
H
A
D
component_node.h
88
sptr<ICodecCallback>
omxCallback_
;
member in OHOS::Codec::Omx::ComponentNode
Completed in 4 milliseconds