OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamMetadata_Picture_Type
(Results
1 - 3
of
3
) sorted by null
/external/flac/include/FLAC/
format.h
752
}
FLAC__StreamMetadata_Picture_Type
;
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;
[
all
...]
metadata.h
236
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);
[
all
...]
/external/flac/libFLAC/
metadata_iterators.c
285
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) &&
[
all
...]
Completed in 41 milliseconds