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:act_plane
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cfhd.c
952
int
act_plane
= plane == 1 ? 2 : plane == 2 ? 1 : plane;
in cfhd_decode()
local
957
act_plane
= 0;
in cfhd_decode()
958
dst_linesize = pic->linesize[
act_plane
];
in cfhd_decode()
960
dst_linesize = pic->linesize[
act_plane
] / 2;
in cfhd_decode()
1063
dst = (int16_t *)pic->data[
act_plane
];
in cfhd_decode()
1068
dst += pic->linesize[
act_plane
] >> 1;
in cfhd_decode()
1081
for (i = 0; i < s->plane[
act_plane
].height; i++) {
in cfhd_decode()
1083
if (avctx->pix_fmt == AV_PIX_FMT_GBRAP12 &&
act_plane
== 3)
in cfhd_decode()
1102
dst = (int16_t *)pic->data[
act_plane
];
in cfhd_decode()
1105
for (i = 0; i < s->plane[
act_plane
]
in cfhd_decode()
1119
int
act_plane
= plane == 1 ? 2 : plane == 2 ? 1 : plane;
cfhd_decode()
local
1330
int
act_plane
= plane == 1 ? 2 : plane == 2 ? 1 : plane;
cfhd_decode()
local
[all...]
H
A
D
cfhdenc.c
439
int
act_plane
= plane == 1 ? 2 : plane == 2 ? 1 : plane;
in cfhd_encode_frame()
local
440
int16_t *input = (int16_t *)frame->data[
act_plane
];
in cfhd_encode_frame()
443
ptrdiff_t in_stride = frame->linesize[
act_plane
] / 2;
in cfhd_encode_frame()
Completed in 3 milliseconds