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:dstpitch
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
iff.c
866
int
dstpitch
= ncolumns * bpp;
in decode_byte_vertical_delta()
local
903
ofsdst +=
dstpitch
;
in decode_byte_vertical_delta()
907
ofsdst += opcode *
dstpitch
;
in decode_byte_vertical_delta()
918
ofsdst +=
dstpitch
;
in decode_byte_vertical_delta()
1044
int
dstpitch
= ncolumns * bpp * 2;
in decode_short_vertical_delta()
local
1086
ofsdst +=
dstpitch
;
in decode_short_vertical_delta()
1090
ofsdst += opcode *
dstpitch
;
in decode_short_vertical_delta()
1097
ofsdst +=
dstpitch
;
in decode_short_vertical_delta()
1112
int
dstpitch
= ((w + 15) / 16 * 2) * bpp;
in decode_long_vertical_delta()
local
1157
if (ofsdst + (opcode - 1LL) *
dstpitch
> bytestream2_size_
in decode_long_vertical_delta()
1198
int
dstpitch
= ncolumns * bpp * 2;
decode_short_vertical_delta2()
local
1258
int
dstpitch
= ((w + 15) / 16 * 2) * bpp;
decode_long_vertical_delta2()
local
1456
int i, k,
dstpitch
;
decode_delta_l()
local
[all...]
H
A
D
sanm.c
1373
ptrdiff_t
dstpitch
, srcpitch = ctx->pitch * (hdr ? sizeof(ctx->frm0[0]) : 1);
in copy_output()
local
1379
dstpitch
= ctx->frame->linesize[0];
in copy_output()
1384
dst +=
dstpitch
;
in copy_output()
Completed in 6 milliseconds