Home
last modified time | relevance | path

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

/external/flac/include/FLAC++/
Dmetadata.h916 … FLAC__uint32 get_colors() const; ///< a return value of \c 0 means true-color, i.e. 2^depth colors
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp2022 if(block.get_colors() != 0) in test_metadata_object_picture()
2029 if(block.get_colors() != (1u>16)) in test_metadata_object_picture()
/external/flac/src/libFLAC++/
Dmetadata.cpp1222 FLAC__uint32 Picture::get_colors() const in get_colors() function in FLAC::Metadata::Picture