/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
H A D | bcmdefs.h | 169 #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 D | protobuf_v8.cpp | 153 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 D | bcmdefs.h | 202 #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 D | TwIf.h | 60 * Defines a TNETWIF read/write field with padding. 63 #define PADDING(field) \ 65 field;
|
/hardware/ti/wlan/wl1271/utils/ |
H A D | tidef.h | 140 * \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 D | v4l2-mediabus.h | 95 __u32 field; member in struct:v4l2_mbus_framefmt
|
H A D | videodev2.h | 113 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 D | v4l2-mediabus.h | 104 * @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 D | perf_log.h | 32 #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 D | common.mk | 21 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
H A D | ExynosJpegBase.cpp | 93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY; 210 v4l2_buf.field = V4L2_FIELD_ANY;
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
H A D | exynos_gscaler.c | 631 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 D | mm_camera_stream.c | 648 stream->fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
|
/hardware/samsung_slsi/exynos5/librotator/ |
H A D | exynos_rotator.c | 515 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
H A D | mm_camera_stream.c | 1417 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
|
/hardware/samsung_slsi/exynos5/libhwc/ |
H A D | hwc.cpp | 642 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
|
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
H A D | osRgstry.c | 59 #define INIT_TBL_OFF(field) FIELD_OFFSET(TInitTable, field)
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
H A D | ExynosCameraHWInterface2.cpp | 129 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
|