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
531
unsigned min_framesize,
max_framesize
;
member in struct:__anon12055
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
3012
const unsigned
max_framesize
= decoder->private_->stream_info.data.stream_info.
max_framesize
;
local
[
all
...]
stream_encoder.c
2723
const unsigned
max_framesize
= metadata->data.stream_info.
max_framesize
;
local
2888
const unsigned
max_framesize
= metadata->data.stream_info.
max_framesize
;
local
[
all
...]
Completed in 487 milliseconds