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

  /external/libvpx/libvpx/vpx_ports/
x86_cpuid.c 15 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/
gpu_info.h 39 std::string vendor_string; member in struct:gpu::GPUInfo::GPUDevice
gpu_info_collector_win.cc 538 std::wstring vendor_string = id.substr(8, 4); local
540 base::HexStringToInt(WideToASCII(vendor_string), &vendor);
  /external/flac/include/FLAC/
format.h 632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; member in struct:__anon20103
    [all...]

Completed in 458 milliseconds