Searched refs:data (Results 151 - 175 of 1260) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdp.cpp218 bool MdpCtrl::setVisualParams(const MetaData_t& data) { argument
219 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
223 if (data.operation & UPDATE_COLOR_SPACE) {
224 mOVInfo.color_space = data.colorSpace;
229 /* calculate the data */
230 if (data.operation & PP_PARAM_HSIC) {
231 if (mParams.params.pa_params.hue != data.hsicData.hue) {
234 mParams.params.pa_params.hue,data.hsicData.hue);
239 data
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.cpp220 bool MdpCtrl::setVisualParams(const MetaData_t& data) { argument
221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
225 if (data.operation & UPDATE_COLOR_SPACE) {
226 mOVInfo.color_space = data.colorSpace;
231 /* calculate the data */
232 if (data.operation & PP_PARAM_HSIC) {
233 if (mParams.params.pa_params.hue != data.hsicData.hue) {
236 mParams.params.pa_params.hue,data.hsicData.hue);
241 data
[all...]
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp40 inline LocHeapNode(LocRankable& data) : argument
41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {}
44 // this only swaps the data of the two nodes, so no
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
61 // convenience method to compare data ranking
63 inline bool outRanks(LocRankable& data) { return mData->outRanks(data); } argument
96 LocRankable* data = mData; local
98 return data;
129 // The return is a popped out node from leaf level, that has the data
170 remove(LocHeapNode*& top, LocRankable& data) argument
322 LocHeapDebugData* data = new LocHeapDebugData(r >> 1); local
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp40 inline LocHeapNode(LocRankable& data) : argument
41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {}
44 // this only swaps the data of the two nodes, so no
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
61 // convenience method to compare data ranking
63 inline bool outRanks(LocRankable& data) { return mData->outRanks(data); } argument
96 LocRankable* data = mData; local
98 return data;
129 // The return is a popped out node from leaf level, that has the data
170 remove(LocHeapNode*& top, LocRankable& data) argument
322 LocHeapDebugData* data = new LocHeapDebugData(r >> 1); local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_bstream.c4 /* Internal data structure for calculating required bits. */
29 /* How much data is remaining including current byte to be processed.*/
70 /* This function initializes scratch buffer, which is used for staging already read data, due to DMA limitations */
76 /* This function tells us how much more data is in the current es buffer from current position. Its used to figure out if
82 val = (list->data[index].edpos <= (uint32_t)list->total_bytes) ? list->data[index].edpos: (uint32_t)list->total_bytes;
88 /* This function seeks to byte offset position starting from lst_index, if more data is present in current ES buffer pointed by
89 lst_index returns the remaining data in current buffer along with physical address of byte offset. The lst_index parameter
102 /* Check to see if we reached the buffer with last valid byte of current access unit, List can have data beyond current access unit */
103 last_byte_offst = (list->data[*lst_inde
122 viddec_pm_utils_bstream_scratch_copyto(viddec_pm_utils_bstream_scratch_cxt_t *cxt, uint8_t *data, uint32_t num_bytes) argument
133 viddec_pm_utils_bstream_scratch_copyfrom(viddec_pm_utils_bstream_scratch_cxt_t *cxt, uint8_t *data) argument
144 viddec_pm_utils_getbytes(viddec_pm_utils_bstream_buf_cxt_t *bstream, viddec_pm_utils_getbits_t *data, uint32_t *act_bytes, uint32_t *phase, uint32_t num_bytes, uint32_t emul_reqd, uint8_t is_offset_zero ) argument
383 viddec_pm_utils_getbits_t data; local
424 viddec_pm_utils_getbits_t data; local
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.cpp239 bool MdpCtrl::setVisualParams(const MetaData_t& data) { argument
240 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
243 /* calculate the data */
244 if (data.operation & PP_PARAM_HSIC) {
245 if (mParams.params.pa_params.hue != data.hsicData.hue) {
248 mParams.params.pa_params.hue,data.hsicData.hue);
253 data.hsicData.saturation)) {
257 data.hsicData.saturation);
261 if (mParams.params.pa_params.intensity != data
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdp.cpp220 bool MdpCtrl::setVisualParams(const MetaData_t& data) { argument
221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation);
224 /* calculate the data */
225 if (data.operation & PP_PARAM_HSIC) {
226 if (mParams.params.pa_params.hue != data.hsicData.hue) {
229 mParams.params.pa_params.hue,data.hsicData.hue);
234 data.hsicData.saturation)) {
238 data.hsicData.saturation);
242 if (mParams.params.pa_params.intensity != data
[all...]
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Dspi.hpp38 SPI_MODE0 = 0, /**< CPOL = 0, CPHA = 0, Clock idle low, data is clocked in on rising edge,
39 output data (change) on falling edge */
40 SPI_MODE1 = 1, /**< CPOL = 0, CPHA = 1, Clock idle low, data is clocked in on falling edge,
41 output data (change) on rising edge */
42 SPI_MODE2 = 2, /**< CPOL = 1, CPHA = 0, Clock idle low, data is clocked in on falling edge,
43 output data (change) on rising edge */
44 SPI_MODE3 = 3, /**< CPOL = 1, CPHA = 1, Clock idle low, data is clocked in on rising, edge
45 output data (change) on falling edge */
108 * @param data the byte to send
109 * @return data receive
112 writeByte(uint8_t data) argument
124 write_word(uint16_t data) argument
[all...]
/hardware/bsp/intel/peripheral/sensors/mraa/sensors/
H A DLSM303dAccelerometer.cpp59 * The raw data from the X,Y,Z axis are expressed in a 16 bit two's complement
65 int LSM303dAccelerometer::pollEvents(sensors_event_t* data, int count) { argument
69 data->acceleration.x = (double)rawdatap[0] * conversion_constant;
70 data->acceleration.y = (double)rawdatap[1] * conversion_constant;
71 data->acceleration.z = (double)rawdatap[2] * conversion_constant;
H A DLSM303dOrientation.cpp58 int LSM303dOrientation::pollEvents(sensors_event_t* data, int count) { argument
61 data->orientation.x = (double)rawdatap[0];
62 data->orientation.y = (double)rawdatap[1];
63 data->orientation.z = (double)rawdatap[2];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.h22 uint8_t *data; member in struct:InternalFrameBuffer
35 // Free any data allocated to the frame buffers.
39 // Callback private data, which points to an InternalFrameBufferList.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.h31 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_frame_buffer.h37 uint8_t *data; /**< Pointer to the data buffer */ member in struct:vpx_codec_frame_buffer
38 size_t size; /**< Size of data in bytes */
39 void *priv; /**< Frame's private data */
48 * This callback is invoked by the decoder to retrieve data for the frame
50 * allocate at least min_size in bytes and assign it to fb->data. Then the
52 * need to align the allocated data. The callback is triggered when the
55 * The application may set fb->priv to some data which will be passed
60 * \param[in] priv Callback's private data
74 * \param[in] priv Callback's private data
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
H A Dfusion_9axis.h31 int inv_verify_9x_fusion_data(float *data);
/hardware/libhardware/tests/camera3/
H A Dcamera3tests.cpp42 int pixel_array_w = entry.data.i32[0];
43 int pixel_array_h = entry.data.i32[1];
50 int active_array_w = entry.data.i32[0];
51 int active_array_h = entry.data.i32[1];
/hardware/qcom/display/msm8960/libqdutils/
H A Dmdp_version.cpp82 mMdpRev = metadata.data.caps.mdp_rev;
83 mRGBPipes = metadata.data.caps.rgb_pipes;
84 mVGPipes = metadata.data.caps.vig_pipes;
85 mDMAPipes = metadata.data.caps.dma_pipes;
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp63 char* data, int len):
67 memcpy((void*)mData, (void*)data, len);
78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
123 Injects XTRA file into the engine but buffers the data if engine is busy.
137 char* data, int length)
140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
62 LocEngInjectXtraData(LocEngAdapter* adapter, char* data, int len) argument
136 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp63 char* data, int len):
67 memcpy((void*)mData, (void*)data, len);
78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
123 Injects XTRA file into the engine but buffers the data if engine is busy.
137 char* data, int length)
140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
62 LocEngInjectXtraData(LocEngAdapter* adapter, char* data, int len) argument
136 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
/hardware/bsp/intel/peripheral/libmraa/src/usb/
H A Dftdi_ft4222.c180 mraa_ftdi_ft4222_i2c_read_internal(FT_HANDLE handle, uint8_t addr, uint8_t* data, int length) argument
185 FT4222_STATUS ft4222Status = FT4222_I2CMaster_Read(handle, addr, data, length, &bytesRead);
196 mraa_ftdi_ft4222_i2c_write_internal(FT_HANDLE handle, uint8_t addr, const uint8_t* data, int bytesToWrite) argument
200 // syslog(LOG_NOTICE, "FT4222_I2CMaster_Write(%#02X, %#02X, %d)", addr, *data, bytesToWrite);
201 FT4222_STATUS ft4222Status = FT4222_I2CMaster_Write(handle, addr, (uint8_t*) data, bytesToWrite, &bytesWritten);
220 uint8_t data; local
221 if(mraa_ftdi_ft4222_i2c_read_internal(ftHandleI2c, PCA9672_ADDR, &data, 1) == 1) {
250 uint8_t data; local
251 if(mraa_ftdi_ft4222_i2c_read_internal(ftHandleI2c, PCA9545_ADDR, &data, 1) == 1) {
252 data
263 uint8_t data; local
277 mraa_ftdi_ft4222_i2c_context_read(mraa_i2c_context dev, uint8_t* data, int length) argument
286 mraa_ftdi_ft4222_i2c_context_write(mraa_i2c_context dev, uint8_t* data, int length) argument
379 mraa_ftdi_ft4222_i2c_read(mraa_i2c_context dev, uint8_t* data, int length) argument
387 uint8_t data; local
399 uint16_t data; local
409 mraa_ftdi_ft4222_i2c_read_bytes_data(mraa_i2c_context dev, uint8_t command, uint8_t* data, int length) argument
418 mraa_ftdi_ft4222_i2c_write(mraa_i2c_context dev, const uint8_t* data, int bytesToWrite) argument
426 mraa_ftdi_ft4222_i2c_write_byte(mraa_i2c_context dev, uint8_t data) argument
436 uint8_t data; local
445 mraa_ftdi_ft4222_i2c_write_byte_data(mraa_i2c_context dev, const uint8_t data, const uint8_t command) argument
454 mraa_ftdi_ft4222_i2c_write_word_data(mraa_i2c_context dev, const uint16_t data, const uint8_t command) argument
[all...]
/hardware/intel/common/libva/test/basic/
H A Dtest_11.c111 uint32_t *data; local
116 /* Generate input data */
123 data = malloc(buffer_sizes[i]);
124 ASSERT(data);
125 memcpy(data, input_data[i], buffer_sizes[i]);
127 /* Create buffer and fill with data */
128 va_status = vaCreateBuffer(va_dpy, context, buffer_types[i], buffer_sizes[i], 1, data, &buffer_ids[i]);
133 memset(data, 0, buffer_sizes[i]);
134 free(data);
139 void *data local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h20 /** This is a new sample of accel data */
22 /** This is a new sample of gyro data */
24 /** This is a new sample of compass data */
26 /** This is a new sample of temperature data */
28 /** This is a new sample of quaternion data */
30 /** This is a new sample of pressure data */
33 /** Set if the data is contiguous. Typically not set if a sample was skipped */
35 /** Set if the calibrated data has been solved for */
37 /** INV_NEW_DATA set for a new set of data, cleared if not available. */
39 /** Set if raw data exist
[all...]
/hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
H A Dppd42ns.cxx56 dustData data; local
64 // Keep reading dust data until 30 seconds have passed
74 // Store dust data
77 data.lowPulseOccupancy = (int)low_pulse_occupancy;
78 data.ratio = ratio;
79 data.concentration = concentration;
81 return data;

Completed in 1267 milliseconds

1234567891011>>