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:codecType
(Results
1 - 15
of
15
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_api.cpp
277
CODEC_TYPE
codecType
= CODEC_NONE;
in vpu_open_context()
local
321
&& s->
codecType
== CODEC_DECODER && s->width <= 1920 // width 1920
in vpu_open_context()
328
MppCtxType type = (s->
codecType
== CODEC_DECODER) ? (MPP_CTX_DEC) :
in vpu_open_context()
329
(s->
codecType
== CODEC_ENCODER)
in vpu_open_context()
348
codecType
= s->
codecType
;
in vpu_open_context()
405
s->
codecType
=
codecType
;
in vpu_open_context()
H
A
D
vpu_api_legacy.cpp
406
if (CODEC_DECODER == ctx->
codecType
) {
in init()
408
} else if (CODEC_ENCODER == ctx->
codecType
) {
in init()
411
HDF_LOGE("%s found invalid codec type %d", __func__, ctx->
codecType
);
in init()
488
vpug.CodecType = ctx->
codecType
;
in init()
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
H
A
D
Rockchip_OMX_Resourcemanager.c
285
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC) {
in Rockchip_OMX_Check_Resource()
302
} else if (pRockchipComponent->
codecType
== HW_VIDEO_ENC_CODEC) {
in Rockchip_OMX_Check_Resource()
339
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC) {
in Rockchip_OMX_Get_Resource()
376
} else if (pRockchipComponent->
codecType
== HW_VIDEO_ENC_CODEC) {
in Rockchip_OMX_Get_Resource()
439
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC) {
in Rockchip_OMX_Release_Resource()
463
} else if (pRockchipComponent->
codecType
== HW_VIDEO_ENC_CODEC) {
in Rockchip_OMX_Release_Resource()
508
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC)
in Rockchip_OMX_In_WaitForResource()
510
else if (pRockchipComponent->
codecType
== HW_VIDEO_ENC_CODEC)
in Rockchip_OMX_In_WaitForResource()
530
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC)
in Rockchip_OMX_Out_WaitForResource()
532
else if (pRockchipComponent->
codecType
in Rockchip_OMX_Out_WaitForResource()
[all...]
H
A
D
Rockchip_OMX_Basecomponent.h
64
ROCKCHIP_CODEC_TYPE
codecType
;
member
H
A
D
Rockchip_OMX_Baseport.c
278
if (pRockchipComponent->
codecType
== HW_VIDEO_DEC_CODEC
in Rockchip_OMX_DisablePort()
/device/soc/rockchip/rk3568/hardware/codec/include/
H
A
D
hdi_mpp.h
85
int32_t
codecType
;
member
/device/soc/rockchip/rk3588/hardware/codec/include/
H
A
D
hdi_mpp.h
85
int32_t
codecType
;
member
/device/soc/rockchip/rk3568/hardware/codec/src/
H
A
D
hdi_mpp_config.c
745
pBaseComponent->setup.
codecType
= *(RK_S32 *)param->val;
in SetParamCodecType()
746
if (pBaseComponent->setup.
codecType
< 0 || pBaseComponent->setup.
codecType
>= INVALID_TYPE) {
in SetParamCodecType()
1033
if (pBaseComponent->setup.
codecType
== VIDEO_DECODER) {
in GetParamPixleFmt()
1035
} else if (pBaseComponent->setup.
codecType
== VIDEO_ENCODER) {
in GetParamPixleFmt()
1119
int32_t ret = memcpy_s(param->val, param->size, &pBaseComponent->setup.
codecType
, sizeof(RK_S32));
in GetParamCodecType()
/device/soc/rockchip/rk3588/hardware/codec/src/
H
A
D
hdi_mpp_config.c
745
pBaseComponent->setup.
codecType
= *(RK_S32 *)param->val;
in SetParamCodecType()
746
if (pBaseComponent->setup.
codecType
< 0 || pBaseComponent->setup.
codecType
>= INVALID_TYPE) {
in SetParamCodecType()
1033
if (pBaseComponent->setup.
codecType
== VIDEO_DECODER) {
in GetParamPixleFmt()
1035
} else if (pBaseComponent->setup.
codecType
== VIDEO_ENCODER) {
in GetParamPixleFmt()
1119
int32_t ret = memcpy_s(param->val, param->size, &pBaseComponent->setup.
codecType
, sizeof(RK_S32));
in GetParamCodecType()
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
vpu_api.h
309
CODEC_TYPE
codecType
;
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
vpu_api.h
308
CODEC_TYPE
codecType
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
vpu_api.h
311
CODEC_TYPE
codecType
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
vpu_api.h
311
CODEC_TYPE
codecType
;
member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H
A
D
Rkvpu_OMX_Venc.c
295
p_vpu_ctx->
codecType
= CODEC_ENCODER;
in Rkvpu_Enc_ReConfig()
307
p_vpu_ctx->
codecType
= CODEC_ENCODER;
in Rkvpu_Enc_ReConfig()
1367
p_vpu_ctx->
codecType
= CODEC_ENCODER;
in Rkvpu_Enc_ComponentInit()
1778
pRockchipComponent->
codecType
= HW_VIDEO_ENC_CODEC;
in Rockchip_OMX_ComponentConstructor()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
1297
p_vpu_ctx->
codecType
= CODEC_DECODER;
in Rkvpu_Dec_ComponentInit()
1338
p_vpu_ctx->
codecType
= CODEC_DECODER;
in Rkvpu_Dec_ComponentInit()
1478
pRockchipComponent->
codecType
= HW_VIDEO_DEC_CODEC;
in Rockchip_OMX_ComponentConstructor()
Completed in 22 milliseconds