Searched defs:count (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayCtrlData.h89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
188 inline bool Ctrl::validateAndSet(Ctrl* ctrlArray[], const int& count, argument
190 MdpCtrl* mdpCtrlArray[count];
193 for(int i = 0; i < count; i++) {
197 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
H A DoverlayMdp.cpp355 bool MdpCtrl::validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count, argument
357 mdp_overlay* ovArray[count];
360 for(int i = 0; i < count; i++) {
366 list.num_overlays = count;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp51 uint32_t count; member in struct:blitReq
247 for (unsigned int i=0 ; i<l->count ; i++) {
412 list->count = 0;
499 mdp_blit_req* req = &list->req[list->count];
518 if (++list->count == maxCount) {
521 list->count = 0;
526 if (list->count != 0) {
529 list->count = 0;
574 list1.count = 1;
647 mdp_blit_req* req = &list->req[list->count
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayCtrlData.h89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
193 inline bool Ctrl::validateAndSet(Ctrl* ctrlArray[], const int& count, argument
195 MdpCtrl* mdpCtrlArray[count];
198 for(int i = 0; i < count; i++) {
202 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
H A DoverlayMdp.cpp336 bool MdpCtrl::validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count, argument
338 mdp_overlay* ovArray[count];
341 for(int i = 0; i < count; i++) {
347 list.num_overlays = count;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp51 uint32_t count; member in struct:blitReq
241 for (unsigned int i=0 ; i<l->count ; i++) {
406 list->count = 0;
493 mdp_blit_req* req = &list->req[list->count];
512 if (++list->count == maxCount) {
517 list->count = 0;
522 if (list->count != 0) {
527 list->count = 0;
575 if (list->count) {
579 list->count
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c394 unsigned int count; local
420 count = req->count;
428 if (count != req->count) {
429 ALOGW("number of buffers had been changed: %d => %d", count, req->count);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp562 uint32_t count = 0; local
573 if (count == 0 && numRead == -2 ) {
578 if (count == 0 && numRead == 0 ) {
589 if (count == 0) {
602 count++;
604 count, notification.sessionId, notification.payload);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c43 /** count will be used as a reference counter for OMX_Init()
44 so all changes to count should be mutex protected */
45 int count = 0; variable
128 count++;
129 ALOGD("init count = %d\n", count);
131 if (count == 1)
416 if (count) {
417 count--;
420 ALOGD("deinit count
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp265 int count = 0; local
288 if (count == 2 && nal_unit[i] == 0x01)
295 count = 0;
297 count++;
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCapabilities.cpp208 status_t V4LCameraAdapter::sortAscend(V4L_TI_CAPTYPE &caps, uint16_t count) { argument
211 for (int i=0; i<count; i++) {
215 for (int j=i+1; j<count; j++) {
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c647 OMX_U32 count = 0; local
727 OMX_U32 count = 0; local
742 for (count = 0; count < pCompPrv->nTotalBuffers; ++count)
744 if (pCompPrv->tBufList[count].pBufHeaderRemote == remoteBufHdr)
746 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
751 PROXY_assert((count != pCompPrv->nTotalBuffers),
759 OMX_BUFFERHEADERTYPE *pBufHdr = pCompPrv->tBufList[count].pBufHeader;
/hardware/ti/omap4-aah/ion/
H A Dion_test_2.c63 int ion_alloc_test(int count) argument
74 handle = (struct ion_handle **)malloc(count * sizeof(struct ion_handle *));
81 count_alloc = count;
82 for(i = 0; i < count; i++) {
108 if(ret || (count_alloc != count)) {
110 if(count_alloc != count)
151 int ion_map_test(int count) argument
164 handle = (struct ion_handle **)malloc(count * sizeof(struct ion_handle *));
170 count_alloc = count;
171 count_map = count;
356 unsigned int count = 1, iteration = 1, j, custom_test_num = 1; local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp318 size_t count,
357 while ( ( NULL != expVal ) && ( i < count ) )
735 CAMHAL_LOGEB("Error mStartCaptureSem semaphore count %d", mStartCaptureSem.Count());
893 CAMHAL_LOGEB("Error mStopCaptureSem semaphore count %d", mStopCaptureSem.Count());
1066 CAMHAL_LOGEB("Error mUseCaptureSem semaphore count %d", mUseCaptureSem.Count());
316 parseExpRange(const char *rangeStr, int * expRange, size_t count, size_t &validEntries) argument
/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/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp1060 size_t count; local
1063 count = 0;
1070 while((config[count] != '.') && (count < sizeof(dir_name)/sizeof(dir_name[0])))
1071 count++;
1074 if(strncpy(dir_name,config,count) == NULL)
1077 dir_name[count]=NULL;
1129 size_t count = 0; local
1133 while((config[count] != '.') && (count < sizeo
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dwpa.h92 } BWL_POST_PACKED_STRUCT count; member in struct:__anon48
101 } BWL_POST_PACKED_STRUCT count; member in struct:__anon50
159 #define WPA_PMKID_CNT_LEN 2 /* Length of RSN PMKID count (2 octests) */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count) argument
46 for (i = 0; i < count; i++)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_dspr2.c337 int32_t count) {
366 for (c = 0; c < count; c++) {
331 convolve_horiz_16_transposed_dspr2(const uint8_t *src_ptr, int32_t src_stride, uint8_t *dst_ptr, int32_t dst_stride, const int16_t *filter_x0, int32_t h, int32_t count) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c107 const uint8_t *thresh, int count) {
112 for (i = 0; i < 8 * count; ++i) {
132 int count) {
137 for (i = 0; i < 8 * count; ++i) {
179 int count) {
184 for (i = 0; i < 8 * count; ++i) {
207 int count) {
210 for (i = 0; i < 8 * count; ++i) {
284 int count) {
289 for (i = 0; i < 8 * count;
105 vp9_lpf_horizontal_4_c(uint8_t *s, int p , const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
130 vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
177 vp9_lpf_horizontal_8_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
205 vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
282 vp9_lpf_horizontal_16_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
308 mb_lpf_vertical_edge_w(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c58 void* drmAllocCpy(void *array, int count, int entry_size) argument
63 if (!count || !array || !entry_size)
66 if (!(r = drmMalloc(count*entry_size)))
69 for (i = 0; i < count; i++)
278 uint32_t x, uint32_t y, uint32_t *connectors, int count,
288 crtc.count_connectors = count;
277 drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, uint32_t x, uint32_t y, uint32_t *connectors, int count, drmModeModeInfoPtr mode) argument
H A Dxf86drmSL.c85 int count; member in struct:SkipList
142 list->count = 0;
215 ++list->count;
242 --list->count;
331 printf("Level = %d, count = %d\n", list->level, list->count);
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c477 unsigned int count = (cmd>>16)&0xff; local
478 for( x=0;x< count ;x++)
493 unsigned int count = (cmd>>16)&0x00ff; local
496 for( x=0;x< count ;x++)
633 uint32_t count = (cmd & 0xfff0000) >> 16; local
635 DB("CMD_REGVALPAIR_WRITE count = 0x%08x\n", cmd_idx, count);
638 while (count--) {
654 uint32_t count = (cmd & CMD_RENDEC_COUNT_MASK) >> CMD_RENDEC_COUNT_SHIFT; local
655 DB("CMD_RENDEC_WRITE count
688 uint32_t count = (cmd & 0xff0000) >> 16; local
736 uint32_t count = sizeof(CTRL_ALLOC_HEADER)/4; local
[all...]
H A Dtng_hostbias.c509 IMG_UINT32 count = 0, cmd_word = 0; local
558 *pCount = count;
565 IMG_UINT32 count = 0, cmd_word = 0; local
618 *pCount = count;
629 IMG_UINT32 count = 0, cmd_word = 0; local
703 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: count = %d\n", __FUNCTION__, (int)count);
705 *pCount = count;
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp106 int pollEvents(sensors_event_t* data, int count);
203 int sensors_poll_context_t::pollEvents(sensors_event_t *data, int count) argument
237 LOGI_IF(0, "poll nb=%d, count=%d, pt=%d", nb, count, polltime);
239 for (int i = 0; count && i < numSensorDrivers; i++) {
250 readDmpOrientEvents(data, count);
253 count -= nb;
259 readDmpSignificantMotionEvents(data, count);
269 count -= nb;
275 data, count, ID_
392 poll__poll(struct sensors_poll_device_t *dev, sensors_event_t* data, int count) argument
[all...]

Completed in 797 milliseconds

1234567891011>>