OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MetadataType
(Results
1 - 7
of
7
) sorted by null
/external/flac/include/FLAC/
metadata.h
485
* \retval
FLAC__MetadataType
488
FLAC_API
FLAC__MetadataType
FLAC__metadata_simple_iterator_get_block_type(const FLAC__Metadata_SimpleIterator *iterator);
[
all
...]
format.h
514
}
FLAC__MetadataType
;
516
/** Maps a
FLAC__MetadataType
to a C string.
518
* Using a
FLAC__MetadataType
as the index to this array will
832
FLAC__MetadataType
type;
[
all
...]
stream_decoder.h
[
all
...]
/external/flac/libFLAC/
metadata_iterators.c
91
static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last,
FLAC__MetadataType
*type, unsigned *length);
175
static FLAC__StreamMetadata *get_one_metadata_block_(const char *filename,
FLAC__MetadataType
type)
357
FLAC__MetadataType
type;
599
FLAC_API
FLAC__MetadataType
FLAC__metadata_simple_iterator_get_block_type(const FLAC__Metadata_SimpleIterator *iterator)
[
all
...]
stream_decoder.c
760
FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_respond(FLAC__StreamDecoder *decoder,
FLAC__MetadataType
type)
819
FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_ignore(FLAC__StreamDecoder *decoder,
FLAC__MetadataType
type)
[
all
...]
metadata_object.c
433
FLAC_API FLAC__StreamMetadata *FLAC__metadata_object_new(
FLAC__MetadataType
type)
[
all
...]
stream_encoder.c
[
all
...]
Completed in 590 milliseconds