HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 201 - 225 of 282) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/
vpxdec.c 166 decoder->name, vpx_codec_iface_name(decoder->interface()));
286 if (!vpx_codec_peek_stream_info(decoder->interface(),
498 const VpxInterface *interface = NULL; local
544 interface = get_vpx_decoder_by_name(arg.val);
545 if (!interface)
713 if (interface && fourcc_interface && interface != fourcc_interface)
716 interface = fourcc_interface;
718 if (!interface)
719 interface = get_vpx_decoder_by_index(0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 166 decoder->name, vpx_codec_iface_name(decoder->interface()));
286 if (!vpx_codec_peek_stream_info(decoder->interface(),
498 const VpxInterface *interface = NULL; local
544 interface = get_vpx_decoder_by_name(arg.val);
545 if (!interface)
713 if (interface && fourcc_interface && interface != fourcc_interface)
716 interface = fourcc_interface;
718 if (!interface)
719 interface = get_vpx_decoder_by_index(0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objbase.h 25 #undef interface macro
26 #define interface struct macro
48 #undef interface macro
49 #define interface struct macro
63 #define THIS_ INTERFACE *This,
64 #define THIS INTERFACE *This
  /external/chromium_org/pdf/
out_of_process_instance.cc 213 const PPB_Instance_Private* interface = local
218 interface->GetWindowObject(instance->pp_instance()));
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 4461 FT_Module_Interface interface; local
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 593 Interface* interface = scope->interface(); local
594 ASSERT(interface->IsModule() && interface->IsFrozen());
596 interface->Allocate(scope->module_var()->index());
599 ASSERT(scope->interface()->Index() >= 0);
600 __ Push(Smi::FromInt(scope->interface()->Index()));
729 Interface* interface = scope_->interface() local
778 Interface* interface = scope_->interface(); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 4485 FT_Module_Interface interface; local
    [all...]
  /external/iputils/
rdisc.c 66 struct interface struct
68 struct in_addr address; /* Used to identify the interface */
69 struct in_addr localaddr; /* Actual address if the interface */
81 * Use 255.255.255.255 for broadcasts - not the interface broadcast
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
155 static struct interface *interfaces;
607 * physical interface. (increment with rap->icmp_wpa * 4 for
626 struct interface *ifp = &interfaces[i];
628 * Verify that the interface matches the destinatio
    [all...]
  /external/libusb/libusb/
libusb.h 66 * Device and/or Interface Class codes */
69 * this bDeviceClass value indicates that each interface specifies its
80 /** Human Interface Device class */
120 /** Interface descriptor. See libusb_interface_descriptor. */
213 /** Return the selected alternate setting for the specified interface */
216 /** Select an alternate interface for the specified interface */
249 /** Interface */
403 * A structure representing the standard USB interface descriptor. This
416 /** Number of this interface */
500 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 70 /* 'interface' might be defined as a macro on Windows, so we need to
72 * libusb_config_descriptor has an 'interface' member
77 #if defined(interface)
78 #undef interface macro
191 * Device and/or Interface Class codes */
194 * this bDeviceClass value indicates that each interface specifies its
205 /** Human Interface Device class */
264 /** Interface descriptor. See libusb_interface_descriptor. */
383 /** Return the selected alternate setting for the specified interface */
386 /** Select an alternate interface for the specified interface *
677 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 1022 const ObjCInterfaceDecl *interface = object_type->getInterface(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wanrouter.h 62 ROUTER_IFNEW, /* add interface */
63 ROUTER_IFDEL, /* delete interface */
64 ROUTER_IFSTAT, /* get interface status */
82 #define WAN_IFNAME_SZ 15 /* max length of the interface name */
217 char interface; /* RS-232/V.35, etc. */ member in struct:wandev_conf
337 /* link/interface configuration */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
395 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */
425 char interface; /* RS-232/V.35, etc. */ member in struct:wanif_conf
429 unsigned char if_down; /* brind down interface when disconnected *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 62 ROUTER_IFNEW, /* add interface */
63 ROUTER_IFDEL, /* delete interface */
64 ROUTER_IFSTAT, /* get interface status */
82 #define WAN_IFNAME_SZ 15 /* max length of the interface name */
217 char interface; /* RS-232/V.35, etc. */ member in struct:wandev_conf
337 /* link/interface configuration */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
395 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */
425 char interface; /* RS-232/V.35, etc. */ member in struct:wanif_conf
429 unsigned char if_down; /* brind down interface when disconnected *
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
wanrouter.h 155 char interface; member in struct:wandev_conf
329 char interface; member in struct:wanif_conf

Completed in 2094 milliseconds

1 2 3 4 5 6 7 891011>>