OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_framesize
(Results
1 - 3
of
3
) sorted by null
/external/flac/include/FLAC/
format.h
531
unsigned
min_framesize
, max_framesize;
member in struct:__anon12055
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
3013
const unsigned
min_framesize
= decoder->private_->stream_info.data.stream_info.
min_framesize
;
local
[
all
...]
stream_encoder.c
2722
const unsigned
min_framesize
= metadata->data.stream_info.
min_framesize
;
local
2887
const unsigned
min_framesize
= metadata->data.stream_info.
min_framesize
;
local
[
all
...]
Completed in 162 milliseconds