Searched defs:length (Results 101 - 125 of 270) sorted by relevance

1234567891011

/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp227 void LocApiBase::reportNmea(const char* nmea, int length) argument
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
332 setXtraData(char* data, int length)
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp287 void LocApiBase::reportNmea(const char* nmea, int length) argument
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
409 setXtraData(char* data, int length)
524 size_t length,
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp244 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
246 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp288 void LocApiBase::reportNmea(const char* nmea, int length) argument
291 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
410 setXtraData(char* data, int length)
532 size_t length,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
51 static int Read_Buffer_From_DAT_File( unsigned char *dataptr, unsigned int length,
1064 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, argument
1075 if (dataptr == NULL || length == 0)
1077 DEBUG_PRINT ("\n dataptr = %p length = %u",dataptr,length);
1131 }while (readOffset < length);
1148 readOffset = Read_Buffer_From_DAT_File(dataptr,length,inputBufferFile);
1152 (length-readOffset),
1161 static int Read_Buffer_From_DAT_File(unsigned char *dataptr, unsigned int length, argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
51 static int Read_Buffer_From_DAT_File( unsigned char *dataptr, unsigned int length,
1001 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, argument
1012 if (dataptr == NULL || length == 0) {
1013 DEBUG_PRINT ("\n dataptr = %p length = %u",dataptr,length);
1062 } while (readOffset < length);
1076 readOffset = Read_Buffer_From_DAT_File(dataptr,length,inputBufferFile);
1080 (length-readOffset),
1090 static int Read_Buffer_From_DAT_File(unsigned char *dataptr, unsigned int length, argument
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_ion.h109 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_ion.h131 * @length: length of handle to flush
134 * of the handle, p + offset through p + offset + length will have
142 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_ion.h107 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_ion.h125 * @length: length of handle to flush
128 * of the handle, p + offset through p + offset + length will have
136 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_ion.h110 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_ion.h128 * @length: length of handle to flush
131 * of the handle, p + offset through p + offset + length will have
139 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp153 enum rb_status rb_write (void *ctx, u8 *buf, size_t length, int overwrite, argument
228 while (bytes_written < length) {
240 /* Take the minimum of the remaining length that needs to be written
241 * from buf and the maximum length that can be written into current
245 (length - bytes_written));
328 ((length == record_length) || !record_length) &&
437 u8 *rb_get_read_buf(void *ctx, size_t *length) argument
445 *length = 0;
470 *length = 0;
510 *length
[all...]
/hardware/ril/libril/
H A DRilSapSocket.cpp243 void log_hex(const char *who, const uint8_t *buffer, int length) { argument
252 for(; source < length && dest_len - dest > 3 && per_line < BYTES_PER_LINE; source++,
258 if (dest < dest_len && (per_line == BYTES_PER_LINE || source >= length)) {
264 } while(source < length && dest < dest_len);
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h42 IndentString(int length);
47 int calculateOffset(int length) const;
228 inline int IndentString<Size>::calculateOffset(const int length) const
230 const int offset = kIndentStringMaxLength - length*Size;
235 inline IndentString<Size>::IndentString(const int length) : argument
236 mOffset(calculateOffset(length))
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp196 status_t V4LCameraAdapter::useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable) argument
261 mVideoInfo->buf.length,
369 if (munmap(mVideoInfo->mem[i], mVideoInfo->buf.length) < 0)
422 status_t V4LCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Deapol.h36 unsigned short length; /* Length of body */ member in struct:__anon74
45 unsigned short length; /* Length of body */ member in struct:__anon75
76 unsigned short length; /* Key Length (unaligned) */ member in struct:__anon76
149 uint8 length; member in struct:__anon78
/hardware/bsp/intel/peripheral/libmraa/src/
H A Dmraa.c153 int length = strlen(plat->platform_name) + 1; local
155 length += strlen(plat->sub_platform->platform_name);
157 platform_name = calloc(length, sizeof(char));
159 snprintf(platform_name, length, "%s + %s", plat->platform_name, plat->sub_platform->platform_name);
161 strncpy(platform_name, plat->platform_name, length);
/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
184 // syslog(LOG_NOTICE, "FT4222_I2CMaster_Read(%#02X, %#02X)", addr, length);
185 FT4222_STATUS ft4222Status = FT4222_I2CMaster_Read(handle, addr, data, length, &bytesRead);
277 mraa_ftdi_ft4222_i2c_context_read(mraa_i2c_context dev, uint8_t* data, int length) argument
280 return mraa_ftdi_ft4222_i2c_read_internal(dev->handle, dev->addr, data, length);
286 mraa_ftdi_ft4222_i2c_context_write(mraa_i2c_context dev, uint8_t* data, int length) argument
289 return mraa_ftdi_ft4222_i2c_write_internal(dev->handle, dev->addr, data, length);
379 mraa_ftdi_ft4222_i2c_read(mraa_i2c_context dev, uint8_t* data, int length) argument
381 return mraa_ftdi_ft4222_i2c_read_internal(dev->handle, dev->addr, data, length);
409 mraa_ftdi_ft4222_i2c_read_bytes_data(mraa_i2c_context dev, uint8_t command, uint8_t* data, int length) argument
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_edison_fab_c.c133 int length = snprintf(mode_buf, MAX_MODE_SIZE, "%s%u", useDebugFS ? "mode" : "", mode); local
134 if (write(modef, mode_buf, length * sizeof(char)) == -1) {
270 // These arrays must have same length
559 int length; local
566 length = snprintf(bu, sizeof(bu), "pullup");
569 length = snprintf(bu, sizeof(bu), "pulldown");
572 length = snprintf(bu, sizeof(bu), "nopull");
579 if (write(drive, bu, length * sizeof(char)) == -1) {
757 int length; local
760 length
[all...]
/hardware/bsp/intel/peripheral/libupm/src/pn532/
H A Dpn532.cxx103 @param numBytes Data length in bytes
124 @param numBytes Data length in bytes
287 length of the card's UID.
391 @param responseLength Pointer to the response data length
399 cerr << __FUNCTION__ << ": APDU length too long for packet buffer"
432 uint8_t length = pn532_packetbuffer[3]; local
433 if (pn532_packetbuffer[4]!=(uint8_t)(~length+1))
436 fprintf(stderr, "Length check invalid: 0x%02x != 0x%02x\n", length,
437 (~length)+1);
453 length
511 uint8_t length = pn532_packetbuffer[3]; local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_mp42_parser.c26 uint32 vbp_get_sc_pos_mp42(uint8 *buf, uint32 length,
473 uint32 length,
483 data_left = length;
580 uint32 length = 0; local
584 length++;
586 return length;
620 uint32 length = vbp_macroblock_number_length_mp42(mbs_x local
623 getbits = viddec_pm_get_bits(parent, &code, length);
626 length = code;
471 vbp_get_sc_pos_mp42( uint8 *buf, uint32 length, uint32* sc_phase, uint32 *sc_end_pos, uint8 *is_normal_sc) argument
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c206 stream += 2; /* Skip length */
315 int length, index; local
318 length = be16_to_cpu(stream) - 2;
319 stream += 2; /* Skip length */
321 trace("> DHT marker (length=%d)\n", length);
323 while (length>0) {
345 trace("Huffman table %s[%d] length=%d\n", (index&0xf0)?"AC":"DC", index&0xf, count);
357 length -= 1;
358 length
367 unsigned int length; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c312 static void down2_symeven(const uint8_t *const input, int length, argument
320 int l2 = (length - filter_len_half);
324 // Short input length.
325 for (i = 0; i < length; i += 2) {
329 input[(i + 1 + j >= length ? length - 1 : i + 1 + j)]) *
355 for (; i < length; i += 2) {
359 input[(i + 1 + j >= length ? length - 1 : i + 1 + j)]) *
368 static void down2_symodd(const uint8_t *const input, int length, argument
423 get_down2_length(int length, int steps) argument
440 resize_multistep(const uint8_t *const input, int length, uint8_t *output, int olength, uint8_t *buf) argument
[all...]
H A Dvp9_tokenize.c146 const int length = p->len; local
148 if (length)
149 cost += treed_cost(p->tree, p->prob, extra >> 1, length);

Completed in 582 milliseconds

1234567891011