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:pframe
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H
A
D
Rkvpu_OMX_Vdec.c
596
VPU_FRAME *
pframe
= (VPU_FRAME *)Rockchip_OSAL_Malloc(sizeof(VPU_FRAME));
in Rkvpu_Post_OutputFrame()
local
599
Rockchip_OSAL_Memset(
pframe
, 0, sizeof(VPU_FRAME));
in Rkvpu_Post_OutputFrame()
600
pOutput.data = (unsigned char *)
pframe
;
in Rkvpu_Post_OutputFrame()
611
if (dec_ret == VPU_API_EOS_STREAM_REACHED && !
pframe
->ErrorInfo) {
in Rkvpu_Post_OutputFrame()
634
if (
pframe
->DisplayWidth > 8192 ||
pframe
->DisplayHeight > 4096) { // 8192:width, 4096:height
in Rkvpu_Post_OutputFrame()
638
if (
pframe
->vpumem.phy_addr > 0) {
in Rkvpu_Post_OutputFrame()
639
VPUMemLink(&
pframe
->vpumem);
in Rkvpu_Post_OutputFrame()
640
VPUFreeLinear(&
pframe
->vpumem);
in Rkvpu_Post_OutputFrame()
648
fullRange =
pframe
in Rkvpu_Post_OutputFrame()
798
VPU_FRAME
pframe
;
Rkvpu_Post_OutputFrame()
local
[all...]
H
A
D
Rkvpu_OMX_VdecControl.c
781
OMX_BUFFERHEADERTYPE *pOutputBuffer, VPU_FRAME *
pframe
)
in Rkvpu_Frame2Outbuf()
814
VPUMemLink(&
pframe
->vpumem);
in Rkvpu_Frame2Outbuf()
815
VPUMemInvalidate(&
pframe
->vpumem);
in Rkvpu_Frame2Outbuf()
821
src.fd =
pframe
->vpumem.phy_addr;
in Rkvpu_Frame2Outbuf()
822
src.wstride =
pframe
->FrameWidth;
in Rkvpu_Frame2Outbuf()
823
src.hstride =
pframe
->FrameHeight;
in Rkvpu_Frame2Outbuf()
824
src.width =
pframe
->DisplayWidth;
in Rkvpu_Frame2Outbuf()
825
src.height =
pframe
->DisplayHeight;
in Rkvpu_Frame2Outbuf()
846
VPUFreeLinear(&
pframe
->vpumem);
in Rkvpu_Frame2Outbuf()
879
VPUMemLink(&
pframe
in Rkvpu_Frame2Outbuf()
780
Rkvpu_Frame2Outbuf(OMX_COMPONENTTYPE *pOMXComponent, OMX_BUFFERHEADERTYPE *pOutputBuffer, VPU_FRAME *
pframe
)
Rkvpu_Frame2Outbuf()
argument
[all...]
H
A
D
Rkvpu_OMX_VdecControl.h
113
OMX_BUFFERHEADERTYPE* pOutputBuffer, VPU_FRAME *
pframe
);
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_OHOS.cpp
508
VPU_FRAME *
pframe
= (VPU_FRAME *)pVpuframe;
in Get_Video_HorAlign()
local
509
VPUMemLink(&
pframe
->vpumem);
in Get_Video_HorAlign()
510
VPUFreeLinear(&
pframe
->vpumem);
in Get_Video_HorAlign()
511
Rockchip_OSAL_Free(
pframe
);
in Get_Video_HorAlign()
637
VPU_FRAME *
pframe
= (VPU_FRAME *)pVpuframe;
in Get_Video_HorAlign()
local
639
if ((pVideoDec->codecId == (OMX_VIDEO_CODINGTYPE)CODEC_OMX_VIDEO_CodingHEVC && (
pframe
->OutputWidth != 0x20))
in Get_Video_HorAlign()
640
|| (
pframe
->ColorType & VPU_OUTPUT_FORMAT_BIT_MASK) == VPU_OUTPUT_FORMAT_BIT_10) { // 10bit
in Get_Video_HorAlign()
644
if ((
pframe
->ColorType & 0xf) == VPU_OUTPUT_FORMAT_YUV422) {
in Get_Video_HorAlign()
658
if ((
pframe
->ColorType & OMX_COLORSPACE_MASK) != 0) {
in Get_Video_HorAlign()
660
(OMX_RK_EXT_COLORSPACE)((
pframe
in Get_Video_HorAlign()
[all...]
Completed in 5 milliseconds