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:extra_cfg
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api.cpp
283
EXtraCfg_t
extra_cfg
;
in vpu_open_context()
local
284
memset_s(&
extra_cfg
, sizeof(EXtraCfg_t), 0, sizeof(EXtraCfg_t));
in vpu_open_context()
322
&& s->height <= 1088 && !s->
extra_cfg
.mpp_mode // height 1088
in vpu_open_context()
354
extra_cfg
= s->
extra_cfg
;
in vpu_open_context()
366
s->
extra_cfg
.ori_vpu = 1;
in vpu_open_context()
367
extra_cfg
.ori_vpu = 1;
in vpu_open_context()
390
s->
extra_cfg
.ori_vpu = 0;
in vpu_open_context()
391
extra_cfg
.ori_vpu = 0;
in vpu_open_context()
411
s->
extra_cfg
in vpu_open_context()
[all...]
H
A
D
vpu_api_legacy.cpp
354
if (ctx->
extra_cfg
.bit_depth
in init_frame_info()
355
|| ctx->
extra_cfg
.yuv_format) {
in init_frame_info()
356
if (ctx->
extra_cfg
.bit_depth == 10) //
extra_cfg
.bit_depth == 10
in init_frame_info()
357
p->CodecType = (ctx->
extra_cfg
.yuv_format == 1)
in init_frame_info()
360
p->CodecType = (ctx->
extra_cfg
.yuv_format == 1)
in init_frame_info()
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
320
EXtraCfg_t
extra_cfg
;
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
319
EXtraCfg_t
extra_cfg
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
322
EXtraCfg_t
extra_cfg
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
322
EXtraCfg_t
extra_cfg
;
member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
1316
p_vpu_ctx->
extra_cfg
.reserved[1] = 1;
in Rkvpu_Dec_ComponentInit()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
1381
if (p_vpu_ctx->
extra_cfg
.reserved[0] == 1) {
in Rkvpu_Enc_ComponentInit()
Completed in 13 milliseconds