Searched defs:count (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.9150.h52 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
/hardware/libhardware/modules/camera/
H A DMetadata.cpp66 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) argument
68 if (!validate(tag, TYPE_BYTE, count)) return -EINVAL;
69 return add(tag, count, data);
77 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) argument
79 if (!validate(tag, TYPE_INT32, count)) return -EINVAL;
80 return add(tag, count, data);
83 int Metadata::addFloat(uint32_t tag, int count, const float *data) argument
85 if (!validate(tag, TYPE_FLOAT, count)) return -EINVAL;
86 return add(tag, count, data);
89 int Metadata::addInt64(uint32_t tag, int count, cons argument
95 addDouble(uint32_t tag, int count, const double *data) argument
101 addRational(uint32_t tag, int count, const camera_metadata_rational_t *data) argument
108 validate(uint32_t tag, int tag_type, int count) argument
130 add(uint32_t tag, int count, const void *tag_data) argument
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp131 int count = 0; local
153 memcpy(&count, data, sizeof(int));
155 ALOGV("#Audio Block Count is %d",count);
162 while (length >= MIN_AUDIO_DESC_LENGTH && count < MAX_SHORT_AUDIO_DESC_CNT) {
209 int count = 0; local
233 memcpy(&count, data, sizeof(int));
234 ALOGV("Count is %d",count);
239 ALOGV("Total speaker allocation Block count # %d\n",count);
241 for (int i = 0; i < count;
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c165 int count = 0; local
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.h220 //Resets the usage of top count objects, making them available for reuse
221 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } argument
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A DoverlayGenPipe.cpp144 bool GenericPipe::validateAndSet(GenericPipe* pipeArray[], const int& count, argument
146 Ctrl* ctrlArray[count];
149 for(int i = 0; i < count; i++) {
153 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.h232 //Resets the usage of top count objects, making them available for reuse
233 void markUnusedTop(const uint32_t& count) { mUseCount -= count; } argument
/hardware/qcom/display/msm8226/liboverlay/pipes/
H A DoverlayGenPipe.cpp112 bool GenericPipe::validateAndSet(GenericPipe* pipeArray[], const int& count, argument
114 Ctrl* ctrlArray[count];
117 for(int i = 0; i < count; i++) {
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A DMap.h131 int count =0; local
136 count++;
138 return count;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h135 int count =0; local
140 count++;
143 return count;
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c117 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
123 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/ril/rild/
H A Drild.c79 int count = 1; local
84 argv[count] = tok;
86 count++;
88 return count;
132 RLOGD("**RILd param count=%d**", argc);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf_unittest.c73 unsigned long count = 0, delta; local
80 for (count = 0; count < 1000; count++)
96 sum_d /= count;
97 sum_dd /= count;
111 /* count how many times we can get the time in a second */
115 count++;
121 count,
122 1000000.0/count,
[all...]
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c77 OMX_U8 count = 0; local
90 count++;
91 if (count == 2)
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c77 OMX_U8 count = 0; local
90 count++;
91 if (count == 2)
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp132 int pollEvents(sensors_event_t* data, int count);
274 int sensors_poll_context_t::pollEvents(sensors_event_t* data, int count) argument
281 for (int i=0 ; count && i<numSensorDrivers ; i++) {
284 int nb = sensor->readEvents(data, count);
285 if (nb < count) {
292 count -= nb;
298 if (count) {
316 } while (n && count);
345 sensors_event_t* data, int count) {
347 return ctx->pollEvents(data, count);
344 poll__poll(struct sensors_poll_device_t *dev, sensors_event_t* data, int count) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h94 uint count; /* Test packets to send/rcv each attempt */ member in struct:dhd_pktgen
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c136 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
142 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/intel/common/libva/va/
H A Dva_dec_vp8.h62 unsigned char count; member in struct:_VABoolCoderContextVPX
191 * (1<<log2_nbr_of_dct_partitions)+1, count both control partition (frame header) and toke partition
/hardware/intel/common/libva/va/x11/
H A Ddri2_util.c119 int count; local
131 attachments, i, &count);
138 for (i = 0; i < count; i++) {
H A Dva_dri2.c248 unsigned int *attachments, int count,
262 GetReqExtra(DRI2GetBuffers, count * 4, req);
266 req->count = count;
268 for (i = 0; i < count; i++)
279 *outCount = rep.count;
281 buffers = Xmalloc(rep.count * sizeof buffers[0]);
283 _XEatData(dpy, rep.count * sizeof repBuffer);
289 for (i = 0; i < rep.count; i++) {
347 CARD64 divisor, CARD64 remainder, CARD64 *count)
246 VA_DRI2GetBuffers(Display *dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
346 VA_DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *count) argument
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_fencemgr.c70 struct _WsbmAtomic count; member in struct:_WsbmFenceMgr
144 wsbmAtomicSet(&tmp->count, 0);
180 wsbmAtomicDecZero(&mgr->count);
327 wsbmAtomicInc(&mgr->count);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderAVC.cpp39 // Override default native buffer count defined in the base class
300 OMX_U32 count = sizeof(plTable)/sizeof(ProfileLevelTable); local
301 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c25 int count; member in struct:hist_bucket
59 hist->bucket[i].count = 0;
116 hist->bucket[idx].count++;
129 if (bucket[i].count < bucket[small_bucket].count)
131 if (bucket[i].count > bucket[big_bucket].count)
146 else if (bucket[small_bucket - 1].count < bucket[small_bucket + 1].count)
158 bucket[merge_bucket].count
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_int.h45 unsigned int count; member in struct:__anon544

Completed in 3517 milliseconds

1234567891011>>