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

  /external/libvpx/vpx_ports/
x86_cpuid.c 16 char vendor_string[12]; member in struct:cpuid_vendors
48 if (strncmp ((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
  /external/flac/libFLAC/
metadata_object.c 197 object->length += object->data.vorbis_comment.vendor_string.length;
467 object->data.vorbis_comment.vendor_string.length = (unsigned)strlen(FLAC__VENDOR_STRING);
468 if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_STRING, object->data.vorbis_comment.vendor_string.length+1)) {
563 if(0 != to->data.vorbis_comment.vendor_string.entry) {
564 free(to->data.vorbis_comment.vendor_string.entry);
565 to->data.vorbis_comment.vendor_string.entry = 0;
567 if(!copy_vcentry_(&to->data.vorbis_comment.vendor_string, &object->data.vorbis_comment.vendor_string)) {
652 if(0 != object->data.vorbis_comment.vendor_string.entry)
    [all...]
stream_encoder_framing.c 66 FLAC__ASSERT(metadata->data.vorbis_comment.vendor_string.length == 0 || 0 != metadata->data.vorbis_comment.vendor_string.entry);
67 i -= metadata->data.vorbis_comment.vendor_string.length;
stream_decoder.c     [all...]
metadata_iterators.c     [all...]
stream_encoder.c     [all...]
  /external/flac/include/FLAC/
format.h 632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; member in struct:__anon6445
    [all...]

Completed in 321 milliseconds