Searched defs:count (Results 26 - 50 of 51) sorted by relevance

123

/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c71 /* count for call OMX_Init() */
72 int count = 0; variable
142 count++;
144 if (count == 1)
206 CORE_require(count > 0, OMX_ErrorUndefined,
368 CORE_require(count > 0, OMX_ErrorUndefined,
428 CORE_assert(count > 0, OMX_ErrorNone,
430 count--;
435 if (count == 0)
537 CORE_require(count >
[all...]
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp353 LOGW("getInputBufferSize bad channel count: %d", channelCount);
707 size_t count = bytes; local
752 while (count) {
753 ssize_t written = ::write(mFd, p, count);
755 count -= written;
1012 size_t count = bytes;
1034 while (count) {
1035 ssize_t bytesRead = ::read(mFd, buffer, count);
1037 count -= bytesRead;
1080 snprintf(buffer, SIZE, "\tmFd count
[all...]
/hardware/ril/reference-ril/
H A Datchannel.c63 static int s_ackPowerIoctl; /* true if TTY has android byte-count
334 ssize_t count; local
382 count = read(s_fd, p_read,
384 } while (count < 0 && errno == EINTR);
386 if (count > 0) {
387 AT_DUMP( "<< ", p_read, count );
388 s_readCount += count;
390 p_read[count] = '\0';
397 p_read += count;
398 } else if (count <
[all...]
H A Dreference-ril.c557 /* count the calls */
623 " Repoll count: %d\n", s_repollCallsCount);
777 int count = 3; local
821 /* count number of commas */
877 count = 4;
887 if (count > 3)
890 RIL_onRequestComplete(t, RIL_E_SUCCESS, responseStr, count*sizeof(char*));
/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/invensense/libsensors/
H A DMPLSensor.cpp988 int MPLSensor::readEvents(sensors_event_t* data, int count) argument
994 if (count < 1)
1031 for (int j = 0; count && mPendingMask && j < numSensors; j++) {
1036 count--;
/hardware/libhardware_legacy/wifi/
H A Dwifi.c202 int count = 100; /* wait at most 20 seconds for completion */ local
219 while (count-- > 0) {
244 int count = 20; /* wait at most 10 seconds for completion */ local
245 while (count-- > 0) {
251 if (count) {
479 int count = 200; /* wait at most 20 seconds for completion */ local
522 while (count-- > 0) {
560 int count = 50; /* wait at most 5 seconds for completion */ local
571 while (count-- > 0) {
731 int count local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c355 void OMX_VIDENC_IncrementBufferCountByOne(OMX_U32 *count) argument
358 (*count)++;
1526 /* Decrement reference count with signal enabled */
1553 /* Decrement reference count with signal enabled */
1767 /* Decrement reference count with signal enabled */
1891 /* Decrement reference count with signal enabled */
1986 /* Decrement reference count with signal enabled */
2092 /* Decrement reference count with signal enabled */
2202 /* Decrement reference count with signal enabled */
2526 /*< Picture Order count typ
[all...]
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp1354 status_t AppCallbackNotifier::startPreviewCallbacks(CameraParameters &params, void *buffers, uint32_t *offsets, int fd, size_t length, size_t count) argument
1531 status_t AppCallbackNotifier::initSharedVideoBuffers(void *buffers, uint32_t *offsets, int fd, size_t length, size_t count, void *vidBufs) argument
1548 for (uint32_t i = 0; i < count; i++)
H A DCameraHal.cpp1361 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
1371 for(int i = 0; i < count; i++){
1841 int count = atoi(mCameraProperties->get(CameraProperties::REQUIRED_PREVIEW_BUFS)); local
1847 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);
1857 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, mVideoBufs);
1863 ret = mAppCallbackNotifier->initSharedVideoBuffers(mPreviewBufs, mPreviewOffsets, mPreviewFd, mPreviewLength, count, NULL);
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c260 /*nData1 will be pBufferHeader, nData2 will be present count. Need to find local
267 for (count = 0; count < pCompPrv->nTotalBuffers; ++count)
269 if (pCompPrv->tBufList[count].pBufHeaderRemote ==
273 pCompPrv->tBufList[count].pBufHeader;
275 (OMX_U8 *) pCompPrv->tBufList[count].
280 PROXY_assert((count != pCompPrv->nTotalBuffers),
333 OMX_U16 count; local
346 for (count
401 OMX_U16 count; local
474 OMX_U32 count = 0; local
589 OMX_U32 count = 0; local
1213 OMX_U32 count = 0, nStride = 0; local
1946 OMX_U32 count = 0, nStride = 0; local
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c143 /* count segments of a chained packet */
697 int count; local
706 for (count = 0; count < 8; count++) {
707 map[count] = 0;
843 * parameter order is like strncpy, but returns count
1497 /* count btwn flag space */
1503 /* copy NULL char but don't count it */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c143 /* count segments of a chained packet */
697 int count; local
706 for (count = 0; count < 8; count++) {
707 map[count] = 0;
843 * parameter order is like strncpy, but returns count
1497 /* count btwn flag space */
1503 /* copy NULL char but don't count it */
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp584 LOGW("getInputBufferSize bad channel count: %d", channelCount);
1587 size_t count = bytes; local
1648 while (count) {
1649 ssize_t written = ::write(mFd, p, count);
1651 count -= written;
1828 size_t count = bytes;
1887 while (count) {
1888 ssize_t bytesRead = ::read(mFd, buffer, count);
1890 count -= bytesRead;
1957 snprintf(buffer, SIZE, "\tmFd count
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp814 int bytes_read = 0,count = 0; local
935 int count = fread(&disable_overlay, 1, 1, pFile); local
1836 DEBUG_PRINT_LOW("\n output buffers count = %d",pending_output_buffers);
2061 /*Actual count is based on input buffer count*/
2063 /*Set the Min count*/
2435 If actual buffer count is greater than the Min buffer
2436 count,change the actual count.
3679 DEBUG_PRINT_LOW("\n Allocating input buffer count
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp1877 int count =0; local
1886 DEBUG_PRINT("loop[%d] count[%d]\n",cnt,count);
1887 count = fread(&inputFrameSize[cnt], 1, 1, inputBufferFile);
1923 int count =0; char cnt =0; local
2339 img.list.count = 1;
/hardware/ril/libril/
H A Dril.cpp473 int32_t count; local
478 status = p.readInt32 (&count);
480 if (status != NO_ERROR || count == 0) {
484 datalen = sizeof(int) * count;
488 for (int i = 0 ; i < count ; i++) {
/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/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp723 static uint32_t count = 0; local
725 //if(count==100)
728 count++;
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A D802.11.h358 uint8 count; member in struct:dot11_channel_switch
378 uint8 count; member in struct:dot11_csa_body
511 uint8 count; member in struct:dot11_quiet
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h358 uint8 count; member in struct:dot11_channel_switch
378 uint8 count; member in struct:dot11_csa_body
511 uint8 count; member in struct:dot11_quiet
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h89 uint count; member in struct:wl_bss_info_108::__anon26
124 uint count; member in struct:wl_bss_info::__anon27
221 uint32 count; member in struct:wl_scan_results
291 uint32 count; member in struct:wl_rateset
296 uint32 count; member in struct:wl_rateset_args
304 uint32 count; member in struct:wl_uint32_list
443 uint32 count; member in struct:wl_channels_in_country
451 uint32 count; member in struct:wl_country_list
478 uint32 count; member in struct:wl_rm_req
657 uint count; member in struct:maclist
1793 uint32 count; member in struct:wl_pfn_scanresults
2046 uint count; member in struct:__anon45
2364 uint8 count; member in struct:__anon54
2373 uint32 count; member in struct:wl_smfs_elem
2510 uint32 count; member in struct:wl_p2p_sched_desc
[all...]

Completed in 768 milliseconds

123