OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__int16
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
ordinals.h
43
typedef __int16
FLAC__int16
;
50
typedef short
FLAC__int16
;
57
typedef int16_t
FLAC__int16
;
/external/flac/libFLAC/
md5.c
286
FLAC__int16
*buf1_ = ((
FLAC__int16
*)buf_) + 1;
289
*buf1_ = (
FLAC__int16
)signal[1][sample];
292
FLAC__int16
*buf1_ = (
FLAC__int16
*)buf_;
294
*buf1_++ = (
FLAC__int16
)signal[0][sample];
Completed in 878 milliseconds