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:SAMPLE_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
flacdsp.c
27
#define
SAMPLE_SIZE
16
macro
36
#undef
SAMPLE_SIZE
macro
38
#define
SAMPLE_SIZE
32
macro
H
A
D
flacdsp_template.c
31
#if
SAMPLE_SIZE
== 32
38
# define FSUF AV_JOIN(
SAMPLE_SIZE
, p)
43
# define FSUF
SAMPLE_SIZE
H
A
D
flacdsp_lpc_template.c
29
#define FUNC(n) AV_JOIN(n ## _,
SAMPLE_SIZE
)
31
#if
SAMPLE_SIZE
== 32
155
* The CONFIG_SMALL code above simplifies to this, in the case of
SAMPLE_SIZE
/third_party/ffmpeg/tests/
H
A
D
audiogen.c
114
#define
SAMPLE_SIZE
2
macro
119
int block_align =
SAMPLE_SIZE
* channels;
in put_wav_header()
131
put16(
SAMPLE_SIZE
* 8);
in put_wav_header()
/third_party/backends/include/sane/
H
A
D
sanei_ir.h
26
#define
SAMPLE_SIZE
40000 /**< maximal for random sampling */
macro
/third_party/backends/sanei/
H
A
D
sanei_ir.c
589
if (
SAMPLE_SIZE
< ssize)
in sanei_ir_spectral_clean()
590
ssize =
SAMPLE_SIZE
;
in sanei_ir_spectral_clean()
Completed in 4 milliseconds