Searched defs:data (Results 276 - 300 of 801) sorted by relevance

<<11121314151617181920>>

/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.cxx32 // Uncomment the below to see packaet data sent and received from the SM130
62 string SM130::sendCommand(CMD_T cmd, string data) argument
71 // compute the length - command + data
73 if (!data.empty())
74 len += data.size();
84 // now the data if any
85 if (!data.empty())
87 for (int i=0; i<data.size(); i++)
89 command.push_back(data[i]);
90 cksum += (uint8_t)data[
272 string data; local
313 string data; local
353 string data; local
408 string data; local
449 string data; local
501 string data; local
561 string data; local
598 string data; local
682 string data; local
755 string data; local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.cxx179 GFX::drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size) { argument
191 line = *(m_font+(data * 5)+i);
/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensorsHAL.cpp183 int SensorContext::pollEvents(sensors_event_t *data, int count) { argument
200 sensorIndex = ev[i].data.u32;
212 * The read operation might fail if the data is read by another
215 if (sensors[sensorIndex]->readOneEvent(data + returnedEvents)) {
285 sensors_event_t *data, int count) {
286 return reinterpret_cast<SensorContext *>(dev)->pollEvents(data, count);
284 PollEventsWrapper(sensors_poll_device_t *dev, sensors_event_t *data, int count) argument
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_metadata.c5 * elementary stream and store it in the parser context. Based on the data
18 * The slice data is parsed and appended into workload in viddec_mpeg2_parse.c
417 /* Get Frame Rate extension data */
605 /* the previous picture is emitted out and current picture data is added to the next */
851 /* viddec_mpeg2_parse_ext() - Parse user data and append to workload. */
860 /* Set the user data level (SEQ/GOP/PIC) in the workitem type. */
885 /* Read 1 byte of user data and store it in workitem for the current */
886 /* stream level (SEQ/GOP/PIC). Keep adding data payloads till it reaches */
887 /* size 11. When it is 11, the maximum user data payload size, append the */
888 /* workitem. This loop is repeated till all user data i
919 get_mb_addr_increment(uint32_t *data) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dfw_pvt.h29 uint8_t data[CONFIG_IPC_SYNC_MESSAGE_BUF_SIZE]; member in struct:__anon646
43 uint8_t buffered_data;/* Do we have data from past buffer */
47 /* Global data for Parser kernel */
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c91 * allocate query data structure
156 * free query data structure
194 * code followed by all the data up to the next start code or to the end of
219 cxt->list.data[0].stpos = 0;
222 /* codec initialization data is always start code prefixed. (may not start at position 0)
260 cxt->list.data[0].stpos = 0;
268 cxt->list.data[0].stpos = cubby.sc_end_pos - PREFIX_SIZE;
276 cxt->list.data[cxt->list.num_items - 1].edpos =
277 cubby.sc_end_pos + cxt->list.data[cxt->list.num_items - 1].stpos;
281 cxt->list.data[cx
419 vbp_get_bit_vc1(uint32 *data, uint32 *current_word, uint32 *current_bit) argument
[all...]
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/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp47 void VideoDecoderVP8::updateFormatInfo(vbp_data_vp8 *data) { argument
48 uint32_t width = data->codec_data->frame_width;
49 uint32_t height = data->codec_data->frame_height;
72 switch (data->codec_data->clr_type) {
82 mVideoFormatInfo.cropLeft = data->codec_data->crop_left;
83 mVideoFormatInfo.cropRight = data->codec_data->crop_right;
84 mVideoFormatInfo.cropTop = data->codec_data->crop_top;
85 mVideoFormatInfo.cropBottom = data->codec_data->crop_bottom;
86 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data
104 startVA(vbp_data_vp8 *data) argument
131 vbp_data_vp8 *data = NULL; local
155 vbp_data_vp8 *data = NULL; local
182 decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vp8 *data) argument
258 decodePicture(vbp_data_vp8 *data, int32_t picIndex) argument
378 updateReferenceFrames(vbp_data_vp8 *data) argument
403 refreshLastReference(vbp_data_vp8 *data) argument
416 refreshGoldenReference(vbp_data_vp8 *data) argument
441 refreshAltReference(vbp_data_vp8 *data) argument
[all...]
H A DVideoDecoderWMV.cpp43 if (buffer->data == NULL || buffer->size == 0) {
44 WTRACE("No config data to start VA.");
48 vbp_data_vc1 *data = NULL; local
49 status = parseBuffer(buffer->data, buffer->size, &data);
52 status = startVA(data);
83 vbp_data_vc1 *data = NULL; local
89 status = parseBuffer(buffer->data, buffer->size, &data);
93 status = startVA(data);
151 decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vc1 *data) argument
238 decodePicture(vbp_data_vc1 *data, int32_t picIndex) argument
458 startVA(vbp_data_vc1 *data) argument
477 updateFormatInfo(vbp_data_vc1 *data) argument
541 parseBuffer(uint8_t *data, int32_t size, vbp_data_vc1 **vbpData) argument
[all...]
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c116 frame_redraw_callback(void *data, struct wl_callback *callback, uint32_t time) argument
118 struct drawable * const drawable = data;
179 void *data,
186 struct display * const d = data;
178 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/libva/va/
H A Dva_fool.c46 * Do dummy decode/encode, ignore the input data
132 va_infoMessage("LIBVA_FOOL_ENCODE is on, load encode data from file with patten %s\n",
138 va_infoMessage("LIBVA_FOOL_JPEG is on, load encode data from file with patten %s\n",
221 void __maybe_unused *data, /* in */
215 va_FoolCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dintrapred_test.cc34 uint8_t *data,
47 data_ptr_[p] = data + stride * (block_size + 1) * p +
52 // Fill edges with random data
250 // We use 48 so that the data pointer of the first pixel in each row of
332 // We use 24 so that the data pointer of the first pixel in each row of
353 // We use 24 so that the data pointer of the first pixel in each row of
32 SetupMacroblock(MACROBLOCKD *mbptr, MODE_INFO *miptr, uint8_t *data, int block_size, int stride, int num_planes) argument
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp336 bool Drm::writeReadIoctl(unsigned long cmd, void *data, argument
346 if (!data || !size) {
351 err = drmCommandWriteRead(mDrmFd, cmd, data, size);
360 bool Drm::writeIoctl(unsigned long cmd, void *data, argument
370 if (!data || !size) {
375 err = drmCommandWrite(mDrmFd, cmd, data, size);
385 bool Drm::readIoctl(unsigned long cmd, void *data, argument
395 if (!data || !size) {
400 err = drmCommandRead(mDrmFd, cmd, data, size);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp340 bool Drm::writeReadIoctl(unsigned long cmd, void *data, argument
350 if (!data || !size) {
355 err = drmCommandWriteRead(mDrmFd, cmd, data, size);
364 bool Drm::writeIoctl(unsigned long cmd, void *data, argument
374 if (!data || !size) {
379 err = drmCommandWrite(mDrmFd, cmd, data, size);
389 bool Drm::readIoctl(unsigned long cmd, void *data, argument
399 if (!data || !size) {
404 err = drmCommandRead(mDrmFd, cmd, data, size);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DExternalDevice.cpp206 void ExternalDevice::hotplugEventListener(void *data) argument
208 ExternalDevice *pThis = (ExternalDevice*)data;
/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.c151 unsigned char* data,
176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch,
148 psb_putsurface_ctexture( VADriverContextP ctx, VASurfaceID surface, unsigned char* data, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int __maybe_unused flags ) argument
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp242 to read sensor data from the driver.
243 @param[out] data sensor data is stored in this variable. Scaled such that
245 @para[in] timestamp data's timestamp
248 int CompassSensor::readSample(long *data, int64_t *timestamp) argument
268 memcpy(data, mCachedCompassData, sizeof(mCachedCompassData));
H A DCompassSensor.IIO.primary.cpp357 to read sensor data from the driver.
358 @param[out] data sensor data is stored in this variable. Scaled such that
360 @para[in] timestamp data's timestamp
363 int CompassSensor::readSample(long *data, int64_t *timestamp) { argument
376 LOGI("get one sample of AMI IIO data with size: %d", rsize);
382 data[i] = *((short *) (rdata + i * 2));
H A DCompassSensor.IIO.primary.h55 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
H A DMPLSupport.cpp28 int inv_read_data(char *fname, long *data) argument
46 count = sscanf(buf, "%ld", data);
48 LOGV_IF(EXTRA_VERBOSE, "HAL:Data= %ld", *data);
56 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
62 count = pread(fd, data, size, 0);
102 int write_attribute_sensor(int fd, long data) argument
110 sprintf(buf, "%ld", data);
116 LOGV_IF(EXTRA_VERBOSE, "HAL:fd=%d write attribute to %ld", fd, data);
125 int write_attribute_sensor_continuous(int fd, long data) argument
133 sprintf(buf, "%ld", data);
288 long data; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c75 char data[1048], *dptr, tmp[24]; local
99 memcpy(data, tmp, left_over_size);
100 dptr = data + left_over_size;
110 dptr = data;
111 buf_size = ind - (dptr - data);
199 buf_size = ind - (dptr - data);
201 if (ind - (dptr - data) > 0)
202 memcpy(tmp, dptr, ind - (dptr - data));
203 left_over_size = ind - (dptr - data);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp240 to read sensor data from the driver.
241 @param[out] data sensor data is stored in this variable. Scaled such that
243 @para[in] timestamp data's timestamp
246 int CompassSensor::readSample(long *data, int64_t *timestamp) argument
266 memcpy(data, mCachedCompassData, sizeof(mCachedCompassData));
H A DCompassSensor.IIO.primary.cpp357 to read sensor data from the driver.
358 @param[out] data sensor data is stored in this variable. Scaled such that
360 @para[in] timestamp data's timestamp
363 int CompassSensor::readSample(long *data, int64_t *timestamp) { argument
376 LOGI("get one sample of AMI IIO data with size: %d", rsize);
382 data[i] = *((short *) (rdata + i * 2));
H A DCompassSensor.IIO.primary.h55 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
H A DMPLSupport.cpp28 int inv_read_data(char *fname, long *data) argument
46 count = sscanf(buf, "%ld", data);
48 LOGV_IF(EXTRA_VERBOSE, "HAL:Data= %ld", *data);
56 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
62 count = pread(fd, data, size, 0);
102 int write_attribute_sensor(int fd, long data) argument
110 sprintf(buf, "%ld", data);
116 LOGV_IF(EXTRA_VERBOSE, "HAL:fd=%d write attribute to %ld", fd, data);
125 int write_attribute_sensor_continuous(int fd, long data) argument
133 sprintf(buf, "%ld", data);
285 long data; local
[all...]

Completed in 1073 milliseconds

<<11121314151617181920>>