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:FrameWidth
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
141
unsigned int
FrameWidth
; // buffer horizontal stride
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
139
RK_U32
FrameWidth
; // buffer horizontal stride
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
142
RK_U32
FrameWidth
; // buffer horizontal stride
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
141
RK_U32
FrameWidth
; // buffer horizontal stride
member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
672
|| (pInputPort->portDefinition.format.video.nStride != (OMX_S32)pframe->
FrameWidth
)
in Rkvpu_Post_OutputFrame()
677
pframe->
FrameWidth
, pframe->FrameHeight, eColorFormat);
in Rkvpu_Post_OutputFrame()
687
pInputPort->newPortDefinition.format.video.nStride = pframe->
FrameWidth
;
in Rkvpu_Post_OutputFrame()
735
pframe->FrameHeight * pframe->
FrameWidth
* 3 / 2, // 3:byte alignment, 2:byte alignment
in Rkvpu_Post_OutputFrame()
877
pframe.
FrameWidth
, pframe.FrameHeight, eColorFormat);
in Rkvpu_Post_OutputFrame()
H
A
D
Rkvpu_OMX_VdecControl.c
822
src.wstride = pframe->
FrameWidth
;
in Rkvpu_Frame2Outbuf()
943
mStride = pframe->
FrameWidth
;
in Rkvpu_Frame2Outbuf()
972
src.wstride = pframe->
FrameWidth
;
in Rkvpu_Frame2Outbuf()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_OHOS.cpp
678
if (pframe->
FrameWidth
> 1920 && pframe->FrameHeight > 1088 // 1920:Resolution size, 1088:Resolution size
in Get_Video_HorAlign()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api_legacy.cpp
544
vframe->
FrameWidth
= (*(mRKMppApi.HdiMppFrameGetHorStride))(mframe);
in setup_VPU_FRAME_from_mpp_frame()
625
vframe->vpumem.size = vframe->
FrameWidth
* vframe->FrameHeight * 3 / 2; // FrameHeight * 3 / 2
in setup_VPU_FRAME_from_mpp_frame()
Completed in 15 milliseconds