Searched defs:count (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm52 count RN r5 label
59 ;stack int count
67 ldr count, [sp, #40] ; count for 8-in-parallel
79 mov count, count, lsl #1 ; 4-in-parallel
255 subs count, count, #1
274 ldr count, [sp, #40] ; count fo
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_decrypt_test.cc37 uint8_t *output, int count) {
38 encrypt_buffer(input, output, count,
36 test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, int count) argument
H A Dvp8_boolcoder_test.cc45 uint8_t *output, int count) {
47 for (int i = 0; i < count; i++) {
44 test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, int count) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_reader.c28 r->count = -8;
39 int count = r->count; local
40 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT);
46 count += LOTS_OF_BITS;
52 count += CHAR_BIT;
60 r->count = count;
65 while (r->count > CHAR_BIT && r->count < BD_VALUE_SIZ
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.h53 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
H A DPressureSensor.IIO.secondary.h50 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.h53 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
H A DPressureSensor.IIO.secondary.h50 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp79 int count = module->get_sensors_list(module, &list); local
80 printf("%d sensors found:\n", count);
81 for (int i=0 ; i<count ; i++) {
103 for (int i=0 ; i<count ; i++) {
112 for (int i=0 ; i<count ; i++) {
180 for (int i=0 ; i<count ; i++) {
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_semaphores.c273 TIMM_OSAL_U32 * count)
291 *count = sval;
272 TIMM_OSAL_GetSemaphoreCount(TIMM_OSAL_PTR pSemaphore, TIMM_OSAL_U32 * count) argument
/hardware/ti/omap4-aah/
H A Dstacktrace.c37 size_t count; member in struct:__anon3531
52 if (state->count) {
57 state->count--;
71 state.count = max_entries;
74 return max_entries - state.count;
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_semaphores.c273 TIMM_OSAL_U32 * count)
291 *count = sval;
272 TIMM_OSAL_GetSemaphoreCount(TIMM_OSAL_PTR pSemaphore, TIMM_OSAL_U32 * count) argument
/hardware/ti/omap4xxx/
H A Dstacktrace.c37 size_t count; member in struct:__anon3632
52 if (state->count) {
57 state->count--;
71 state.count = max_entries;
74 return max_entries - state.count;
/hardware/intel/common/libwsbm/src/
H A Dwsbm_atomic.h13 int32_t count; member in struct:_WsbmAtomic
17 #define wsbmAtomicSet(_v, _i) (((_v)->count) = (_i))
18 #define wsbmAtomicRead(_v) ((_v)->count)
24 __asm__ __volatile__("lock; incl %0; sete %1":"+m"(v->count), "=qm"(c)
35 __asm__ __volatile__("lock; addl %2,%0; sets %1":"+m"(v->count), "=qm"(c)
46 __asm__ __volatile__("lock; decl %0; sete %1":"+m"(v->count), "=qm"(c)
55 __asm__ __volatile__("lock; incl %0":"+m"(v->count));
61 __asm__ __volatile__("lock; decl %0":"+m"(v->count));
70 :"r"(new), "m"(v->count), "0"(old)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.c23 br->count = -8;
41 int count = br->count; local
42 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8);
57 count += VP8_LOTS_OF_BITS;
65 count += CHAR_BIT;
74 br->count = count;
H A Ddboolhuff.h39 unsigned char *output, int count);
46 int count; member in struct:__anon536
68 int count; local
73 if(br->count < 0)
77 count = br->count;
94 count -= shift;
97 br->count = count;
120 * Variable 'count' store
[all...]
/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.cpp61 void SensorEventQueue::markAsWritten(int count) { argument
62 mSize += count;
/hardware/libhardware/modules/usbaudio/
H A Dalsa_device_proxy.c145 int proxy_write(const alsa_device_proxy * proxy, const void *data, unsigned int count) argument
147 return pcm_write(proxy->pcm, data, count);
150 int proxy_read(const alsa_device_proxy * proxy, void *data, unsigned int count) argument
152 return pcm_read(proxy->pcm, data, count);
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp111 status_t ALSAControl::setext(const char *name, int count, char **setValues) argument
115 ALOGD("setext:: name %s count %d", name, count);
127 ret = mixer_ctl_set_value(ctl, count, setValues);
/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp54 @param count >=0
79 @brief Create the semaphore with initial count value
81 @param count >=0
84 @return BAD_VALUE If an invalid count value is passed (<0)
88 status_t Semaphore::Create(int count) argument
92 ///count cannot be less than zero
93 if(count<0)
114 return ErrorUtils::posixToAndroidError(sem_init(mSemaphore, 0x00, count));
164 @brief Current semaphore count
167 @return Current count valu
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp53 @param count >=0
78 @brief Create the semaphore with initial count value
80 @param count >=0
83 @return BAD_VALUE If an invalid count value is passed (<0)
87 status_t Semaphore::Create(int count) argument
91 ///count cannot be less than zero
92 if(count<0)
113 return ErrorUtils::posixToAndroidError(sem_init(mSemaphore, 0x00, count));
163 @brief Current semaphore count
166 @return Current count valu
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp194 int AkmSensor::readEvents(sensors_event_t* data, int count) argument
196 if (count < 1)
206 while (count && mInputReader.readEvent(&event)) {
213 for (int j=0 ; count && mPendingMask && j<numSensors ; j++) {
223 count--;
/hardware/intel/common/libva/va/
H A Dva_tpi.h64 unsigned int count; /* buffer count for surface creation */ member in struct:_VASurfaceAttributeTPI
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.c47 * Start MD5 accumulation. Set bit count to 0 and buffer to mysterious
69 /* Update byte count */
105 * 1 0* (64-bit count of bits processed, MSB-first)
109 int count = ctx->bytes[0] & 0x3f; /* Number of bytes in ctx->in */ local
110 md5byte *p = (md5byte *)ctx->in + count;
116 count = 56 - 1 - count;
118 if (count < 0) { /* Padding forces an extra block */
119 memset(p, 0, count + 8);
123 count
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dboolhuff.h33 int count; member in struct:__anon548
69 int count = br->count; local
98 count += shift;
100 if (count >= 0)
102 int offset = shift - count;
121 shift = count;
123 count -= 8 ;
127 br->count = count;
[all...]

Completed in 5661 milliseconds

1234567891011>>