Home
last modified time | relevance | path

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

/external/flac/oss-fuzz/
Dmetadata.cc473 seektable->resize_points(data[i]>>4); in run_tests_with_level_2_interface()
/external/flac/include/FLAC++/
Dmetadata.h521 bool resize_points(uint32_t new_num_points);
/external/flac/src/libFLAC++/
Dmetadata.cpp454 bool SeekTable::resize_points(uint32_t new_num_points) in resize_points() function in FLAC::Metadata::SeekTable