Home
last modified time | relevance | path

Searched refs:get_max_blocksize (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp700 if(streaminfo.get_max_blocksize() != 576) in test_level_0_()
869 if(streaminfo->get_max_blocksize() != 576) in test_level_1_()
Dmetadata_object.cpp426 if(block.get_max_blocksize() != streaminfo_.data.stream_info.max_blocksize) in test_metadata_object_streaminfo()
/external/flac/include/FLAC++/
Dmetadata.h328 uint32_t get_max_blocksize() const;
/external/flac/src/libFLAC++/
Dmetadata.cpp247 uint32_t StreamInfo::get_max_blocksize() const in get_max_blocksize() function in FLAC::Metadata::StreamInfo