Searched refs:length (Results 201 - 225 of 498) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DWT5001Sample.java53 if (args.length > 0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dwt5001.js47 if (process.argv.length > 2)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.h93 off_t length; member in struct:VpxInputContext
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A DQOMX_JpegExtensions.h217 * @mobicatDataLength - length of the mobicat data
232 uint32_t length; member in struct:__anon2798
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_hdmi.h65 virtual void AppendDump(char *buffer, uint32_t length);
H A Ddisplay_primary.h62 virtual void AppendDump(char *buffer, uint32_t length);
H A Ddisplay_virtual.h63 virtual void AppendDump(char *buffer, uint32_t length);
/hardware/qcom/gps/core/
H A DLocAdapterBase.cpp94 reportNmea(const char* nmea, int length)
H A DLocApiBase.h120 void reportNmea(const char* nmea, int length);
156 setXtraData(char* data, int length);
215 size_t length,
/hardware/qcom/gps/msm8084/core/
H A DLocAdapterBase.h89 virtual void reportNmea(const char* nmea, int length);
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/msm8909/core/
H A DLocAdapterBase.cpp95 reportNmea(const char* nmea, int length)
/hardware/qcom/gps/msm8960/core/
H A DLocAdapterBase.cpp96 reportNmea(const char* nmea, int length)
H A DLocAdapterBase.h87 virtual void reportNmea(const char* nmea, int length);
/hardware/qcom/gps/msm8994/core/
H A DLocAdapterBase.cpp94 reportNmea(const char* nmea, int length)
/hardware/qcom/gps/msm8996/core/
H A DLocAdapterBase.cpp95 reportNmea(const char* nmea, int length)
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_ion.h261 * @length: length of handle to flush
264 * of the handle, p + offset through p + offset + length will have
272 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ion.h126 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_ion.h150 * @length: length of handle to flush
153 * of the handle, p + offset through p + offset + length will have
161 unsigned int length; member in struct:ion_flush_data
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_ion.h261 * @length: length of handle to flush
264 * of the handle, p + offset through p + offset + length will have
272 unsigned int length; member in struct:ion_flush_data
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A DOEMCrypto.h140 * emmKeyLength (in) – length of entitlement key in bytes
163 * length (in) – length of encrypted ECM data in bytes
172 const OEMCrypto_UINT32 length,
364 * wrappedKeyboxLength (out) - Pointer to the length of the wrapped keybox in bytes
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_list.c33 EX: if byte=4, and the first es buffer in list is of length 100, we return lis_index=0, offset=3.
108 So we subtract SC length to reflect that */
181 void viddec_pm_utils_list_remove_used_entries(viddec_pm_utils_list_t *list, uint32_t length) argument
187 if(length != 0)
219 list->total_bytes = length;
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h276 LOGV("nalu_info_t: type = %#x, offset = %u (%#x), data = %p, length = %u",
278 fInfo->nalus[i].data, fInfo->nalus[i].length) ;
280 if (fInfo->nalus[i].data != NULL && fInfo->nalus[i].length > 0)
282 DumpBuffer2("nalu_info_t::data: ", fInfo->nalus[i].data, fInfo->nalus[i].length) ;
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.cpp107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
112 psBits.numBytes = length;
119 if (length == 0)
782 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) argument
790 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length);
798 oscl_memcpy(sps, buffer, length);
806 if (length < 3)
817 while (sps[i++] == 0 && i < length)
828 sps_length < length - i - 2)
833 if (sps_length >= length
[all...]
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dlist.c101 int length = 0; local
105 length++;
108 return length;

Completed in 1764 milliseconds

1234567891011>>