Searched defs:length (Results 76 - 100 of 270) sorted by relevance

1234567891011

/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_ion.h91 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan.cpp757 *pOutTlv++ = pInTlv->length & 0xFF;
758 *pOutTlv++ = (pInTlv->length & 0xFF00) >> 8;
761 ALOGV("WRITE TLV length %u, writeLen %u", pInTlv->length, writeLen);
763 for (i=0; i < pInTlv->length; ++i)
768 writeLen += pInTlv->length;
795 pOutTlv->length = *pInTlv++;
796 pOutTlv->length |= *pInTlv++ << 8;
799 ALOGV("READ TLV length %u, readLen %u", pOutTlv->length, readLe
815 addTlv(u16 type, u16 length, const u8* value, u8* pOutTlv) argument
[all...]
H A Dnan_ind.cpp209 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
211 outputTlv.length);
214 if (outputTlv.length > NAN_MAX_SERVICE_NAME_LEN) {
215 outputTlv.length = NAN_MAX_SERVICE_NAME_LEN;
217 event->service_specific_info_len = outputTlv.length;
219 outputTlv.length);
222 if (outputTlv.length > NAN_MAX_MATCH_FILTER_LEN) {
223 outputTlv.length = NAN_MAX_MATCH_FILTER_LEN;
225 event->sdf_match_filter_len = outputTlv.length;
227 outputTlv.length);
619 getNanReceivePostDiscoveryVal(const u8 *pInValue, u32 length, NanReceivePostDiscovery *pRxDisc) argument
688 getNanFurtherAvailabilityMap(const u8 *pInValue, u32 length, u8 *num_chans, NanFurtherAvailabilityChannel *pFac) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp121 int16 length = 0; local
126 tmp_ptr += length;
127 length = GetNAL_Config(&tmp_ptr, &initbufsize);
128 buffer_begin[0] = length & 0xFF;
129 buffer_begin[1] = (length >> 8) & 0xFF;
130 oscl_memcpy(buffer_begin + 2, tmp_ptr, length);
131 buffer_begin += (length + 2);
132 tConfigSize += (length + 2);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFocus.cpp628 status_t OMXCameraAdapter::encodeFocusDistance(OMX_U32 dist, char *buffer, size_t length) argument
645 strncpy(buffer, android::CameraParameters::FOCUS_DISTANCE_INFINITY, ( length - 1 ));
651 snprintf(buffer, ( length - 1 ) , "%5.3f", distFinal);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp278 status_t OMXCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount) argument
300 length = imgCaptureData->mBufSize;
305 length = 0;
309 CAMHAL_LOGDB("getPictureBufferSize %d", length);
H A DOMXFocus.cpp600 status_t OMXCameraAdapter::encodeFocusDistance(OMX_U32 dist, char *buffer, size_t length) argument
617 strncpy(buffer, CameraParameters::FOCUS_DISTANCE_INFINITY, ( length - 1 ));
623 snprintf(buffer, ( length - 1 ) , "%5.3f", distFinal);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h178 uint32 length; member in struct:__anon59
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dwpa.h54 uint8 length; /* TAG length */ member in struct:__anon83
68 uint8 length; /* TAG length */ member in struct:__anon85
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
H A Dgpio.c63 int length; local
109 length = snprintf(bu, sizeof(bu), "%d", dev->pin);
110 if (write(export, bu, length * sizeof(char)) == -1) {
429 int length; local
432 length = snprintf(bu, sizeof(bu), "none");
435 length = snprintf(bu, sizeof(bu), "both");
438 length = snprintf(bu, sizeof(bu), "rising");
441 length = snprintf(bu, sizeof(bu), "falling");
447 if (write(edge, bu, length * sizeof(char)) == -1) {
557 int length; local
627 int length; local
718 int length = snprintf(bu, sizeof(bu), "%d", value); local
738 int length = snprintf(bu, sizeof(bu), "%d", dev->pin); local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A Dsecvideoparser.h113 uint32_t length; member in struct:__anon747
127 uint32_t length; member in struct:__anon749
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A Dsecvideoparser.h113 uint32_t length; member in struct:__anon761
127 uint32_t length; member in struct:__anon763
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp155 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
167 // read NALU header length
352 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { argument
365 left = length;
425 // first update nalu header length based on nalu type
454 Decode_Status VideoDecoderAVCSecure::parseAnnexBStream(uint8_t *stream, int32_t length, NaluByteStream *naluStream) { argument
461 left = length;
491 // update next lookup position and length
493 left = length - offset;
497 naluStream->naluLen = length
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp158 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
170 // read NALU header length
355 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { argument
368 left = length;
428 // first update nalu header length based on nalu type
457 Decode_Status VideoDecoderAVCSecure::parseAnnexBStream(uint8_t *stream, int32_t length, NaluByteStream *naluStream) { argument
464 left = length;
494 // update next lookup position and length
496 left = length - offset;
500 naluStream->naluLen = length
[all...]
/hardware/intel/common/libva/va/x11/
H A Dva_nvctrl.c53 CARD16 length B16;
61 CARD32 length B32;
75 CARD16 length B16;
84 CARD32 length B32;
97 CARD16 length B16;
109 CARD32 length B32;
283 int length, numbytes, slop; local
306 length = rep.length;
311 _XEatData(dpy, length);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp295 const int32 length = strlen(value); local
296 if (WriteUInt(writer, length))
299 if (writer->Write(value, length))
326 uint64 length,
333 if (!data || length < 1)
354 const int32 size = static_cast<int32>(length) + 4;
371 if (writer->Write(data, static_cast<uint32>(length)))
375 GetUIntSize(kMkvSimpleBlock) + GetCodedUIntSize(size) + 4 + length;
396 uint64 length,
409 const uint64 block_payload_size = 4 + length;
324 WriteSimpleBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 is_key) argument
394 WriteMetadataBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 duration) argument
490 WriteBlockWithAdditional(IMkvWriter* writer, const uint8* data, uint64 length, const uint8* additional, uint64 additional_length, uint64 add_id, uint64 track_number, int64 timecode, uint64 is_key) argument
574 WriteBlockWithDiscardPadding(IMkvWriter* writer, const uint8* data, uint64 length, int64 discard_padding, uint64 track_number, int64 timecode, uint64 is_key) argument
[all...]
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp44 UniqueBlob(size_t length) : argument
45 mLength(length) {
48 UniqueBlob(uint8_t* bytes, size_t length) : argument
49 UniquePtr<uint8_t[]>(bytes), mLength(length) {
53 if (other.length() != mLength) {
69 size_t length() const { function in class:android::UniqueBlob
80 const size_t length = blob.mLength; local
81 stream << "Blob length=" << length << " < "; local
84 for (size_t i = 0; i < length;
95 UniqueKey(keymaster0_device_t** dev, uint8_t* bytes, size_t length) argument
152 size_t length() const { function in class:android::UniqueReadOnlyBlob
[all...]
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dutils.c259 int length = 0, i, num_app_types = 0; local
276 app_type_cfg[length++] = 1;
277 app_type_cfg[length++] = platform_get_default_app_type(platform);
278 app_type_cfg[length++] = 48000;
279 app_type_cfg[length++] = 16;
280 mixer_ctl_set_array(ctl, app_type_cfg, length);
284 app_type_cfg[length++] = num_app_types;
288 for (i=0; i<length; i=i+3) {
296 if (update && ((length + 3) <= MAX_LENGTH_MIXER_CONTROL_IN_INT)) {
298 app_type_cfg[length
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_hdmi.cpp298 void DisplayHDMI::AppendDump(char *buffer, uint32_t length) { argument
300 DisplayBase::AppendDump(buffer, length);
H A Ddisplay_primary.cpp326 void DisplayPrimary::AppendDump(char *buffer, uint32_t length) { argument
328 DisplayBase::AppendDump(buffer, length);
/hardware/qcom/gps/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/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/msm8084/core/
H A DLocApiBase.cpp257 void LocApiBase::reportNmea(const char* nmea, int length) argument
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
374 setXtraData(char* data, int length)
489 size_t length,
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp246 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
248 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8909/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,

Completed in 1001 milliseconds

1234567891011