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:bottom_offset
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_ps.c
671
vui->def_disp_win.
bottom_offset
= get_ue_golomb_long(gb) * vert_mult;
in decode_vui()
681
vui->def_disp_win.
bottom_offset
);
in decode_vui()
686
vui->def_disp_win.
bottom_offset
= 0;
in decode_vui()
966
sps->pic_conf_win.
bottom_offset
= get_ue_golomb_long(gb) * vert_mult;
in ff_hevc_parse_sps()
975
sps->pic_conf_win.
bottom_offset
);
in ff_hevc_parse_sps()
980
sps->pic_conf_win.
bottom_offset
= 0;
in ff_hevc_parse_sps()
1164
sps->output_window.
bottom_offset
+= sps->vui.def_disp_win.
bottom_offset
;
in ff_hevc_parse_sps()
1169
ow->top_offset >= INT_MAX - ow->
bottom_offset
||
in ff_hevc_parse_sps()
1171
ow->top_offset + ow->
bottom_offset
>
in ff_hevc_parse_sps()
[all...]
H
A
D
hevc_ps.h
46
unsigned int
bottom_offset
;
member
H
A
D
hevc_parser.c
95
s->height = ps->sps->height - ow->top_offset - ow->
bottom_offset
;
in hevc_parse_slice_header()
H
A
D
hevc_refs.c
171
ref->frame->crop_bottom = s->ps.sps->output_window.
bottom_offset
;
in ff_hevc_set_new_ref()
H
A
D
hevcdec.c
336
avctx->height = sps->height - ow->top_offset - ow->
bottom_offset
;
in export_stream_params()
/third_party/backends/backend/
H
A
D
avision.c
5051
int
bottom_offset
= (int) (dpi * offset / MM_PER_INCH);
in send_tune_scan_length()
local
5052
bottom +=
bottom_offset
;
in send_tune_scan_length()
5053
DBG (3, "send_tune_scan_length: bottom offset: %d\n",
bottom_offset
);
in send_tune_scan_length()
Completed in 25 milliseconds