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:pad_bytes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
wrbmp.c
58
int
pad_bytes
; /* number of padding bytes needed per row */
member
163
pad = dest->
pad_bytes
;
in put_pixel_rows()
198
pad = dest->
pad_bytes
;
in put_gray_rows()
525
dest->
pad_bytes
= (int)(dest->row_width - dest->data_width);
in GLOBAL()
/third_party/ffmpeg/libavformat/
H
A
D
mpegenc.c
580
int
pad_bytes
= 0;
in get_vcd_padding_size()
local
588
pad_bytes
= (int)(full_pad_bytes - s->vcd_padding_bytes_written);
in get_vcd_padding_size()
590
if (
pad_bytes
< 0)
in get_vcd_padding_size()
593
pad_bytes
= 0;
in get_vcd_padding_size()
596
return
pad_bytes
;
in get_vcd_padding_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
sfwoff2.c
262
FT_ULong
pad_bytes
;
in pad4()
local
268
pad_bytes
= ROUND4( dest_offset ) - dest_offset;
in pad4()
269
if (
pad_bytes
> 0 )
in pad4()
271
if ( WRITE_SFNT_BUF( &zeroes[0],
pad_bytes
) )
in pad4()
/third_party/ffmpeg/libavcodec/
H
A
D
ac3enc.c
1737
int frame_size_58,
pad_bytes
, crc1, crc2_partial, crc2, crc_inv;
in output_frame_end()
local
1746
pad_bytes
= s->frame_size - (put_bits_ptr(&s->pb) - frame) - 2;
in output_frame_end()
1747
av_assert2(
pad_bytes
>= 0);
in output_frame_end()
1748
if (
pad_bytes
> 0)
in output_frame_end()
1749
memset(put_bits_ptr(&s->pb), 0,
pad_bytes
);
in output_frame_end()
Completed in 11 milliseconds