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:orig_height
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
spherical.c
45
uint64_t
orig_height
= (uint64_t) height * UINT32_MAX /
in av_spherical_tile_bounds()
local
50
*top = (
orig_height
* map->bound_top + UINT32_MAX - 1) / UINT32_MAX;
in av_spherical_tile_bounds()
52
*bottom =
orig_height
- height - *top;
in av_spherical_tile_bounds()
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
helper-cairo-ansi.hh
180
unsigned int
orig_height
= height;
in helper_cairo_surface_write_to_ansi_stream()
local
192
if (height <
orig_height
)
in helper_cairo_surface_write_to_ansi_stream()
/third_party/ffmpeg/libavcodec/
H
A
D
qpeg.c
137
int
orig_height
;
in qpeg_decode_inter()
local
147
orig_height
= height;
in qpeg_decode_inter()
183
(height - me_y - me_h < 0) || (height - me_y >=
orig_height
) ||
in qpeg_decode_inter()
H
A
D
rv34.h
114
int orig_width,
orig_height
;
member
H
A
D
mjpegdec.h
70
int
orig_height
; /* size given at codec init */
member
H
A
D
rv30.c
74
h = r->
orig_height
;
in rv30_parse_slice_header()
268
r->
orig_height
= avctx->coded_height;
in rv30_decode_init()
H
A
D
rv10.c
58
int orig_width,
orig_height
;
member
229
new_h = rv->
orig_height
;
in rv20_decode_picture_header()
388
rv->
orig_height
=
in rv10_decode_init()
H
A
D
mjpegdec.c
145
s->
orig_height
= avctx->coded_height;
in ff_mjpeg_decode_init()
442
s->
orig_height
!= 0 &&
in ff_mjpeg_decode_sof()
443
s->height < ((s->
orig_height
* 3) / 4)) {
in ff_mjpeg_decode_sof()
457
s->
orig_height
< height)
in ff_mjpeg_decode_sof()
458
s->avctx->height = AV_CEIL_RSHIFT(s->
orig_height
, s->avctx->lowres);
in ff_mjpeg_decode_sof()
2942
avctx->coded_height > s->
orig_height
) {
in ff_mjpeg_receive_frame()
H
A
D
g2meet.c
142
int orig_width,
orig_height
;
member
1602
c->
orig_height
= avctx->height;
in g2m_decode_init()
Completed in 12 milliseconds