Searched defs:count (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c985 * \param count number of buffers.
997 int drmAddBufs(int fd, int count, int size, drmBufDescFlags flags, argument
1002 request.count = count;
1011 return request.count;
1019 info.count = 0;
1025 if (!info.count)
1028 if (!(info.list = drmMalloc(info.count * sizeof(*info.list))))
1037 for (i = 0; i < info.count; i++) {
1038 info.list[i].low_mark = low * info.list[i].count;
1066 drmFreeBufs(int fd, int count, int *list) argument
1362 drmGetReservedContextList(int fd, int *count) argument
[all...]
H A Dxf86drm.h104 unsigned long count; /**< Number of data */ member in struct:_drmStats
197 int count; /**< Number of buffers of this size */ member in struct:_drmBufDesc
204 int count; /**< Number of buffers described in list */ member in struct:_drmBufInfo
222 int count; /**< Number of buffers mapped */ member in struct:_drmBufMap
453 #define DRM_LIGHT_LOCK_COUNT(fd,lock,context,count) \
458 else ++count; \
494 #define DRM_SPINLOCK_COUNT(spin,val,count,__ret) \
498 for (__i = 0; __ret && __i < count; __i++) { \
500 if (__ret) for (;__i < count && (spin)->lock; __i++); \
559 extern int drmAddBufs(int fd, int count, in
[all...]
/hardware/intel/img/libdrm/shared-core/
H A Dr128_drm.h263 int count; /* Number of vertices in buffer */ member in struct:drm_r128_vertex
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c367 int count = 0; local
378 arg.value = (uint64_t)((unsigned long) &count);
388 return count;
727 attribute_tpi.count = pExternalBufDesc->num_buffers;
1576 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Adding buffer %08x type %s to unused list. unused count = %d\n", obj_buffer->base.id,
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp315 int count = 0; local
324 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf));
325 if(count < 1) {
328 count = sscanf(gyroBuf, "%ld", &mGyroScale);
329 if(count)
344 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
345 if(count < 1) {
348 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
349 if(count)
394 int count local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h138 int count; member in struct:qhwc::PtorInfo
142 bool isActive() { return (count>0); }
145 for(int i = 0; i < count; i++) {
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp584 DEBUG_PRINT_LOW("\n Updating the buffer count/size for the new resolution");
1232 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d\n",
1247 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1257 recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY | O_DSYNC);
1258 if(recon_buff[count].ion_device_fd < 0)
1264 recon_buff[count].alloc_data.flags = 0;
1265 recon_buff[count].alloc_data.len = size;
1266 recon_buff[count].alloc_data.heap_id_mask = (ION_HEAP(MEM_HEAP_ID) |
1269 recon_buff[count].alloc_data.align = clip2(alignment);
1270 if (recon_buff[count]
[all...]
H A Dvideo_encoder_device_copper.cpp381 bufreq.count = 2;
385 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
390 bufreq.count = 2;
392 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count;
555 bufreq.count = 2;
559 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
637 DEBUG_PRINT_LOW("\n Updating the buffer count/size for the new resolution");
1217 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1227 recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY|O_DSYNC);
1228 if(recon_buff[count]
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h194 unsigned int count; member in struct:msm_venc_ltrinfo
218 int count; member in struct:extradata_buffer_info
358 bool venc_set_ltrmode(OMX_U32 enable, OMX_U32 count);
372 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp720 DEBUG_PRINT_LOW("Updating the buffer count/size for the new resolution");
1175 DEBUG_PRINT_ERROR("Setting ltr count failed");
1400 "count to %d", recon_buffers_count);
1437 DEBUG_PRINT_HIGH("Width %d, Height %d, w_round %d, h_round %d, yuv_size %d alignment %d count %d",
1451 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count) argument
1461 recon_buff[count].ion_device_fd = open (MEM_DEVICE,O_RDONLY);
1463 if (recon_buff[count].ion_device_fd < 0) {
1468 recon_buff[count].alloc_data.len = size;
1470 recon_buff[count].alloc_data.ION_HEAP_MASK = ION_HEAP(MEM_HEAP_ID);
1472 recon_buff[count]
1968 venc_set_ltrcount(OMX_U32 count) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c3028 int count=0; local
3036 count++;
3041 if (count > 0) /* inside the List */
3049 else if (count == 0) /* it was the first */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c520 int count=0; local
1291 while( (error == OMX_ErrorNone) && ((state != OMX_StateIdle) || (count < 2)) )
1298 if((eError == OMX_ErrorNone) && (state != OMX_StateIdle) || (count < 2)) )
1319 count++;
1320 if (count ==3){
1614 count=0;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c177 OMX_U32 count; local
197 for(count=0; count < VIDDEC_MAX_QUEUE_SIZE; count++)
199 queue->CounterElements[count] = 0;
210 OMX_U32 count; local
220 for(count=0; count < VIDDEC_MAX_QUEUE_SIZE; count++)
222 queue->CounterElements[count]
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c1810 int count; local
1815 for(count = 5; count >= 0; count--) {
1816 printf("App stopped: restart in %d seconds\n", count);
1849 int count; local
1850 for(count = 5; count >= 0; count--) {
1851 printf("App paused: resume in %d seconds\n", count);
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp91 static int dummy_get_buffer_count(preview_stream_ops_t*, int *count) { argument
1672 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
1682 for(int i = 0; i < count; i++){
2604 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
2610 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);
2620 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBuffers, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBuffers);
2626 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBuffers, mPreviewOffsets, mPreviewFd, mPreviewLength, count, NULL);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test.h324 unsigned int count; member in struct:BufferSourceThread::Defer::DeferContainer
357 printf ("=== handling buffer %d\n", defer.count);
359 defer.count, defer.crop);
368 unsigned int count, unsigned int slot = 0) {
372 defer.count = count;
367 add(sp<GraphicBuffer> &gbuf, const Rect &crop, unsigned int count, unsigned int slot = 0) argument
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1399 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
1409 for(int i = 0; i < count; i++){
1882 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);
1898 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBufs);
1904 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, NULL);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp721 static uint32_t count = 0; local
723 //if(count==100)
726 count++;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c146 /* count segments of a chained packet */
159 /* count segments of a chained packet */
879 int count; local
888 for (count = 0; count < 8; count++) {
889 map[count] = 0;
1028 * parameter order is like strncpy, but returns count
1694 /* count btwn flag space */
1700 /* copy NULL char but don't count i
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmevent.h410 uint8 count; /* number of tlvs */ member in struct:wl_event_sd
423 uint8 aw_ext_count; /* AW extension count */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp547 const uint32 count = content_encoding_entries_size_ + 1; local
550 new (std::nothrow) ContentEncoding*[count]; // NOLINT
569 content_encoding_entries_size_ = count;
1016 const uint32 count = track_entries_size_ + 1; local
1018 Track** const track_entries = new (std::nothrow) Track*[count]; // NOLINT
1030 track_num = count;
1049 track_entries_size_ = count;
1064 const int32 count = track_entries_size(); local
1065 for (int32 i = 0; i < count; ++i) {
1093 const int32 count local
[all...]
H A Dmkvparser.cpp715 const long count = m_clusterCount + m_clusterPreloadCount; local
718 Cluster** j = m_clusters + count;
1720 const long count = m_clusterCount + m_clusterPreloadCount; local
1723 assert(size >= count);
1728 if (count >= size)
1736 Cluster** const pp = p + count;
1782 const long count = m_clusterCount + m_clusterPreloadCount; local
1785 assert(size >= count);
1787 if (count >= size)
1795 Cluster** const pp = p + count;
2888 const long count = m_clusterCount + m_clusterPreloadCount; local
2946 const long count = m_clusterCount + m_clusterPreloadCount; local
5111 const ptrdiff_t count = compression_entries_end_ - compression_entries_; local
5121 const ptrdiff_t count = compression_entries_end_ - compression_entries_; local
5129 const ptrdiff_t count = encryption_entries_end_ - encryption_entries_; local
5139 const ptrdiff_t count = encryption_entries_end_ - encryption_entries_; local
5945 const long count = m_pSegment->GetCount(); //loaded only, not preloaded local
6007 const ptrdiff_t count = local
6018 const ptrdiff_t count = local
6033 int count = 0; local
6256 const long count = m_pSegment->GetCount(); //loaded only, not pre-loaded local
6501 int count = 0; local
6960 const ptrdiff_t count = m_trackEntriesEnd - m_trackEntries; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h451 int count; member in struct:VP9_COMP
601 // exceed this token count if we have a 32x32 transform crossing a boundary
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp705 const long count = m_clusterCount + m_clusterPreloadCount; local
708 Cluster** j = m_clusters + count;
1690 const long count = m_clusterCount + m_clusterPreloadCount; local
1693 assert(size >= count);
1698 if (count >= size)
1706 Cluster** const pp = p + count;
1752 const long count = m_clusterCount + m_clusterPreloadCount; local
1755 assert(size >= count);
1757 if (count >= size)
1765 Cluster** const pp = p + count;
2859 const long count = m_clusterCount + m_clusterPreloadCount; local
2917 const long count = m_clusterCount + m_clusterPreloadCount; local
4454 const ptrdiff_t count = compression_entries_end_ - compression_entries_; local
4464 const ptrdiff_t count = compression_entries_end_ - compression_entries_; local
4472 const ptrdiff_t count = encryption_entries_end_ - encryption_entries_; local
4482 const ptrdiff_t count = encryption_entries_end_ - encryption_entries_; local
5030 const ptrdiff_t count = local
5041 const ptrdiff_t count = local
5057 int count = 0; local
5279 const long count = m_pSegment->GetCount(); //loaded only, not pre-loaded local
5513 const long count = m_pSegment->GetCount(); //loaded only, not preloaded local
5615 int count = 0; local
6017 const ptrdiff_t count = m_trackEntriesEnd - m_trackEntries; local
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1283 int count = 0; local
1344 acquireFd[count++] = list->outbufAcquireFenceFd;
1351 acquireFd[count++] = -1;
1353 acquireFd[count++] = list->hwLayers[i].acquireFenceFd;
1357 acquireFd[count++] = -1;
1360 acquireFd[count++] = fd;
1365 acquireFd[count++] = list->hwLayers[i].acquireFenceFd;
1369 data.acq_fen_fd_cnt = count;

Completed in 2788 milliseconds

1234567891011>>