Home
last modified time | relevance | path

Searched refs:get_max_framesize (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC++/
Dmetadata.h330 uint32_t get_max_framesize() const;
/external/flac/src/libFLAC++/
Dmetadata.cpp259 uint32_t StreamInfo::get_max_framesize() const in get_max_framesize() function in FLAC::Metadata::StreamInfo
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp436 if(block.get_max_framesize() != streaminfo_.data.stream_info.max_framesize) in test_metadata_object_streaminfo()