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