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

12

  /frameworks/base/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)
  /external/flac/libFLAC/
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)

Completed in 46 milliseconds

12