HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__byte (Results 26 - 30 of 30) sorted by null

12

  /external/flac/include/FLAC/
stream_encoder.h 484 * FLAC__StreamEncoderReadStatus read_cb(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
488 * *bytes = fread(buffer, sizeof(FLAC__byte), *bytes, file);
518 typedef FLAC__StreamEncoderReadStatus (*FLAC__StreamEncoderReadCallback)(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
556 typedef FLAC__StreamEncoderWriteStatus (*FLAC__StreamEncoderWriteCallback)(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 127 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)FLAC__VENDOR_STRING, vendor_string_length))
140 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.cue_sheet.media_catalog_number, FLAC__STREAM_METADATA_CUESHEET_MEDIA_CATALOG_NUMBER_LEN/8))
158 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))
188 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.picture.mime_type, len))
222 FLAC__byte crc;
bitwriter.c 236 const FLAC__byte *buffer;
249 FLAC__bool FLAC__bitwriter_get_write_crc8(FLAC__BitWriter *bw, FLAC__byte *crc)
251 const FLAC__byte *buffer;
274 FLAC__bool FLAC__bitwriter_get_buffer(FLAC__BitWriter *bw, const FLAC__byte **buffer, size_t *bytes)
289 *buffer = (FLAC__byte*)bw->buffer;
416 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals)
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 156 FLAC__byte buffer[], size_t *bytes);
172 FLAC__byte buffer[], size_t *bytes,
211 const FLAC__StreamDecoder *decoder, FLAC__byte buffer[],
268 FLAC__byte buffer[], size_t *bytes)
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 348 const FLAC__byte buffer[],
447 const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[],

Completed in 184 milliseconds

12