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

12

  /external/flac/libFLAC/
metadata_iterators.c 65 static void pack_uint32_(FLAC__uint32 val, FLAC__byte *b, unsigned bytes);
66 static void pack_uint32_little_endian_(FLAC__uint32 val, FLAC__byte *b, unsigned bytes);
67 static void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, unsigned bytes);
68 static FLAC__uint32 unpack_uint32_(FLAC__byte *b, unsigned bytes);
69 static FLAC__uint32 unpack_uint32_little_endian_(FLAC__byte *b, unsigned bytes);
70 static FLAC__uint64 unpack_uint64_(FLAC__byte *b, unsigned bytes);
268 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
600 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_get_application_id(FLAC__Metadata_SimpleIterator *iterator, FLAC__byte *id)
    [all...]
metadata_object.c 65 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
69 FLAC__byte *x;
83 static FLAC__bool free_copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
85 FLAC__byte *copy;
99 static FLAC__bool ensure_null_terminated_(FLAC__byte **entry, unsigned length)
101 FLAC__byte *x = safe_realloc_add_2op_(*entry, length, /*+*/1);
136 FLAC__byte *x;
251 FLAC__byte *save
    [all...]
stream_decoder.c 68 static const FLAC__byte ID3V2_TAG_[3] = { 'I', 'D', '3' };
79 static FLAC__bool has_id_filtered_(FLAC__StreamDecoder *decoder, FLAC__byte *id);
98 static FLAC__bool read_callback_(FLAC__byte buffer[], size_t *bytes, void *client_data);
100 static FLAC__StreamDecoderReadStatus read_callback_ogg_aspect_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes);
101 static FLAC__OggDecoderAspectReadStatus read_callback_proxy_(const void *void_decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
109 static FLAC__StreamDecoderReadStatus file_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
150 FLAC__byte *metadata_filter_ids;
155 FLAC__byte header_warmup[2]; /* contains the sync code and reserved bits */
156 FLAC__byte lookahead; /* temp storage when we need to look ahead one byte in the stream */
163 FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data *
    [all...]
stream_encoder_framing.c 128 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)FLAC__VENDOR_STRING, vendor_string_length))
141 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))
159 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))
189 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.picture.mime_type, len))
223 FLAC__byte crc;
bitwriter.c 218 const FLAC__byte *buffer;
231 FLAC__bool FLAC__bitwriter_get_write_crc8(FLAC__BitWriter *bw, FLAC__byte *crc)
233 const FLAC__byte *buffer;
256 FLAC__bool FLAC__bitwriter_get_buffer(FLAC__BitWriter *bw, const FLAC__byte **buffer, size_t *bytes)
271 *buffer = (FLAC__byte*)bw->buffer;
409 inline FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals)
881 extern FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals);
  /external/flac/include/FLAC/
stream_encoder.h 485 * FLAC__StreamEncoderReadStatus read_cb(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
489 * *bytes = fread(buffer, sizeof(FLAC__byte), *bytes, file);
519 typedef FLAC__StreamEncoderReadStatus (*FLAC__StreamEncoderReadCallback)(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
557 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...]
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 158 FLAC__byte buffer[], size_t *bytes);
174 FLAC__byte buffer[], size_t *bytes,
213 const FLAC__StreamDecoder * /* decoder */, FLAC__byte buffer[],
270 FLAC__byte buffer[], size_t *bytes)
  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.cpp 33 FLAC__byte buffer[], size_t *bytes) {
280 FLAC__byte buffer[],
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 445 const FLAC__byte buffer[],
559 const FLAC__byte buffer[],
  /hardware/google/av/media/codecs/flac/
C2SoftFlacEnc.cpp 291 const FLAC__byte buffer[], size_t bytes, unsigned samples,
369 const FLAC__byte buffer[],

Completed in 678 milliseconds

12