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:RKMppApi
(Results
1 - 22
of
22
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/src/
H
A
D
hdi_mpp_mpi.c
27
RKMppApi
*GetPacketApi(
RKMppApi
*pMppApi)
in GetPacketApi()
50
RKMppApi
*GetFrameApi(
RKMppApi
*pMppApi)
in GetFrameApi()
77
RKMppApi
*GetConfigApi(
RKMppApi
*pMppApi)
in GetConfigApi()
95
RKMppApi
*GetBufferGroupApi(
RKMppApi
*pMppApi)
in GetBufferGroupApi()
117
int32_t GetMppApi(
RKMppApi
**mppApi)
in GetMppApi()
119
*mppApi = (
RKMppApi
*)mallo
in GetMppApi()
[all...]
H
A
D
hdi_mpp.c
246
RKMppApi
*mppApi = component->mppApi;
in CodecDestroy()
557
RKMppApi
*mppApi = component->mppApi;
in DecodeInitPacket()
602
RKMppApi
*mppApi = component->mppApi;
in HandleDecodeFrameInfoChange()
654
RKMppApi
*mppApi = component->mppApi;
in PutDecodeFrameToOutput()
703
RKMppApi
*mppApi = component->mppApi;
in HandleDecodeFrameOutput()
736
RKMppApi
*mppApi = component->mppApi;
in HandleDecodedFrame()
763
RKMppApi
*mppApi = component->mppApi;
in CodecDecodeGetFrameLoop()
856
RKMppApi
*mppApi = component->mppApi;
in GetEncodeFrameFromInput()
905
RKMppApi
*mppApi = component->mppApi;
in EncodeInitFrame()
936
RKMppApi
*mppAp
in HandleEncodedPacket()
[all...]
H
A
D
hdi_mpp_config.c
390
RKMppApi
*mppApi = pBaseComponent->mppApi;
in GetMppBuffers()
526
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetGop()
560
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetEncCfg()
622
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetDecCfg()
787
RKMppApi
*mppApi = pBaseComponent->mppApi;
in ValidateEncSetup()
/device/soc/rockchip/rk3588/hardware/codec/src/
H
A
D
hdi_mpp_mpi.c
27
RKMppApi
*GetPacketApi(
RKMppApi
*pMppApi)
in GetPacketApi()
50
RKMppApi
*GetFrameApi(
RKMppApi
*pMppApi)
in GetFrameApi()
77
RKMppApi
*GetConfigApi(
RKMppApi
*pMppApi)
in GetConfigApi()
95
RKMppApi
*GetBufferGroupApi(
RKMppApi
*pMppApi)
in GetBufferGroupApi()
117
int32_t GetMppApi(
RKMppApi
**mppApi)
in GetMppApi()
119
*mppApi = (
RKMppApi
*)mallo
in GetMppApi()
[all...]
H
A
D
hdi_mpp.c
246
RKMppApi
*mppApi = component->mppApi;
in CodecDestroy()
557
RKMppApi
*mppApi = component->mppApi;
in DecodeInitPacket()
602
RKMppApi
*mppApi = component->mppApi;
in HandleDecodeFrameInfoChange()
654
RKMppApi
*mppApi = component->mppApi;
in PutDecodeFrameToOutput()
703
RKMppApi
*mppApi = component->mppApi;
in HandleDecodeFrameOutput()
736
RKMppApi
*mppApi = component->mppApi;
in HandleDecodedFrame()
763
RKMppApi
*mppApi = component->mppApi;
in CodecDecodeGetFrameLoop()
856
RKMppApi
*mppApi = component->mppApi;
in GetEncodeFrameFromInput()
905
RKMppApi
*mppApi = component->mppApi;
in EncodeInitFrame()
936
RKMppApi
*mppAp
in HandleEncodedPacket()
[all...]
H
A
D
hdi_mpp_config.c
390
RKMppApi
*mppApi = pBaseComponent->mppApi;
in GetMppBuffers()
526
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetGop()
560
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetEncCfg()
622
RKMppApi
*mppApi = pBaseComponent->mppApi;
in SetDecCfg()
787
RKMppApi
*mppApi = pBaseComponent->mppApi;
in ValidateEncSetup()
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
H
A
D
codec_jpeg_decoder.h
25
explicit CodecJpegDecoder(
RKMppApi
*mppApi);
61
RKMppApi
*mppApi_;
H
A
D
codec_jpeg_impl.h
48
static
RKMppApi
*mppApi_;
/device/soc/rockchip/rk3568/hardware/codec/include/
H
A
D
hdi_mpp_mpi.h
193
}
RKMppApi
;
typedef
195
int32_t GetMppApi(
RKMppApi
**mppApi);
196
void ReleaseMppApi(
RKMppApi
*mppApi);
H
A
D
hdi_mpp.h
98
RKMppApi
*mppApi;
/device/soc/rockchip/rk3588/hardware/codec/include/
H
A
D
hdi_mpp_mpi.h
193
}
RKMppApi
;
typedef
195
int32_t GetMppApi(
RKMppApi
**mppApi);
196
void ReleaseMppApi(
RKMppApi
*mppApi);
H
A
D
hdi_mpp.h
98
RKMppApi
*mppApi;
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H
A
D
vpu_mem_legacy.h
29
extern
RKMppApi
mRKMppApi;
H
A
D
vpu_api.cpp
34
RKMppApi
mRKMppApi;
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H
A
D
codec_jpeg_impl.cpp
30
RKMppApi
*CodecJpegImpl::mppApi_ = nullptr;
H
A
D
codec_jpeg_decoder.cpp
30
CodecJpegDecoder::CodecJpegDecoder(
RKMppApi
*mppApi)
in CodecJpegDecoder()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/
H
A
D
codec_jpeg_decoder.h
79
static
RKMppApi
*mppApi_;
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/
H
A
D
hdi_mpp_mpi.h
245
}
RKMppApi
;
typedef
247
void GetMppAPI(
RKMppApi
*pMppApi);
H
A
D
hdi_mpp_mpi.cpp
24
void GetMppAPI(
RKMppApi
*pMppApi)
in GetMppAPI()
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/
H
A
D
hdi_mpp_mpi.h
245
}
RKMppApi
;
typedef
247
void GetMppAPI(
RKMppApi
*pMppApi);
H
A
D
hdi_mpp_mpi.cpp
24
void GetMppAPI(
RKMppApi
*pMppApi)
in GetMppAPI()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H
A
D
codec_jpeg_decoder.cpp
31
RKMppApi
*CodecJpegDecoder::mppApi_ = nullptr;
Completed in 19 milliseconds