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:omx_format
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_OHOS.cpp
388
OMX_COLOR_FORMATTYPE
omx_format
;
in Get_Video_HorAlign()
local
391
omx_format
= OMX_COLOR_FormatYCbYCr;
in Get_Video_HorAlign()
394
omx_format
= OMX_COLOR_FormatYUV420Planar;
in Get_Video_HorAlign()
397
omx_format
= OMX_COLOR_FormatYUV420SemiPlanar;
in Get_Video_HorAlign()
400
omx_format
= OMX_COLOR_FormatYUV420SemiPlanar;
in Get_Video_HorAlign()
403
omx_format
= (OMX_COLOR_FORMATTYPE)OMX_COLOR_FormatYUV420Flexible;
in Get_Video_HorAlign()
406
omx_format
= OMX_COLOR_Format32bitBGRA8888;
in Get_Video_HorAlign()
410
omx_format
= OMX_COLOR_Format32bitARGB8888;
in Get_Video_HorAlign()
413
omx_format
= OMX_COLOR_FormatYUV420Planar;
in Get_Video_HorAlign()
416
return
omx_format
;
in Get_Video_HorAlign()
419
Rockchip_OSAL_OMX2HalPixelFormat( OMX_COLOR_FORMATTYPE
omx_format
)
Get_Video_HorAlign()
argument
[all...]
H
A
D
Rockchip_OSAL_OHOS.h
84
unsigned int Rockchip_OSAL_OMX2HalPixelFormat(OMX_COLOR_FORMATTYPE
omx_format
);
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
418
OMX_COLOR_FORMATTYPE
omx_format
= 0;
in Rkvpu_ProcessStoreMetaData()
local
442
omx_format
= Rockchip_OSAL_GetANBColorFormat(pGrallocHandle);
in Rkvpu_ProcessStoreMetaData()
443
pVideoEnc->bPixel_format = Rockchip_OSAL_OMX2HalPixelFormat(
omx_format
); // mali_gpu
in Rkvpu_ProcessStoreMetaData()
538
OMX_COLOR_FORMATTYPE
omx_format
= Rockchip_OSAL_GetBufferHandleColorFormat(bufferHandle);
in RkGetPicTypeInBufferHandle()
local
539
if (
omx_format
== OMX_COLOR_FormatYUV420SemiPlanar) {
in RkGetPicTypeInBufferHandle()
555
OMX_COLOR_FORMATTYPE
omx_format
= 0;
in Rkvpu_SendInputData()
local
569
omx_err("pGrallocHandle is NULL set
omx_format
default");
in Rkvpu_SendInputData()
570
omx_format
= 0;
in Rkvpu_SendInputData()
572
omx_format
= (OMX_COLOR_FORMATTYPE)HAL_PIXEL_FORMAT_YCrCb_NV12;
in Rkvpu_SendInputData()
574
if (Rockchip_OSAL_OMX2HalPixelFormat(
omx_format
)
in Rkvpu_SendInputData()
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_VdecControl.c
859
OMX_COLOR_FORMATTYPE
omx_format
= 0;
in Rkvpu_Frame2Outbuf()
local
869
omx_format
= Rockchip_OSAL_GetANBColorFormat(pGrallocHandle);
in Rkvpu_Frame2Outbuf()
870
pixel_format = Rockchip_OSAL_OMX2HalPixelFormat(
omx_format
);
in Rkvpu_Frame2Outbuf()
878
Rockchip_OSAL_LockANB(pGrallocHandle, mWidth, mHeight,
omx_format
, &vplanes);
in Rkvpu_Frame2Outbuf()
897
OMX_COLOR_FORMATTYPE
omx_format
= 0;
in Rkvpu_Frame2Outbuf()
local
901
omx_format
= Rockchip_OSAL_GetANBColorFormat(pOutputBuffer->pBuffer);
in Rkvpu_Frame2Outbuf()
902
pixel_format = Rockchip_OSAL_OMX2HalPixelFormat(
omx_format
);
in Rkvpu_Frame2Outbuf()
903
Rockchip_OSAL_LockANB(pOutputBuffer->pBuffer, mWidth, mHeight,
omx_format
, &vplanes);
in Rkvpu_Frame2Outbuf()
Completed in 6 milliseconds