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:size_table
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
sample.c
36
static const size_t
size_table
[] = {
variable
55
return
size_table
[f];
in pa_sample_size_of_format()
62
return
size_table
[spec->format];
in pa_sample_size()
69
return
size_table
[spec->format] * spec->channels;
in pa_frame_size()
76
return spec->rate *
size_table
[spec->format] * spec->channels;
in pa_bytes_per_second()
83
return (((pa_usec_t) (length / (
size_table
[spec->format] * spec->channels)) * PA_USEC_PER_SEC) / spec->rate);
in pa_bytes_to_usec()
90
return (size_t) (((t * spec->rate) / PA_USEC_PER_SEC)) * (
size_table
[spec->format] * spec->channels);
in pa_usec_to_bytes()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-aat-layout-trak-table.hh
85
hb_array_t<const HBFixed>
size_table
((base+sizeTable).arrayZ, sizes);
in interpolate_at()
87
float s0 =
size_table
[idx].to_float ();
in interpolate_at()
88
float s1 =
size_table
[idx + 1].to_float ();
in interpolate_at()
123
hb_array_t<const HBFixed>
size_table
((base+sizeTable).arrayZ, sizes);
in get_tracking()
126
if (
size_table
[size_index].to_float () >= ptem)
in get_tracking()
/third_party/ffmpeg/libavcodec/
H
A
D
vima.c
39
static const uint8_t
size_table
[] = {
variable
172
lookup_size =
size_table
[step_index];
in decode_frame()
H
A
D
vc1_block.c
246
val =
size_table
[index1] - (!s->quarter_sample && index1 == 5); \
255
val =
size_table
[index1] - (!s->quarter_sample && index1 == 5); \
1283
static const uint8_t
size_table
[6] = { 0, 2, 3, 4, 5, 8 };
variable
Completed in 11 milliseconds