Searched refs:count (Results 76 - 100 of 199) sorted by relevance

12345678

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp616 DEBUG_PRINT_LOW("Updating the buffer count/size for the new resolution");
1071 DEBUG_PRINT_ERROR("Setting ltr count failed");
1296 "count to %d", recon_buffers_count);
1333 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d\n",
1347 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1357 recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY);
1359 if (recon_buff[count].ion_device_fd < 0) {
1364 recon_buff[count].alloc_data.len = size;
1366 recon_buff[count].alloc_data.heap_mask = ION_HEAP(MEM_HEAP_ID);
1368 recon_buff[count]
1897 venc_set_ltrcount(OMX_U32 count) argument
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp57 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
58 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entry->count);
65 uint8_t type, size_t count)
67 if (!((entry->type==type)&&(entry->count==count)))
69 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
70 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entry->count);
191 for (i=0 ; i<curr_entry.count ; i++)
204 for (i=0 ; i<curr_entry.count ; i++)
211 if (curr_entry.count > 3
64 CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type, size_t count) argument
[all...]
H A DExynosJpegEncoderForCamera.cpp582 unsigned int count,
589 memcpy(*pCur, &count, 4);
598 unsigned int count,
603 memcpy(buf, pValue, count);
608 memcpy(*pCur, &count, 4);
617 unsigned int count,
626 memcpy(*pCur, &count, 4);
630 memcpy(start + *offset, pValue, count);
631 *offset += count;
637 unsigned int count,
579 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned int value) argument
595 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
614 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
634 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp240 int count = 0; local
249 count = read_attribute_sensor(fd, buf, sizeof(buf));
250 if(count < 1) {
253 count = sscanf(buf, "%d", &mAccelScale);
254 if(count)
760 int count, curr_power_state; local
1760 /* TODO: FIX! data is not used and count not decremented, results is hardcoded to 0 */
1761 int MPLSensor::readAccelEvents(sensors_event_t* data, int count)
1765 if (count < 1)
1778 while (!done && count
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp586 DEBUG_PRINT_LOW("\n Updating the buffer count/size for the new resolution");
1234 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d\n",
1249 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1259 recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY | O_DSYNC);
1260 if(recon_buff[count].ion_device_fd < 0)
1266 recon_buff[count].alloc_data.flags = 0;
1267 recon_buff[count].alloc_data.len = size;
1268 recon_buff[count].alloc_data.heap_mask = (ION_HEAP(MEM_HEAP_ID) |
1271 recon_buff[count].alloc_data.align = clip2(alignment);
1272 if (recon_buff[count]
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c526 static int pcm_write_mmap(struct pcm *pcm, void *data, unsigned count) argument
532 frames = (pcm->flags & PCM_MONO) ? (count / 2) : (count / 4);
576 static int pcm_write_nmmap(struct pcm *pcm, void *data, unsigned count) argument
584 x.frames = (count / (channels * 2)) ;
607 int pcm_write(struct pcm *pcm, void *data, unsigned count) argument
610 return pcm_write_mmap(pcm, data, count);
612 return pcm_write_nmmap(pcm, data, count);
615 int pcm_read(struct pcm *pcm, void *data, unsigned count) argument
624 x.frames = (count /
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp619 unsigned int count,
626 memcpy(*pCur, &count, 4);
635 unsigned int count,
640 memcpy(buf, pValue, count);
645 memcpy(*pCur, &count, 4);
654 unsigned int count,
663 memcpy(*pCur, &count, 4);
667 memcpy(start + *offset, pValue, count);
668 *offset += count;
674 unsigned int count,
616 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned int value) argument
632 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
651 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
671 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp41 int32 count = 0; local
50 if ((count > 1) && (*ptr == 0x01))
57 count = 0;
59 count++;
1279 int32 count = 0; local
1284 if (count == 2 && nal_unit[i] == 0x03)
1290 count = 0;
1292 count++;
1295 count = 0;
1299 if (count
[all...]
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c93 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
99 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/libhardware/include/hardware/
H A Dsensors.h691 * The driver must however ensure that the internal step count never
978 sensors_event_t* data, int count);
1055 * to the "count" argument.
1060 sensors_event_t* data, int count);
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h71 int count; member in struct:__anon623
120 /* job history count to generate unique id */
196 exif_tag_type_t type, uint32_t count, void *data);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp386 int count = 0; local
394 edidModes[count] = (int) strtol(start, &end, 10);
396 count++;
398 ALOGD_IF(DEBUG, "In %s: count = %d", __FUNCTION__, count);
399 for (int i = 0; i < count; i++)
401 return count;
605 unsigned count = sizeof(supported_video_mode_lut)/sizeof local
607 for (unsigned int i = 0; i < count; ++i) {
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp386 int count = 0; local
394 edidModes[count] = (int) strtol(start, &end, 10);
396 count++;
398 ALOGD_IF(DEBUG, "In %s: count = %d", __FUNCTION__, count);
399 for (int i = 0; i < count; i++)
401 return count;
605 unsigned count = sizeof(supported_video_mode_lut)/sizeof local
607 for (unsigned int i = 0; i < count; ++i) {
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h152 bool venc_set_ltrcount(OMX_U32 count);
158 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dcore.h170 int count, u8 *buf);
172 int count, u8 *buf);
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c100 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
106 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c616 OMX_U32 count = 0; local
677 OMX_U32 count = 0; local
692 for (count = 0; count < pCompPrv->nTotalBuffers; ++count)
694 if (pCompPrv->tBufList[count].pBufHeaderRemote == remoteBufHdr)
696 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
701 PROXY_assert((count != pCompPrv->nTotalBuffers),
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.primary.h55 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
H A DMPLSensor.cpp307 int count = 0; local
316 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf));
317 if(count < 1) {
320 count = sscanf(gyroBuf, "%ld", &mGyroScale);
321 if(count)
336 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
337 if(count < 1) {
340 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
341 if(count)
386 int count local
[all...]
/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/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_pipes.c204 /*Update message count and size */
434 TIMM_OSAL_U32 * count)
443 *count = pipe->pi_messages;
447 *count = pHandle->messageCount;
433 TIMM_OSAL_GetPipeReadyMessageCount(TIMM_OSAL_PTR pPipe, TIMM_OSAL_U32 * count) argument
/hardware/libhardware/modules/camera/
H A DCamera.cpp370 void Camera::destroyStreams(Stream **streams, int count) argument
374 for (int i = 0; i < count; i++) {
395 bool Camera::isValidStreamSet(Stream **streams, int count) argument
404 if (count == 0) {
405 ALOGE("%s:%d: Zero count stream configuration streams", __func__, mId);
409 for (int i = 0; i < count; i++) {
430 void Camera::setupStreams(Stream **streams, int count) argument
442 for (int i = 0; i < count; i++) {
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp238 for (unsigned int i=0 ; i<l->count ; i++) {
393 uint32_t count;
455 list.count = 0;
459 mdp_blit_req* req = &list.req[list.count];
478 if (++list.count == maxCount) {
480 list.count = 0;
483 if ((status == 0) && list.count) {
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp238 for (unsigned int i=0 ; i<l->count ; i++) {
393 uint32_t count;
455 list.count = 0;
459 mdp_blit_req* req = &list.req[list.count];
478 if (++list.count == maxCount) {
480 list.count = 0;
483 if ((status == 0) && list.count) {

Completed in 934 milliseconds

12345678