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

12

  /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 331 const FLAC__byte buffer[],
430 const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[],

Completed in 2584 milliseconds

12