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

  /external/flac/include/FLAC/
format.h 168 extern FLAC_API const char *FLAC__VENDOR_STRING;
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 49 const unsigned vendor_string_length = (unsigned)strlen(FLAC__VENDOR_STRING);
123 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)FLAC__VENDOR_STRING, vendor_string_length))
format.c 50 FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20141125";

Completed in 74 milliseconds