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:frame_y
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vmdvideo.c
198
int frame_x,
frame_y
, prev_linesize;
in vmd_decode()
local
202
frame_y
= AV_RL16(&s->buf[8]);
in vmd_decode()
204
frame_height = AV_RL16(&s->buf[12]) -
frame_y
+ 1;
in vmd_decode()
207
(frame_x ||
frame_y
)) {
in vmd_decode()
210
s->y_off =
frame_y
;
in vmd_decode()
213
frame_y
-= s->y_off;
in vmd_decode()
224
if (
frame_y
< 0 || frame_height < 0 ||
in vmd_decode()
225
frame_y
>= s->avctx->height ||
in vmd_decode()
227
frame_y
+ frame_height > s->avctx->height) {
in vmd_decode()
230
frame_y
, frame_heigh
in vmd_decode()
[all...]
H
A
D
smcenc.c
151
int
frame_y
= cur_y;
in smc_encode_stream()
local
178
cur_y =
frame_y
;
in smc_encode_stream()
207
cur_y =
frame_y
;
in smc_encode_stream()
236
cur_y =
frame_y
;
in smc_encode_stream()
Completed in 3 milliseconds