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:extradata_size
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api.cpp
282
RK_S32
extradata_size
= 0;
in vpu_open_context()
local
353
extradata_size
= s->
extradata_size
;
in vpu_open_context()
410
s->
extradata_size
=
extradata_size
;
in vpu_open_context()
442
if (s->
extradata_size
> 0) {
in vpu_close_context()
443
s->
extradata_size
= 0;
in vpu_close_context()
H
A
D
vpu_api_legacy.cpp
483
ctx->
extradata_size
= (*(mRKMppApi.HdiMppPacketGetLength))(enc_hdr_pkt);
in init()
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
315
signed int
extradata_size
;
member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
324
Rockchip_OSAL_Memcpy(pVideoEnc->bSpsPpsbuf, p_vpu_ctx->extradata, p_vpu_ctx->
extradata_size
);
in Rkvpu_Enc_ReConfig()
325
pVideoEnc->bSpsPpsLen = p_vpu_ctx->
extradata_size
;
in Rkvpu_Enc_ReConfig()
1441
if ((p_vpu_ctx->extradata != NULL) && p_vpu_ctx->
extradata_size
> 0 &&
in Rkvpu_Enc_ComponentInit()
1442
p_vpu_ctx->
extradata_size
<= 2048) { // 2048:
extradata_size
in Rkvpu_Enc_ComponentInit()
1443
pVideoEnc->bSpsPpsbuf = (OMX_U8 *)Rockchip_OSAL_Malloc(2048); // 2048:
extradata_size
in Rkvpu_Enc_ComponentInit()
1444
Rockchip_OSAL_Memcpy(pVideoEnc->bSpsPpsbuf, p_vpu_ctx->extradata, p_vpu_ctx->
extradata_size
);
in Rkvpu_Enc_ComponentInit()
1445
pVideoEnc->bSpsPpsLen = p_vpu_ctx->
extradata_size
;
in Rkvpu_Enc_ComponentInit()
1447
omx_err("p_vpu_ctx->extradata = %p,p_vpu_ctx->
extradata_size
= %d",
in Rkvpu_Enc_ComponentInit()
1448
p_vpu_ctx->extradata, p_vpu_ctx->
extradata_size
);
in Rkvpu_Enc_ComponentInit()
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
314
RK_S32
extradata_size
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
317
RK_S32
extradata_size
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
317
RK_S32
extradata_size
;
member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
1334
p_vpu_ctx->
extradata_size
= 0;
in Rkvpu_Dec_ComponentInit()
Completed in 13 milliseconds