Searched refs:FLAC__StreamMetadata_Picture_Type (Results 1 - 3 of 3) sorted by relevance

/external/flac/include/FLAC/
H A Dformat.h752 } FLAC__StreamMetadata_Picture_Type; typedef in typeref:enum:__anon17712
754 /** Maps a FLAC__StreamMetadata_Picture_Type to a C string.
756 * Using a FLAC__StreamMetadata_Picture_Type as the index to this array
767 FLAC__StreamMetadata_Picture_Type type;
H A Dmetadata.h236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/external/flac/libFLAC/
H A Dmetadata_iterators.c285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
309 (type == (FLAC__StreamMetadata_Picture_Type)(-1) || type == obj->data.picture.type) &&
2430 block->type = (FLAC__StreamMetadata_Picture_Type)unpack_uint32_(buffer, len);

Completed in 84 milliseconds