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:pInputPort
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
213
ROCKCHIP_OMX_BASEPORT *
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
in Rkvpu_OMX_CheckIsNeedFastmode()
local
217
&&
pInputPort
->portDefinition.format.video.nFrameWidth > 1920 // 1920:Resolution size
in Rkvpu_OMX_CheckIsNeedFastmode()
218
&&
pInputPort
->portDefinition.format.video.nFrameHeight > 1080) { // 1080:Resolution size
in Rkvpu_OMX_CheckIsNeedFastmode()
223
pInputPort
->portDefinition.format.video.nFrameWidth,
in Rkvpu_OMX_CheckIsNeedFastmode()
224
pInputPort
->portDefinition.format.video.nFrameHeight);
in Rkvpu_OMX_CheckIsNeedFastmode()
555
ROCKCHIP_OMX_BASEPORT *
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
in Rkvpu_Post_OutputFrame()
local
669
if ((
pInputPort
->portDefinition.format.video.nFrameWidth != pframe->DisplayWidth)
in Rkvpu_Post_OutputFrame()
670
|| (
pInputPort
->portDefinition.format.video.nFrameHeight != pframe->DisplayHeight)
in Rkvpu_Post_OutputFrame()
671
|| (
pInputPort
->portDefinition.format.video.nSliceHeight != pframe->FrameHeight)
in Rkvpu_Post_OutputFrame()
672
|| (
pInputPort
in Rkvpu_Post_OutputFrame()
1733
ROCKCHIP_OMX_BASEPORT *
pInputPort
= NULL;
Rockchip_OMX_ComponentDeInit()
local
[all...]
H
A
D
Rkvpu_OMX_VdecControl.c
601
ROCKCHIP_OMX_BASEPORT *
pInputPort
= NULL;
in Rkvpu_OMX_BufferFlush()
local
622
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
in Rkvpu_OMX_BufferFlush()
644
Rockchip_OSAL_MutexLock(
pInputPort
->secureBufferMutex);
in Rkvpu_OMX_BufferFlush()
646
Rockchip_OSAL_MutexUnlock(
pInputPort
->secureBufferMutex);
in Rkvpu_OMX_BufferFlush()
652
Rockchip_OSAL_MutexLock(
pInputPort
->secureBufferMutex);
in Rkvpu_OMX_BufferFlush()
654
int securebufferNum = Rockchip_OSAL_GetElemNum(&
pInputPort
->securebufferQ);
in Rkvpu_OMX_BufferFlush()
658
(ROCKCHIP_OMX_DATABUFFER *)Rockchip_OSAL_Dequeue(&
pInputPort
->securebufferQ);
in Rkvpu_OMX_BufferFlush()
661
securebufferNum = Rockchip_OSAL_GetElemNum(&
pInputPort
->securebufferQ);
in Rkvpu_OMX_BufferFlush()
665
Rockchip_OSAL_MutexUnlock(
pInputPort
->secureBufferMutex);
in Rkvpu_OMX_BufferFlush()
712
ROCKCHIP_OMX_BASEPORT *
pInputPort
in Rkvpu_ResolutionUpdate()
local
1525
ROCKCHIP_OMX_BASEPORT *
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
Rkvpu_OMX_GetParameter()
local
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_OHOS.cpp
634
ROCKCHIP_OMX_BASEPORT *
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
in Get_Video_HorAlign()
local
672
pInputPort
->portDefinition.format.video.xFramerate,
in Get_Video_HorAlign()
682
pInputPort
->portDefinition.format.video.xFramerate,
in Get_Video_HorAlign()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_VencControl.c
667
ROCKCHIP_OMX_BASEPORT *
pInputPort
= &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX];
in Rkvpu_ResolutionUpdate()
local
673
Rkvpu_PortFormatSet(&
pInputPort
->portDefinition, &
pInputPort
->newPortDefinition);
in Rkvpu_ResolutionUpdate()
Completed in 11 milliseconds