HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/
stream_encoder_framing.c 96 FLAC__ASSERT(metadata->data.stream_info.bits_per_sample <= (1u << FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN));
97 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.stream_info.bits_per_sample-1, FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN))
315 FLAC__ASSERT(header->bits_per_sample > 0 && header->bits_per_sample <= (1u << FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN));
format.c 62 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN = 5; /* bits */
stream_encoder.c     [all...]
stream_decoder.c     [all...]
  /external/flac/include/FLAC/
format.h 545 extern FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN; /**< == 5 (bits) */
    [all...]

Completed in 635 milliseconds