Home | History | Annotate | Download | only in FLAC

Lines Matching full:decode

60  * The stream decoder can be used to decode complete streams either from
79 * The stream decoder can decode native FLAC, and optionally Ogg FLAC
94 * to decode data, which subsequently calls the callbacks.
107 * setting up the decoder to decode FLAC data from the client via
145 * again to decode another stream.
1008 /** Initialize the decoder instance to decode native FLAC streams.
1010 * This flavor of initialization sets up the decoder to decode from a
1085 /** Initialize the decoder instance to decode Ogg FLAC streams.
1087 * This flavor of initialization sets up the decoder to decode from a
1166 /** Initialize the decoder instance to decode native FLAC files.
1168 * This flavor of initialization sets up the decoder to decode from a
1212 /** Initialize the decoder instance to decode Ogg FLAC files.
1214 * This flavor of initialization sets up the decoder to decode from a
1262 /** Initialize the decoder instance to decode native FLAC files.
1264 * This flavor of initialization sets up the decoder to decode from a plain
1277 * \param filename The name of the file to decode from. The file will
1278 * be opened with fopen(). Use \c NULL to decode from
1304 /** Initialize the decoder instance to decode Ogg FLAC files.
1306 * This flavor of initialization sets up the decoder to decode from a plain
1323 * \param filename The name of the file to decode from. The file will
1324 * be opened with fopen(). Use \c NULL to decode from
1355 * In the event of a prematurely-terminated decode, it is not strictly
1419 /** Decode one metadata block or audio frame.
1420 * This version instructs the decoder to decode a either a single metadata
1433 * frame, then decode one frame, then return. If the decoder points to
1452 /** Decode until the end of the metadata.
1453 * This version instructs the decoder to decode from the current position
1473 /** Decode until the end of the stream.
1474 * This version instructs the decoder to decode from the current position
1501 * frame, except that this function does not decode the parsed data into