Searched defs:length (Results 151 - 175 of 270) sorted by relevance

1234567891011

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c1751 /* received buffer with less than 1 AMR frame length. Save the data in pHoldBuffer.*/
2300 OMX_U16 i, index, frameLength, length; local
2457 length = 0;
2463 length = 0;
2465 length = (OMX_U16)pComponentPrivate->amrMimeBytes[index];
2470 length);
2473 frameLength += length;
2483 length = 0;
2489 length = 0;
2491 length
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
107 psBits.numBytes = length;
114 if (length == 0)
797 OSCL_EXPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag) argument
805 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length);
813 oscl_memcpy(sps, buffer, length);
821 if (length < 3)
832 while (sps[i++] == 0 && i < length)
843 sps_length < length - i - 2)
848 if (sps_length >= length
[all...]
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp1583 status_t BaseCameraAdapter::useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable) argument
1627 status_t BaseCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount) argument
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
H A Dlib_aci.cxx693 bool lib_aci_write_dynamic_data(uint8_t sequence_number, uint8_t* dynamic_data, uint8_t length) argument
695 acil_encode_cmd_write_dynamic_data(&(msg_to_send.buffer[0]), sequence_number, dynamic_data, length);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1977 OMX_U32 length = 0; local
1980 length += ports[i]->BufferQueueLength();
1981 length += ports[i]->RetainedBufferQueueLength();
1984 if (length)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c34 * @param[in] compass Compass Vector (Body Frame), length 3
35 * @param[in] grav Gravity Vector (Body Frame), length 3
157 * @param[in] q1 First Quaternion Multicand, length 4. 1.0 scaled
159 * @param[in] q2 Second Quaternion Multicand, length 4. 1.0 scaled
181 * @param[in] q1 First Quaternion term, length 4. 1.0 scaled
183 * @param[in] q2 Second Quaternion term, length 4. 1.0 scaled
197 void inv_vector_normalize(long *vec, int length) argument
202 for (ii = 0; ii < length; ii++) {
208 for (ii = 0; ii < length; ii++) {
213 for (ii = 1; ii < length; i
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c646 int components_parser(char pname[], char requested[], int length) argument
655 for (j = 0; j < length; j++) {
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c34 * @param[in] compass Compass Vector (Body Frame), length 3
35 * @param[in] grav Gravity Vector (Body Frame), length 3
157 * @param[in] q1 First Quaternion Multicand, length 4. 1.0 scaled
159 * @param[in] q2 Second Quaternion Multicand, length 4. 1.0 scaled
181 * @param[in] q1 First Quaternion term, length 4. 1.0 scaled
183 * @param[in] q2 Second Quaternion term, length 4. 1.0 scaled
197 void inv_vector_normalize(long *vec, int length) argument
202 for (ii = 0; ii < length; ii++) {
208 for (ii = 0; ii < length; ii++) {
213 for (ii = 1; ii < length; i
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Drtt.h227 unsigned len; // total length of after len field
264 int length; // length of the info field member in struct:__anon1963
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c46 * 4 bytes: total length of Short Audio Descriptor (SAD) blocks
58 int length; member in struct:audio_block_header
928 if (header.length > (int)sizeof(block))
929 header.length = (int)sizeof(block);
930 fread(&block, header.length, 1, file);
935 num_audio_blocks = header.length / SAD_BLOCK_SIZE;
/hardware/qcom/audio/msm8909/hal/msm8960/
H A Dplatform.c45 * 4 bytes: total length of Short Audio Descriptor (SAD) blocks
57 int length; member in struct:audio_block_header
960 if (header.length > (int)sizeof(block))
961 header.length = (int)sizeof(block);
962 fread(&block, header.length, 1, file);
967 num_audio_blocks = header.length / SAD_BLOCK_SIZE;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c302 uint8_t has_cb = 0, length = 0; local
320 length = 1;
322 length = my_obj->frame_offset.num_planes;
327 (uint8_t)length);
1453 vb.length = num_planes;
1650 uint32_t length = 0; local
1661 planes[0].length = my_obj->stream_info->user_buf_info.size;
1663 length = 1;
1666 length = buf->planes_buf.num_planes;
1674 buffer.length
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp949 ssize_t length = SysFsWrite(hpdpath, &value, sizeof(value)); local
950 if (length <= 0) {
1117 ssize_t HWDevice::SysFsWrite(const char* file_node, const char* value, ssize_t length) { argument
1123 ssize_t len = Sys::pwrite_(fd, value, static_cast<size_t>(length), 0);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp477 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { argument
480 if (!device || !buffer || !length) {
484 DumpInterface::GetDump(buffer, UINT32(length));
1220 int length = 0; local
1231 length = uevent_next_event(uevent_data, INT32(sizeof(uevent_data)) - 2);
1235 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE=");
1244 int panel_reset = GetEventValue(uevent_data, length, "PANEL_ALIVE=");
1260 int HWCSession::GetEventValue(const char *uevent_data, int length, const char *event_info) { argument
1262 while (((iterator_str - uevent_data) <= length) && (*iterator_str)) {
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp587 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.url.length = len;
936 nmea_report_ptr->length);
945 LocApiRpc::setXtraData(char* data, int length) argument
956 LOC_LOGD("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%lx\n", length, (long) data);
960 predicted_orbits_data_ptr->total_size = length;
961 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
972 if (XTRA_BLOCK_SIZE > (length - len_injected))
974 predicted_orbits_data_ptr->part_len = length - len_injected;
1015 LOC_LOGD("loc_ioctl XTRA injected length: %d\n", len_injected);
1285 supl_req->client_name.string_len /* length */
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp587 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.url.length = len;
936 nmea_report_ptr->length);
945 LocApiRpc::setXtraData(char* data, int length) argument
956 LOC_LOGD("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%lx\n", length, (long) data);
960 predicted_orbits_data_ptr->total_size = length;
961 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
972 if (XTRA_BLOCK_SIZE > (length - len_injected))
974 predicted_orbits_data_ptr->part_len = length - len_injected;
1015 LOC_LOGD("loc_ioctl XTRA injected length: %d\n", len_injected);
1285 supl_req->client_name.string_len /* length */
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.h145 setXtraData(char* data, int length) argument
147 return mLocApi->setXtraData(data, length);
261 size_t length,
264 mLocApi->installAGpsCert(pData, length, slotBitMask);
278 virtual void reportNmea(const char* nmea, int length);
260 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
H A Dloc.cpp109 static int loc_xtra_inject_data(char* data, int length);
159 size_t length);
161 size_t length);
170 static void loc_configuration_update(const char* config_data, int32_t length);
980 static int loc_xtra_inject_data(char* data, int length) argument
984 if( (data != NULL) && ((unsigned int)length <= XTRA_DATA_MAX_SIZE))
985 ret_val = loc_eng_xtra_inject_data(loc_afw_data, data, length);
987 LOC_LOGE("%s, Could not inject XTRA data. Buffer address: %p, length: %d",
988 __func__, data, length);
1121 size_t length)
1120 loc_agps_install_certificates(const DerEncodedCertificate* certificates, size_t length) argument
1128 loc_agps_revoke_certificates(const Sha1CertificateFingerprint* fingerprints, size_t length) argument
1138 loc_configuration_update(const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp587 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.url.length = len;
940 nmea_report_ptr->length);
949 LocApiRpc::setXtraData(char* data, int length) argument
960 LOC_LOGD("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%lx\n", length, (long) data);
964 predicted_orbits_data_ptr->total_size = length;
965 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
976 if (XTRA_BLOCK_SIZE > (length - len_injected))
978 predicted_orbits_data_ptr->part_len = length - len_injected;
1019 LOC_LOGD("loc_ioctl XTRA injected length: %d\n", len_injected);
1289 supl_req->client_name.string_len /* length */
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp420 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
422 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp587 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.url.length = len;
936 nmea_report_ptr->length);
945 LocApiRpc::setXtraData(char* data, int length) argument
956 LOC_LOGD("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%lx\n", length, (long) data);
960 predicted_orbits_data_ptr->total_size = length;
961 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
972 if (XTRA_BLOCK_SIZE > (length - len_injected))
974 predicted_orbits_data_ptr->part_len = length - len_injected;
1015 LOC_LOGD("loc_ioctl XTRA injected length: %d\n", len_injected);
1285 supl_req->client_name.string_len /* length */
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp587 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.url.length = len;
940 nmea_report_ptr->length);
949 LocApiRpc::setXtraData(char* data, int length) argument
960 LOC_LOGD("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%lx\n", length, (long) data);
964 predicted_orbits_data_ptr->total_size = length;
965 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
976 if (XTRA_BLOCK_SIZE > (length - len_injected))
978 predicted_orbits_data_ptr->part_len = length - len_injected;
1019 LOC_LOGD("loc_ioctl XTRA injected length: %d\n", len_injected);
1289 supl_req->client_name.string_len /* length */
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp420 void LocEngAdapter::reportNmea(const char* nmea, int length) argument
422 sendMsg(new LocEngReportNmea(mOwner, nmea, length));
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.cpp64 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv) argument
68 pOutTlv->length = length;
69 memcpy(&pOutTlv->value[0], value, length);
71 return((tlv_log *)((u8 *)pOutTlv + sizeof(tlv_log) + length));
114 u8* buf, int length)
213 u32 id, u8* buf, int length)
267 u8* buf, int length)
387 u8* buf, int length)
529 u8* buf, int length)
113 process_log_extscan_capabilities(hal_info *info, u8* buf, int length) argument
212 process_bt_coex_scan_event(hal_info *info, u32 id, u8* buf, int length) argument
266 process_bt_coex_event(hal_info *info, u32 id, u8* buf, int length) argument
386 process_extscan_event(hal_info *info, u32 id, u8* buf, int length) argument
528 process_addba_success_event(hal_info *info, u8* buf, int length) argument
572 process_addba_failed_event(hal_info *info, u8* buf, int length) argument
616 process_roam_event(hal_info *info, u32 id, u8* buf, int length) argument
759 process_firmware_prints(hal_info *info, u8 *buf, u16 length) argument
796 process_beacon_received_event(hal_info *info, u8* buf, int length) argument
835 process_fw_diag_msg(hal_info *info, u8* buf, u16 length) argument
983 process_wlan_pe_event(hal_info *info, u8* buf, int length) argument
1033 process_wlan_eapol_event(hal_info *info, u8* buf, int length) argument
1086 process_wakelock_event(hal_info *info, u8* buf, int length) argument
1158 process_wlan_log_complete_event(hal_info *info, u8* buf, int length) argument
1176 process_wlan_low_resource_failure(hal_info *info, u8* buf, u16 length) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c225 void writeITUFormat(OMX_U8* buffer, OMX_U32 length, FILE* fOut) ;
1506 void writeITUFormat(OMX_U8* buffer, OMX_U32 length, FILE* fOut) argument
1515 for (j=0; j < length; j++) {

Completed in 1299 milliseconds

1234567891011