Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 44) sorted by relevance

12

/hardware/ti/omap3/liboverlay/
Dv4l2_utils.c139 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_dump_state()
146 format.type = V4L2_BUF_TYPE_VIDEO_OVERLAY; in v4l2_overlay_dump_state()
153 crop.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_dump_state()
267 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_init()
273 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_init()
278 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_init()
291 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_overlay_get_input_size_and_format()
311 format.type = V4L2_BUF_TYPE_VIDEO_OVERLAY; in v4l2_overlay_set_position()
320 format.type = V4L2_BUF_TYPE_VIDEO_OVERLAY; in v4l2_overlay_set_position()
337 format.type = V4L2_BUF_TYPE_VIDEO_OVERLAY; in v4l2_overlay_get_position()
[all …]
/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h240 uint16 type; member
272 #define BCM_IOVT_VALID(type) (((unsigned int)(type)) <= IOVT_BUFFER) argument
287 #define BCM_IOVT_IS_INT(type) (\ argument
288 (type == IOVT_BOOL) || \
289 (type == IOVT_INT8) || \
290 (type == IOVT_UINT8) || \
291 (type == IOVT_INT16) || \
292 (type == IOVT_UINT16) || \
293 (type == IOVT_INT32) || \
294 (type == IOVT_UINT32))
[all …]
/hardware/broadcom/wlan/bcm4329/src/include/proto/
Deapol.h29 unsigned char type; /* EAPOL type */ member
61 unsigned char type; /* Key Descriptor Type */
92 unsigned char type; /* Key Descriptor Type */
131 uint8 type;
D802.11.h101 uint16 type; member
162 uint8 type; member
322 uint8 type; member
437 uint8 type; member
452 uint8 type; member
529 uint8 type; member
547 uint8 type; member
1153 uint8 type; member
1222 uint8 type; member
1291 uint8 type; member
D802.11e.h56 uint8 type; /* WME_TYPE */
Dwpa.h87 uint8 type;
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dmem.h99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
101 #define MEM_Alloc(size, type) malloc (size)
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
Dmemry.h82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
Dwcdioctl.h408 MEM_POOLATTRS type; member
414 MEM_POOLATTRS type; member
Dqosregistry.h207 UINT type; /* type of memory: prefer/require/scratch/persist */ member
/hardware/ti/omap3/dspbridge/inc/
Dmem.h99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
101 #define MEM_Alloc(size, type) malloc (size)
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
Dmemry.h82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
Ddynamic_loader.h349 u16 type; /* one of the section types below */ member
352 uint16_t type; /* one of the section types below */ member
Dwcdioctl.h408 MEM_POOLATTRS type; member
414 MEM_POOLATTRS type; member
Dqosregistry.h213 UINT type; /* type of memory: prefer/require/scratch/persist */ member
/hardware/broadcom/wlan/bcm4329/src/shared/
Dsbutils.c962 uint type; in sb_base() local
964 type = admatch & SBAM_TYPE_MASK; in sb_base()
965 ASSERT(type < 3); in sb_base()
969 if (type == 0) { in sb_base()
971 } else if (type == 1) { in sb_base()
974 } else if (type == 2) { in sb_base()
986 uint type; in sb_size() local
988 type = admatch & SBAM_TYPE_MASK; in sb_size()
989 ASSERT(type < 3); in sb_size()
993 if (type == 0) { in sb_size()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
Dgps.h273 AGpsType type; member
309 int (*set_server)( AGpsType type, const char* hostname, int port );
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_common.c371 if (vi->type == IOVT_VOID) in dhd_iovar_op()
373 else if (vi->type == IOVT_BUFFER) in dhd_iovar_op()
785 uint32 type, status; in wl_host_event() local
806 type = ntoh32_ua((void *)&event->event_type); in wl_host_event()
811 switch (type) { in wl_host_event()
856 __FUNCTION__, type, flags, status)); in wl_host_event()
859 if (type == WLC_E_NDIS_LINK) { in wl_host_event()
/hardware/ril/reference-ril/
Datchannel.c721 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
741 s_type = type; in at_send_command_full_nolock()
796 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
809 err = at_send_command_full_nolock(command, type, in at_send_command_full()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_print.c69 unsigned long type = eModule & PERF_ModuleMask; in PERF_PRINT_setup() local
128 (type < PERF_ModuleMax) ? PERF_ModuleTypes[type] : "INVALID", in PERF_PRINT_setup()
/hardware/ril/include/telephony/
Dril_cdma_sms.h470 RIL_CDMA_SMS_UdhEoId type; member
607 RIL_CDMA_SMS_BdMessageType type; member
Dril.h124 char * type; /* X.25, IP, IPV6, etc. */ member
283 int type; /* "type" from 27.007 7.17 (MT only). */ member
/hardware/msm7k/libaudio-qsd8k/
Dmsm_audio.h57 uint32_t type; member
/hardware/libhardware/include/hardware/
Dsensors.h281 int type; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h1248 OMX_ERRORTYPE VIDDEC_Queue_Init(VIDDEC_QUEUE_TYPE *queue, VIDDEC_QUEUE_TYPES type);
1250 OMX_ERRORTYPE VIDDEC_Queue_Add(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement, VIDDEC_QUEUE_TYPES type);
1251 …ERRORTYPE VIDDEC_Queue_Remove(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement, VIDDEC_QUEUE_TYPES type);
1252 …YPE VIDDEC_Queue_Replace_Tail(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement, VIDDEC_QUEUE_TYPES type);
1253 …RRORTYPE VIDDEC_Queue_Get_Tail(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement,VIDDEC_QUEUE_TYPES type);

12