Lines Matching refs:FLAC__byte
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 …adStatus read_callback_ogg_aspect_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t…
101 static FLAC__OggDecoderAspectReadStatus read_callback_proxy_(const void *void_decoder, FLAC__byte b…
109 …oderReadStatus file_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t…
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 */
738 …ream_decoder_set_metadata_respond_application(FLAC__StreamDecoder *decoder, const FLAC__byte id[4]) in FLAC__stream_decoder_set_metadata_respond_application()
797 …tream_decoder_set_metadata_ignore_application(FLAC__StreamDecoder *decoder, const FLAC__byte id[4]) in FLAC__stream_decoder_set_metadata_ignore_application()
1314 FLAC__bool has_id_filtered_(FLAC__StreamDecoder *decoder, FLAC__byte *id) in has_id_filtered_()
1366 decoder->private_->header_warmup[0] = (FLAC__byte)x; in find_metadata_()
1373 decoder->private_->lookahead = (FLAC__byte)x; in find_metadata_()
1377 decoder->private_->header_warmup[1] = (FLAC__byte)x; in find_metadata_()
1796 …if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, (FLAC__byte*)obj->med… in read_metadata_cuesheet_()
1825 track->number = (FLAC__byte)x; in read_metadata_cuesheet_()
1828 …if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, (FLAC__byte*)track->i… in read_metadata_cuesheet_()
1844 track->num_indices = (FLAC__byte)x; in read_metadata_cuesheet_()
1858 indx->number = (FLAC__byte)x; in read_metadata_cuesheet_()
1889 …if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, (FLAC__byte*)obj->mim… in read_metadata_picture_()
1990 decoder->private_->header_warmup[0] = (FLAC__byte)x; in frame_sync_()
1997 decoder->private_->lookahead = (FLAC__byte)x; in frame_sync_()
2001 decoder->private_->header_warmup[1] = (FLAC__byte)x; in frame_sync_()
2167 …FLAC__byte crc8, raw_header[16]; /* MAGIC NUMBER based on the maximum frame header size, including… in read_frame_header_()
2209 decoder->private_->lookahead = (FLAC__byte)x; in read_frame_header_()
2215 raw_header[raw_header_len++] = (FLAC__byte)x; in read_frame_header_()
2396 raw_header[raw_header_len++] = (FLAC__byte)x; in read_frame_header_()
2401 raw_header[raw_header_len++] = (FLAC__byte)_x; in read_frame_header_()
2410 raw_header[raw_header_len++] = (FLAC__byte)x; in read_frame_header_()
2415 raw_header[raw_header_len++] = (FLAC__byte)_x; in read_frame_header_()
2429 crc8 = (FLAC__byte)x; in read_frame_header_()
2807 FLAC__bool read_callback_(FLAC__byte buffer[], size_t *bytes, void *client_data) in read_callback_()
2888 …adStatus read_callback_ogg_aspect_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t… in read_callback_ogg_aspect_()
2914 FLAC__OggDecoderAspectReadStatus read_callback_proxy_(const void *void_decoder, FLAC__byte buffer[]… in read_callback_proxy_()
3336 FLAC__StreamDecoderReadStatus file_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte bu… in file_read_callback_()
3341 *bytes = fread(buffer, sizeof(FLAC__byte), *bytes, decoder->private_->file); in file_read_callback_()