HomeSort by relevance Sort by last modified time
    Searched full:vendor_string_length (Results 1 - 1 of 1) sorted by null

  /external/flac/libFLAC/
stream_encoder_framing.c 53 const unsigned vendor_string_length = (unsigned)strlen(FLAC__VENDOR_STRING); local
68 i += vendor_string_length;
125 if(!FLAC__bitwriter_write_raw_uint32_little_endian(bw, vendor_string_length))
127 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)FLAC__VENDOR_STRING, vendor_string_length))

Completed in 39 milliseconds