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:DisplayWidth
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
634
if (pframe->
DisplayWidth
> 8192 || pframe->DisplayHeight > 4096) { // 8192:width, 4096:height
in Rkvpu_Post_OutputFrame()
669
if ((pInputPort->portDefinition.format.video.nFrameWidth != pframe->
DisplayWidth
)
in Rkvpu_Post_OutputFrame()
679
pOutputPort->newCropRectangle.nWidth = pframe->
DisplayWidth
;
in Rkvpu_Post_OutputFrame()
684
pInputPort->newPortDefinition.format.video.nFrameWidth = pframe->
DisplayWidth
;
in Rkvpu_Post_OutputFrame()
745
pframe->DisplayHeight * pframe->
DisplayWidth
* 3 / 2; // 3:byte alignment, 2:byte alignment
in Rkvpu_Post_OutputFrame()
835
if (pframe.
DisplayWidth
> 8192 || pframe.DisplayHeight > 4096) { // 8192:width, 4096:height
in Rkvpu_Post_OutputFrame()
871
if (pInputPort->portDefinition.format.video.nFrameWidth != pframe.
DisplayWidth
||
in Rkvpu_Post_OutputFrame()
879
pOutputPort->newCropRectangle.nWidth = pframe.
DisplayWidth
;
in Rkvpu_Post_OutputFrame()
884
pInputPort->newPortDefinition.format.video.nFrameWidth = pframe.
DisplayWidth
;
in Rkvpu_Post_OutputFrame()
886
pInputPort->newPortDefinition.format.video.nStride = pframe.
DisplayWidth
;
in Rkvpu_Post_OutputFrame()
[all...]
H
A
D
Rkvpu_OMX_VdecControl.c
824
src.width = pframe->
DisplayWidth
;
in Rkvpu_Frame2Outbuf()
958
OMX_U32 horStride = Get_Video_HorAlign(pVideoDec->codecId, pframe->
DisplayWidth
,
in Rkvpu_Frame2Outbuf()
974
src.width = pframe->
DisplayWidth
;
in Rkvpu_Frame2Outbuf()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H
A
D
hi_go_gdev.h
156
HI_S32
DisplayWidth
; /*
member
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
145
unsigned int
DisplayWidth
; // valid width for display
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
143
RK_U32
DisplayWidth
; // valid width for display
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
146
RK_U32
DisplayWidth
; // valid width for display
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
145
RK_U32
DisplayWidth
; // valid width for display
member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api_legacy.cpp
542
vframe->
DisplayWidth
= (*(mRKMppApi.HdiMppFrameGetWidth))(mframe);
in setup_VPU_FRAME_from_mpp_frame()
Completed in 13 milliseconds