Searched refs:field (Results 1 - 18 of 18) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dbcmdefs.h169 #define GFIELD(val, field) \
170 (((val) >> field ## _S) & field ## _M)
171 #define SFIELD(val, field, bits) \
172 (((val) & (~(field ## _M << field ## _S))) | \
173 ((unsigned)(bits) << field ## _S))
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp153 descriptor->field(i)->camelcase_name() <<
157 to << "this['" << descriptor->field(i)->camelcase_name() << "']";
158 DBG("field name=%s", descriptor->field(i)->name().c_str());
191 reflection->GetRepeated##TYPE(instance, field, index) : \
192 reflection->Get##TYPE(instance, field))
196 const FieldDescriptor* field,
199 DBG("Type::ToJs(instance, refelction, field, message_type) E:");
200 switch (field->cpp_type()) {
248 const FieldDescriptor* field local
194 ToJs(const Message& instance, const Reflection* reflection, const FieldDescriptor* field, const Type* message_type, int index) argument
301 ToProto(Message* instance, const FieldDescriptor* field, Handle<Value> value, const Type* type, bool repeated) argument
410 const FieldDescriptor* field = descriptor_->field(i); local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h202 #define GFIELD(val, field) \
203 (((val) >> field ## _S) & field ## _M)
204 #define SFIELD(val, field, bits) \
205 (((val) & (~(field ## _M << field ## _S))) | \
206 ((unsigned)(bits) << field ## _S))
/hardware/ti/wlan/wl1271/TWD/TwIf/
H A DTwIf.h60 * Defines a TNETWIF read/write field with padding.
63 #define PADDING(field) \
65 field;
/hardware/ti/wlan/wl1271/utils/
H A Dtidef.h140 * \brief Macro which returns a field offset from structure begine
142 #define TI_FIELD_OFFSET(type,field) ((TI_UINT32)(&(((type*)0)->field)))
154 * \brief Macro which returns True if bitmask in field is on (==1) \n
157 #define IS_MASK_ON( field, bitmask ) ( (bitmask) == ( (field) & (bitmask) ) )
163 * \brief Macro which returns True if bitmask in field is off (==0) \n
166 #define IS_MASK_OFF( field, bitmask ) ( ~(bitmask) == ( (field) | ~(bitmask) ) )
/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-mediabus.h95 __u32 field; member in struct:v4l2_mbus_framefmt
H A Dvideodev2.h113 V4L2_FIELD_TOP = 2, /* top field only */
114 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
121 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
122 first and the top field is
124 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
125 first and the bottom field is
128 #define V4L2_FIELD_HAS_TOP(field) \
129 ((field) == V4L2_FIELD_TOP ||\
130 (field) == V4L2_FIELD_INTERLACED ||\
131 (field)
296 enum v4l2_field field; member in struct:v4l2_pix_format
648 enum v4l2_field field; member in struct:v4l2_buffer
720 enum v4l2_field field; member in struct:v4l2_window
2103 __u32 field; /* 0: first field, 1: second field */ member in struct:v4l2_sliced_vbi_data
2187 enum v4l2_field field; member in struct:v4l2_pix_format_mplane
2242 __u8 field; member in struct:v4l2_event_vsync
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-mediabus.h104 * @field: used interlacing type (from enum v4l2_field)
111 __u32 field; member in struct:v4l2_mbus_framefmt
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_log.h32 #define PERF_mask(field, len) \
33 ( ((unsigned long) (field)) & ((1 << (len)) - 1) )
35 #define PERF_bits(field, start, len) \
36 ( (((unsigned long) (field)) >> start) & ((1 << (len)) - 1) )
38 #define PERF_log_combine(flag, field, len) \
39 ( ((unsigned long) (flag)) | (PERF_mask(field, len) & PERF_LOG_NotMask) )
/hardware/qcom/display/
H A Dcommon.mk21 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
210 v4l2_buf.field = V4L2_FIELD_ANY;
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
1586 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_stream.c648 stream->fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c515 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1417 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp642 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c59 #define INIT_TBL_OFF(field) FIELD_OFFSET(TInitTable, field)
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp129 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;

Completed in 1751 milliseconds