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

12

  /external/flac/libFLAC/
stream_encoder.c 121 FLAC__bool do_mid_side_stereo;
122 FLAC__bool loose_mid_side_stereo;
125 FLAC__bool do_qlp_coeff_prec_search;
126 FLAC__bool do_escape_coding;
127 FLAC__bool do_exhaustive_model_search;
152 static FLAC__bool resize_buffers_(FLAC__StreamEncoder *encoder, unsigned new_blocksize);
153 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, unsigned samples, FLAC__bool is_last_block);
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
159 static FLAC__bool process_frame_(FLAC__StreamEncoder *encoder, FLAC__bool is_fractional_block, FLAC__bool is_last_bl (…)
    [all...]
ogg_helper.c 44 static FLAC__bool full_read_(FLAC__StreamEncoder *encoder, FLAC__byte *buffer, size_t bytes, FLAC__StreamEncoderReadCallback read_callback, void *client_data)
94 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data)
178 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data)
bitreader.c 208 FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br)
326 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd)
357 FLAC__bool FLAC__bitreader_clear(FLAC__BitReader *br)
420 FLaC__INLINE FLAC__bool FLAC__bitreader_is_consumed_byte_aligned(const FLAC__BitReader *br)
435 FLaC__INLINE FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, unsigned bits)
514 FLAC__bool FLAC__bitreader_read_raw_int32(FLAC__BitReader *br, FLAC__int32 *val, unsigned bits)
525 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits)
546 FLaC__INLINE FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val)
571 FLAC__bool FLAC__bitreader_skip_bits_no_crc(FLAC__BitReader *br, unsigned bits)
606 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader *br, unsigned nvals
    [all...]
ogg_decoder_aspect.c 52 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect)
md5.c 398 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 163 FLAC__bool eofCallback();
186 static FLAC__bool eof_callback(
238 FLAC__bool FLACParser::eof_callback(
314 FLAC__bool FLACParser::eofCallback()
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 314 FLAC__bool ok = FLAC__stream_encoder_process_interleaved(
416 FLAC__bool ok = true;

Completed in 3750 milliseconds

12