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

  /external/flac/include/FLAC/
format.h 536 extern FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN; /**< == 16 (bits) */
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 76 FLAC__ASSERT(metadata->data.stream_info.min_blocksize < (1u << FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN));
77 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.stream_info.min_blocksize, FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN))
format.c 73 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN = 16; /* bits */
stream_encoder.c     [all...]
stream_decoder.c     [all...]

Completed in 23 milliseconds