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:messageType
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
H
A
D
Rockchip_OMX_Basecomponent.h
36
OMX_U32
messageType
;
member
H
A
D
Rockchip_OMX_Basecomponent.c
630
OMX_U32
messageType
= 0, portIndex = 0;
in Rockchip_OMX_MessageHandlerThread()
local
651
messageType
= message->
messageType
;
in Rockchip_OMX_MessageHandlerThread()
652
switch (
messageType
) {
in Rockchip_OMX_MessageHandlerThread()
887
command->
messageType
= (OMX_U32)Cmd;
in Rockchip_OMX_CommandQueue()
H
A
D
Rockchip_OMX_Baseport.c
474
message->
messageType
= ROCKCHIP_OMX_CommandEmptyBuffer;
in Rockchip_OMX_EmptyThisBuffer()
589
message->
messageType
= ROCKCHIP_OMX_CommandFillBuffer;
in Rockchip_OMX_FillThisBuffer()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_VencControl.c
463
if ((message != NULL) && (message->
messageType
!= ROCKCHIP_OMX_CommandFakeBuffer)) {
in Rkvpu_OMX_FlushPort()
791
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_OutputBufferGetQueue()
794
omx_err_f("
messageType
== ROCKCHIP_OMX_CommandFakeBuffer");
in Rkvpu_OutputBufferGetQueue()
831
omx_err_f("
messageType
is null");
in Rkvpu_InputBufferGetQueue()
835
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_InputBufferGetQueue()
838
omx_err_f("
messageType
is ROCKCHIP_OMX_CommandFakeBuffer");
in Rkvpu_InputBufferGetQueue()
885
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_OutputBufferGetQueue_Direct()
886
omx_err_f("
messageType
== ROCKCHIP_OMX_CommandFakeBuffer");
in Rkvpu_OutputBufferGetQueue_Direct()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_VdecControl.c
505
if ((message != NULL) && (message->
messageType
!= ROCKCHIP_OMX_CommandFakeBuffer)) {
in Rkvpu_OMX_FlushPort()
1035
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_InputBufferGetQueue()
1179
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_OutputBufferGetQueue()
1180
omx_err_f("
messageType
== ROCKCHIP_OMX_CommandFakeBuffer");
in Rkvpu_OutputBufferGetQueue()
1220
if (message->
messageType
== ROCKCHIP_OMX_CommandFakeBuffer) {
in Rkvpu_OutputBufferGetQueue_Direct()
Completed in 10 milliseconds