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:timeUs
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
186
RK_S64
timeUs
;
member
193
RK_S64
timeUs
;
member
203
RK_S64
timeUs
;
member
210
RK_S64
timeUs
;
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
184
RK_S64
timeUs
;
member
191
RK_S64
timeUs
;
member
201
RK_S64
timeUs
;
member
208
RK_S64
timeUs
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
187
RK_S64
timeUs
;
member
194
RK_S64
timeUs
;
member
204
RK_S64
timeUs
;
member
211
RK_S64
timeUs
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
186
RK_S64
timeUs
;
member
193
RK_S64
timeUs
;
member
203
RK_S64
timeUs
;
member
210
RK_S64
timeUs
;
member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api_legacy.cpp
708
fd = (RK_S32)(aDecOut->
timeUs
& 0xffffffff);
in decode()
853
aDecOut->
timeUs
= (*(mRKMppApi.Hdimpp_frame_get_pts))(mframe);
in decode()
864
aDecOut->
timeUs
, \
in decode()
961
aDecOut->
timeUs
= (*(mRKMppApi.Hdimpp_frame_get_pts))(mframe);
in decode_getoutframe()
976
aDecOut->
timeUs
, \
in decode_getoutframe()
1075
fd = (RK_S32)(aEncOut->
timeUs
& 0xffffffff);
in encode()
1081
RK_S32 *tmp = (RK_S32*)(&aEncOut->
timeUs
);
in encode()
1218
aEncOut->
timeUs
= pts;
in encode()
1260
RK_S64 pts = aEncInStrm->
timeUs
;
in encoder_sendframe()
1349
width, height, fd, size, aEncInStrm->
timeUs
, aEncInStr
in encoder_sendframe()
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
724
omx_err("this frame is Error frame!,pOutput.
timeUs
= %lld", pOutput.
timeUs
);
in Rkvpu_Post_OutputFrame()
755
bufferHeader->nTimeStamp = pOutput.
timeUs
;
in Rkvpu_Post_OutputFrame()
909
if (lastPts != 0 && lastPts == pOutput.
timeUs
&&
in Rkvpu_Post_OutputFrame()
918
if (lastPts != pOutput.
timeUs
)
in Rkvpu_Post_OutputFrame()
919
lastPts = pOutput.
timeUs
;
in Rkvpu_Post_OutputFrame()
935
outputUseBuffer->timeStamp = pOutput.
timeUs
;
in Rkvpu_Post_OutputFrame()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
628
aInput.
timeUs
= inputUseBuffer->timeStamp;
in Rkvpu_SendInputData()
644
aInput.
timeUs
= inputUseBuffer->timeStamp;
in Rkvpu_SendInputData()
672
aInput.
timeUs
= inputUseBuffer->timeStamp;
in Rkvpu_SendInputData()
684
aInput.
timeUs
= inputUseBuffer->timeStamp;
in Rkvpu_SendInputData()
856
outputUseBuffer->timeStamp = pOutput.
timeUs
;
in Rkvpu_Post_OutputStream()
Completed in 12 milliseconds