Searched defs:data (Results 226 - 238 of 238) sorted by relevance

12345678910

/hardware/qcom/camera/
H A DQCamera_Intf.h770 } data; member in struct:__anon684
968 fd_roi_data_type data; member in union:fd_roi_t::__anon708
983 int32_t data_length; /* the length of valid data */
1110 WARNING: Since this data structure is huge,
/hardware/qcom/camera/mm-image-codec/qexif/
H A Dqexif.h84 * it is necessary to make a copy of the data pointed by this
87 * data is retained and it is the caller's responsibility to
88 * ensure the validity of the data before the exif_info_t object
94 * This indicates the number of elements of the data. For example, if
95 * the type is EXIF_BYTE and the count is 1, that means the actual data
96 * is one byte and is accessible by data._byte. If the type is EXIF_BYTE
97 * and the count is more than one, the actual data is contained in an
98 * array and is accessible by data._bytes. In case of EXIF_ASCII, it
105 * A union which covers all possible data types. The user should pick
106 * the right field to use depending on the data typ
126 } data; member in struct:__anon744
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2_exynos_camera.h1215 struct v4l2_recog_data data; member in struct:v4l2_recognition
H A Dvideodev2.h268 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
300 __u32 priv; /* private data, depends on pixelformat */
548 int APP_len; /* Length of data in JPEG APPn segment */
551 int COM_len; /* Length of data in JPEG COM segment */
584 * @bytesused: number of bytes occupied by data in the plane (payload)
594 * @data_offset: offset in the plane to the start of data; usually 0,
595 * unless there is a header in front of the data
618 * @bytesused: number of bytes occupied by data in the buffer (payload);
625 * @memory: the method, in which the actual video data is passed
638 * @input: input number from which the video data ha
1983 __u32 data[8]; member in struct:v4l2_encoder_cmd::__anon1496::__anon1497
2032 __u32 data[16]; member in struct:v4l2_decoder_cmd::__anon1498::__anon1501
2108 __u8 data[48]; member in struct:v4l2_sliced_vbi_data
2135 __u8 data[42]; /* Sliced VBI data for the line */ member in struct:v4l2_mpeg_vbi_itv0_line
2275 __u8 data[64]; member in union:v4l2_event::__anon1506
[all...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_TI_IVCommon.h812 * sets if the processing should be applied according to input data.
814 * i.e. to give a bias to the automatic setting. When set to false, the processing should not take input data into account.
942 * nPortIndex is an output port. The port index decides on which port the extra data structur is sent on.
988 * particular camera view that the rest of the data in the structure is
999 * nSize is the size of the structure including the length of data field containing
1000 * the histogram data.
1005 * data[1] first byte of the histogram data
1014 OMX_U8 data[1]; member in struct:OMX_HISTOGRAMTYPE
1017 #define OMX_OTHER_EXTRADATATYPE_SIZE ( (OMX_U32)(((OMX_OTHER_EXTRADATATYPE*)0x0)->data) ) /**< Siz
1090 OMX_U16 data[1]; /**< the first value of an array of values that represent */ member in struct:OMX_TI_UNSATURATEDREGIONSTYPE
[all...]
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h197 void *data; member in struct:msm_cam_evt_msg
1705 } data; member in struct:sensor_large_data
2041 #define SET_IMG_MODE(handle, data) (handle |= ((0x1 << 23) | ((data & 0x7F) << 16)))
2045 #define SET_MCTLPP_INST_IDX(handle, data) (handle |= ((0x1 << 15) | ((data & 0x7F) << 8)))
2050 #define SET_VIDEO_INST_IDX(handle, data) (handle |= (0x1 << 7) | (data & 0x7F))
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h305 void *data; member in struct:msm_cam_evt_msg
325 /* offset of plane data */
1581 } data; member in struct:sensor_large_data
1936 * This is a bitmask containing the following data:
1950 #define SET_IMG_MODE(handle, data) \
1951 (handle |= ((0x1 << 23) | ((data & 0x7F) << 16)))
1956 #define SET_MCTLPP_INST_IDX(handle, data) \
1957 (handle |= ((0x1 << 15) | ((data & 0x7F) << 8)))
1964 #define SET_VIDEO_INST_IDX(handle, data) \
1965 (handle |= (0x1 << 7) | (data
[all...]
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h1922 __u32 data[8]; member in struct:v4l2_encoder_cmd::__anon1117::__anon1118
1961 __u32 data[16]; member in struct:v4l2_decoder_cmd::__anon1119::__anon1122
2010 __u8 data[48]; member in struct:v4l2_sliced_vbi_data
2020 __u8 data[42]; member in struct:v4l2_mpeg_vbi_itv0_line
2136 __u8 data[64]; member in union:v4l2_event::__anon1127
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h207 void *data; member in struct:msm_cam_evt_msg
1532 void *data; member in struct:sensor_oem_setting
1819 uint8_t *data; member in struct:msm_calib_raw
1846 } data; member in struct:sensor_large_data
2160 #define SET_DEVID_MODE(handle, data) (handle |= ((0x1 << 31) | ((data & 0x7F) << 24)))
2164 #define SET_IMG_MODE(handle, data) (handle |= ((0x1 << 23) | ((data & 0x7F) << 16)))
2167 #define SET_MCTLPP_INST_IDX(handle, data) (handle |= ((0x1 << 15) | ((data
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h267 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
299 __u32 priv; /* private data, depends on pixelformat */
572 int APP_len; /* Length of data in JPEG APPn segment */
575 int COM_len; /* Length of data in JPEG COM segment */
608 * @bytesused: number of bytes occupied by data in the plane (payload)
616 * @data_offset: offset in the plane to the start of data; usually 0,
617 * unless there is a header in front of the data
639 * @bytesused: number of bytes occupied by data in the buffer (payload);
646 * @memory: the method, in which the actual video data is passed
657 * @input: input number from which the video data ha
2194 __u32 data[8]; member in struct:v4l2_encoder_cmd::__anon1178::__anon1179
2251 __u32 data[16]; member in struct:v4l2_decoder_cmd::__anon1180::__anon1183
2327 __u8 data[48]; member in struct:v4l2_sliced_vbi_data
2354 __u8 data[42]; /* Sliced VBI data for the line */ member in struct:v4l2_mpeg_vbi_itv0_line
2507 __u8 data[64]; member in union:v4l2_event::__anon1188
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h334 void *data; member in struct:msm_cam_evt_msg
354 /* offset of plane data */
1591 void *data; member in struct:sensor_oem_setting
1857 uint8_t *data; member in struct:msm_calib_raw
1882 } data; member in struct:sensor_large_data
2246 * This is a bitmask containing the following data:
2261 #define SET_DEVID_MODE(handle, data) \
2262 (handle |= ((0x1 << 31) | ((data & 0x7F) << 24)))
2267 #define SET_IMG_MODE(handle, data) \
2268 (handle |= ((0x1 << 23) | ((data
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h168 uint8 data[1040]; member in struct:dot11_action_wifi_vendor_specific
178 uint8 data[1]; member in struct:dot11_action_vs_frmhdr
279 uint8 data[1]; member in struct:dot11_action_measure
331 #define DOT11_MNG_IE_TPC_REPORT_LEN 2 /* length of IE data, not including 2 byte header */
374 uint8 data[1]; member in struct:dot11_action_frmhdr
378 /* CSA IE data structure */
388 #define DOT11_SWITCH_IE_LEN 3 /* length of IE data, not including 2 byte header */
407 /* 11n Extended Channel Switch IE data structure */
428 /* Wide Bandwidth Channel Switch IE data structure */
438 #define DOT11_WIDE_BW_SWITCH_IE_LEN 3 /* length of IE data, no
583 uint8 data[1]; member in union:dot11_meas_rep::__anon29
794 uint8 data[1]; /* Elements */ member in struct:dot11_management_notification
1549 uint8 data[1]; /* IE:support rate, extend support rate, HT cap */ member in struct:dot11_dls_req
1561 uint8 data[1]; /* optional: capability, rate ... */ member in struct:dot11_dls_resp
1575 uint8 data[1]; /* Elements */ member in struct:dot11_bsstrans_query
1588 uint8 data[1]; /* optional: BSS term duration, ... */ member in struct:dot11_bsstrans_req
1608 uint8 data[1]; /* optional: BSSID target, candidate list */ member in struct:dot11_bsstrans_resp
1650 uint8 data[1]; /* TIM broadcast request element */ member in struct:dot11_timbc_req
1679 uint8 data[1]; /* TIM broadcast response element */ member in struct:dot11_timbc_resp
1714 uint8 data[1]; member in struct:dot11_tclas_fc_hdr
1776 uint8 data[1]; member in struct:dot11_tclas_fc_3_filter
1814 uint8 data[1]; member in union:dot11_tclas_fc
1862 uint8 data[1]; member in struct:dot11_tfs_req_ie
1874 uint8 data[1]; member in struct:dot11_tfs_req_se
1881 uint8 data[1]; member in struct:dot11_tfs_se
1893 uint8 data[1]; member in struct:dot11_tfs_resp_ie
1926 uint8 data[1]; /* Elements */ member in struct:dot11_tfs_req
1936 uint8 data[1]; /* Elements */ member in struct:dot11_tfs_resp
1946 uint8 data[1]; /* Elements */ member in struct:dot11_tfs_notify
1959 uint8 data[1]; /* Elements */ member in struct:dot11_wnm_sleep_req
1970 uint8 data[1]; /* Elements */ member in struct:dot11_wnm_sleep_resp
2026 uint8 data[1]; /* Elements */ member in struct:dot11_dms_req
2036 uint8 data[1]; /* Elements */ member in struct:dot11_dms_resp
2045 uint8 data[1]; member in struct:dot11_dms_req_ie
2054 uint8 data[1]; member in struct:dot11_dms_resp_ie
2064 uint8 data[1]; member in struct:dot11_dms_req_desc
2079 uint8 data[1]; member in struct:dot11_dms_resp_st
2139 uint8 data[1]; /* Elements */ member in struct:dot11_ft_req
2151 uint8 data[1]; /* Elements */ member in struct:dot11_ft_res
2218 uint8 data[1]; member in struct:dot11_rm_action
2228 uint8 data[1]; member in struct:dot11_rmreq
2537 uint8 data[1]; /* Variable size subelements */ member in struct:dot11_neighbor_rep_ie
2762 uchar data [1]; /* Variable size data */ member in struct:vndr_ie
3340 uint8 data[1]; member in struct:dot11_gtk_ie
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h73 uint8 data[ACTION_FRAME_SIZE]; member in struct:wl_action_frame
116 uint32 length; /* byte length of data in this record,
149 uint32 length; /* byte length of data in this record,
191 uint32 length; /* byte length of data in this record,
281 uint8 data[1]; member in struct:wl_dload_data
321 uint8 data[1]; member in struct:wnm_url
693 uint8 num_secs; /* How many secs worth of data */
803 uint32 len; /* byte length of data block */
804 uint8 data[1]; /* variable length data bloc member in struct:wl_rm_rep_elt
887 uint8 data[DOT11_MAX_KEY_SIZE]; /* key data */ member in struct:wl_wsec_key
3574 uint8 data[1]; member in struct:wl_mkeep_alive_pkt
3735 uint8 data[TDLS_WFD_IE_SIZE]; member in struct:tdls_wfd_ie_iovar
4115 uint8 data[1]; /* Variable length packet to transmit. Contents should include member in struct:wl_keep_alive_pkt
4656 uint8 data[1]; member in struct:__anon122
[all...]

Completed in 1115 milliseconds

12345678910