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:pOutputPort
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_VdecControl.c
713
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
in Rkvpu_ResolutionUpdate()
local
716
pOutputPort
->cropRectangle.nTop =
pOutputPort
->newCropRectangle.nTop;
in Rkvpu_ResolutionUpdate()
717
pOutputPort
->cropRectangle.nLeft =
pOutputPort
->newCropRectangle.nLeft;
in Rkvpu_ResolutionUpdate()
718
pOutputPort
->cropRectangle.nWidth =
pOutputPort
->newCropRectangle.nWidth;
in Rkvpu_ResolutionUpdate()
719
pOutputPort
->cropRectangle.nHeight =
pOutputPort
->newCropRectangle.nHeight;
in Rkvpu_ResolutionUpdate()
726
pOutputPort
in Rkvpu_ResolutionUpdate()
789
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
Rkvpu_Frame2Outbuf()
local
[all...]
H
A
D
Rkvpu_OMX_Vdec.c
556
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
in Rkvpu_Post_OutputFrame()
local
557
ROCKCHIP_OMX_DATABUFFER *outputUseBuffer = &
pOutputPort
->way.port2WayDataBuffer.outputDataBuffer;
in Rkvpu_Post_OutputFrame()
559
OMX_U32 pOWnBycomponetNum = Rockchip_OSAL_GetElemNum(&
pOutputPort
->bufferQ);
in Rkvpu_Post_OutputFrame()
577
maxBufferNum =
pOutputPort
->portDefinition.nBufferCountActual;
in Rkvpu_Post_OutputFrame()
579
if (
pOutputPort
->extendBufferHeader[i].bBufferInOMX == OMX_FALSE) {
in Rkvpu_Post_OutputFrame()
593
if (
pOutputPort
->bufferProcessType == BUFFER_SHARE) {
in Rkvpu_Post_OutputFrame()
645
if ((pOutput.size > 0) && (!CHECK_PORT_BEING_FLUSHED(
pOutputPort
))) {
in Rkvpu_Post_OutputFrame()
673
|| (
pOutputPort
->portDefinition.format.video.eColorFormat != eColorFormat)) {
in Rkvpu_Post_OutputFrame()
679
pOutputPort
->newCropRectangle.nWidth = pframe->DisplayWidth;
in Rkvpu_Post_OutputFrame()
680
pOutputPort
in Rkvpu_Post_OutputFrame()
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_VencControl.c
668
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
in Rkvpu_ResolutionUpdate()
local
670
Rkvpu_RectSet(&
pOutputPort
->cropRectangle, &
pOutputPort
->newCropRectangle);
in Rkvpu_ResolutionUpdate()
675
pOutputPort
->portDefinition.nBufferCountActual =
pOutputPort
->newPortDefinition.nBufferCountActual;
in Rkvpu_ResolutionUpdate()
676
pOutputPort
->portDefinition.nBufferCountMin =
pOutputPort
->newPortDefinition.nBufferCountMin;
in Rkvpu_ResolutionUpdate()
H
A
D
Rkvpu_OMX_Venc.c
752
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
in Rkvpu_Post_OutputStream()
local
753
ROCKCHIP_OMX_DATABUFFER *outputUseBuffer = &
pOutputPort
->way.port2WayDataBuffer.outputDataBuffer;
in Rkvpu_Post_OutputStream()
796
if ((pOutput.size > 0) && (!CHECK_PORT_BEING_FLUSHED(
pOutputPort
))) {
in Rkvpu_Post_OutputStream()
866
(CHECK_PORT_BEING_FLUSHED(
pOutputPort
))) {
in Rkvpu_Post_OutputStream()
871
} else if (CHECK_PORT_BEING_FLUSHED(
pOutputPort
)) {
in Rkvpu_Post_OutputStream()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_OHOS.cpp
635
ROCKCHIP_OMX_BASEPORT *
pOutputPort
= &pRockchipComponent->pRockchipPort[OUTPUT_PORT_INDEX];
in Get_Video_HorAlign()
local
636
OMX_COLOR_FORMATTYPE eColorFormat =
pOutputPort
->portDefinition.format.video.eColorFormat;
in Get_Video_HorAlign()
642
(int32_t)OMX_DEPTH_BIT_10,
pOutputPort
);
in Get_Video_HorAlign()
Completed in 11 milliseconds