Searched refs:vendor_string (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
H A Dx86_cpuid.c15 char vendor_string[12]; member in struct:cpuid_vendors
44 if (strncmp((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
/external/chromium_org/gpu/config/
H A Dgpu_info.h39 std::string vendor_string; member in struct:gpu::GPUInfo::GPUDevice
H A Dgpu_info_collector_win.cc538 std::wstring vendor_string = id.substr(8, 4); local
540 base::HexStringToInt(WideToASCII(vendor_string), &vendor);
/external/flac/libFLAC/
H A Dmetadata_object.c197 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
[all...]
H A Dstream_encoder_framing.c66 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;
H A Dstream_decoder.c1557 if(0 != block.data.vorbis_comment.vendor_string.entry)
1558 free(block.data.vorbis_comment.vendor_string.entry);
1724 if(!FLAC__bitreader_read_uint32_little_endian(decoder->private_->input, &obj->vendor_string.length))
1726 if(obj->vendor_string.length > 0) {
1727 if(0 == (obj->vendor_string.entry = (FLAC__byte*)safe_malloc_add_2op_(obj->vendor_string.length, /*+*/1))) {
1731 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, obj->vendor_string.entry, obj->vendor_string.length))
1733 obj->vendor_string.entry[obj->vendor_string
[all...]
H A Dmetadata_iterators.c2247 if(FLAC__METADATA_SIMPLE_ITERATOR_STATUS_OK != (status = read_metadata_block_data_vorbis_comment_entry_cb_(handle, read_cb, &(block->vendor_string))))
2641 pack_uint32_little_endian_(block->vendor_string.length, buffer, entry_length_len);
2644 if(write_cb(block->vendor_string.entry, 1, block->vendor_string.length, handle) != block->vendor_string.length)
H A Dstream_encoder.c1100 vorbis_comment.data.vorbis_comment.vendor_string.length = 0;
1101 vorbis_comment.data.vorbis_comment.vendor_string.entry = 0;
/external/flac/include/FLAC/
H A Dformat.h632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; member in struct:__anon17708
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc101 if (!gpu.vendor_string.empty())
102 vendor += " [" + gpu.vendor_string + "]";
/external/chromium_org/content/common/gpu/
H A Dgpu_messages.h127 IPC_STRUCT_TRAITS_MEMBER(vendor_string)
/external/libvorbis/doc/
H A D05-comment.tex50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets

Completed in 269 milliseconds