HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__StreamDecoder (Results 1 - 8 of 8) sorted by null

  /external/flac/include/FLAC/
stream_decoder.h 197 /** State values for a FLAC__StreamDecoder
291 /** Return values for the FLAC__StreamDecoder read callback.
322 /** Return values for the FLAC__StreamDecoder seek callback.
345 /** Return values for the FLAC__StreamDecoder tell callback.
368 /** Return values for the FLAC__StreamDecoder length callback.
391 /** Return values for the FLAC__StreamDecoder write callback.
411 /** Possible values passed back to the FLAC__StreamDecoder error callback.
452 * class FLAC__StreamDecoder
465 } FLAC__StreamDecoder;
480 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data
    [all...]
  /external/flac/libFLAC/include/protected/
stream_decoder.h 56 unsigned FLAC__stream_decoder_get_input_bytes_unconsumed(const FLAC__StreamDecoder *decoder);
  /external/flac/libFLAC/
stream_decoder.c 105 static void set_defaults_(FLAC__StreamDecoder *decoder);
107 static FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, unsigned size, unsigned channels);
108 static FLAC__bool has_id_filtered_(FLAC__StreamDecoder *decoder, FLAC__byte *id);
109 static FLAC__bool find_metadata_(FLAC__StreamDecoder *decoder);
110 static FLAC__bool read_metadata_(FLAC__StreamDecoder *decoder);
111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
113 static FLAC__bool read_metadata_vorbiscomment_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_VorbisComment *obj);
114 static FLAC__bool read_metadata_cuesheet_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_CueSheet *obj);
115 static FLAC__bool read_metadata_picture_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_Picture *obj)
    [all...]
ogg_decoder_aspect.c 105 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data)
metadata_iterators.c 166 static FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
167 static void metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
168 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
178 FLAC__StreamDecoder *decoder;
254 FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data)
261 void metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data)
276 void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
    [all...]
stream_encoder.c 314 static FLAC__StreamDecoderReadStatus verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
315 static FLAC__StreamDecoderWriteStatus verify_write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
316 static void verify_metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
317 static void verify_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
428 FLAC__StreamDecoder *decoder;
    [all...]
  /frameworks/base/media/libstagefright/
FLACExtractor.cpp 128 FLAC__StreamDecoder *mDecoder;
171 const FLAC__StreamDecoder *decoder,
175 const FLAC__StreamDecoder *decoder,
179 const FLAC__StreamDecoder *decoder,
183 const FLAC__StreamDecoder *decoder,
187 const FLAC__StreamDecoder *decoder,
190 const FLAC__StreamDecoder *decoder,
194 const FLAC__StreamDecoder *decoder,
198 const FLAC__StreamDecoder *decoder,
211 const FLAC__StreamDecoder *decoder, FLAC__byte buffer[]
    [all...]
  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 77 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data);

Completed in 86 milliseconds