Searched refs:cnt (Results 1 - 25 of 64) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.c31 int cnt[4],
41 int *cntx = cnt;
46 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
80 cnt[CNT_INTRA] += 2;
102 cnt[CNT_INTRA] += 1;
106 if (cnt[CNT_SPLITMV])
110 cnt[CNT_NEARES
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c34 mvx[cnt] = x->mbmi.mv.as_mv.row; \
35 mvy[cnt] = x->mbmi.mv.as_mv.col; \
36 cnt++; \
42 mvx[cnt] = x->mbmi.mv.as_mv.row; \
43 mvy[cnt] = x->mbmi.mv.as_mv.col; \
47 mvx[cnt] *= -1; \
48 mvy[cnt] *= -1; \
50 cnt++; \
102 int cnt=0; local
175 if (cnt >
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dfilter_arm.c55 unsigned int cnt,
64 unsigned int cnt,
73 unsigned int cnt,
84 unsigned int cnt,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodemv.c346 int cnt[4]; local
347 int *cntx = cnt;
366 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
402 cnt[CNT_INTRA] += 2;
425 cnt[CNT_INTRA] += 1;
428 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_INTRA]] [0]) )
433 cnt[CNT_NEARES
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp1711 int cnt = 0; local
1718 for(cnt=0;cnt<numOptions;cnt++) {
1719 if (NULL == array[cnt]) {
1723 if (strcmp(val, array[cnt]) ==0 ) {
1724 return cnt;
1731 int cnt = 0; local
1733 for(cnt=0;cnt<numOption
1744 int cnt = 0; local
1763 int cnt = 0; local
1805 int cnt = 0; local
1836 int cnt = 0; local
1867 int cnt = 0; local
1896 int cnt = 0; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c88 unsigned int cnt, i, j, track, tracks, pkt_cnt, pkt_track; local
162 nestegg_packet_count(pkt, &cnt);
165 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
186 nestegg_packet_count(pkt, &cnt);
189 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
210 nestegg_packet_count(pkt, &cnt);
213 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
/hardware/ti/omap4-aah/
H A Dheaptracker.c102 int cnt, rel_pc; local
111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) {
112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc);
113 malloc_log("\t#%02d pc %08x %s\n", cnt,
114 mi ? rel_pc : bt[cnt],
292 struct hdr **first, struct hdr **last, unsigned *cnt,
298 (*cnt)
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
478 struct hdr *del; int cnt; local
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c102 int cnt, rel_pc; local
111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) {
112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc);
113 malloc_log("\t#%02d pc %08x %s\n", cnt,
114 mi ? rel_pc : bt[cnt],
292 struct hdr **first, struct hdr **last, unsigned *cnt,
298 (*cnt)
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
478 struct hdr *del; int cnt; local
[all...]
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.cpp104 int cnt = 0; local
107 LOC_LOGD("MsgTask::loop() %d listening ...\n", cnt++);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp121 static int cnt = 0; local
133 cnt ++;
134 LOC_LOGD("%s:%d] %d listening on %s...\n", __func__, __LINE__, cnt, (char *) context);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp121 static int cnt = 0; local
133 cnt ++;
134 LOC_LOGD("%s:%d] %d listening on %s...\n", __func__, __LINE__, cnt, (char *) context);
/hardware/qcom/gps/core/
H A DMsgTask.cpp119 int cnt = 0; local
122 LOC_LOGD("MsgTask::loop() %d listening ...\n", cnt++);
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h87 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
239 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { argument
240 ALOGE("%s user_data cnt=%d", s, cnt);
241 for(uint32_t i=0; i < cnt; ++i) {
/hardware/qcom/display/msm8974/liboverlay/
H A DmdpWrapper.h104 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
327 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { argument
328 ALOGE("%s user_data cnt=%d", s, cnt);
329 for(uint32_t i=0; i < cnt; ++i) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp194 uint32_t cnt; local
195 if (read(&cnt, sizeof(cnt)) != sizeof(cnt)) {
200 *pCnt = cnt;
/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_cs_gem.c356 unsigned cnt; local
360 cnt = CP_PACKET_GET_COUNT(cs->packets[i]) + 1;
363 fprintf(file, "Pkt0 at %d (%d dwords):\n", i, cnt);
366 for (j = 0; j < cnt; j++) {
371 for (j = 0; j < cnt; j++) {
413 for (j = 0; j < cnt; j++) {
/hardware/invensense/60xx/mlsdk/platform/include/
H A Di2c.h116 int I2CReadBuffer (unsigned short cnt, unsigned char bufferMode, unsigned char *rBuff);
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h110 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
335 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { argument
336 ALOGE("%s user_data cnt=%d", s, cnt);
337 for(uint32_t i=0; i < cnt; ++i) {
/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h107 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
330 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { argument
331 ALOGE("%s user_data cnt=%d", s, cnt);
332 for(uint32_t i=0; i < cnt; ++i) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.h43 OMX_U32 cnt; member in struct:_EXYNOS_OMX_SHARED_BUFFER
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp1244 DEBUG_PRINT("Function %s cnt[%d]\n", __FUNCTION__, ebd_cnt);
2837 int cnt = 0; local
2842 while (cnt < 10)
2845 DEBUG_PRINT("loop[%d] count[%d]\n",cnt,count);
2846 count = read( inputBufferFileFd, &inputFrameSize[cnt], 1);
2847 if (inputFrameSize[cnt] == '\0' )
2849 cnt++;
2851 inputFrameSize[cnt]='\0';
2876 int cnt = 0; local
2884 bytes_read = read(inputBufferFileFd, &dataptr[cnt],
3596 int cnt = 0; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.c98 OMX_U32 i = 0, cnt = 0; local
117 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
119 for (i = 0; i < cnt; i++) {
147 OMX_U32 i = 0, cnt = 0; local
178 OMX_U32 i = 0, cnt = 0; local
197 cnt = (nPortIndex == ALL_PORT_INDEX) ? ALL_PORT_NUM : 1;
199 for (i = 0; i < cnt; i++) {
269 OMX_U32 i = 0, cnt = 0; local
289 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
292 for(i = 0; i < cnt;
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1367 int cnt = 0; local
1370 for (cnt = 0; cnt < recon_buffers_count; cnt++)
1372 if(recon_buff[cnt].pmem_fd)
1374 recon_addr.pbuffer = recon_buff[cnt].virtual_address;
1375 recon_addr.offset = recon_buff[cnt].offset;
1376 recon_addr.pmem_fd = recon_buff[cnt].pmem_fd;
1377 recon_addr.buffer_size = recon_buff[cnt].size;
1383 munmap(recon_buff[cnt]
[all...]
H A Dvideo_encoder_device_copper.cpp1326 int cnt = 0; local
1328 for (cnt = 0; cnt < recon_buffers_count; cnt++)
1330 if(recon_buff[cnt].pmem_fd)
1332 recon_addr.pbuffer = recon_buff[cnt].virtual_address;
1333 recon_addr.offset = recon_buff[cnt].offset;
1334 recon_addr.pmem_fd = recon_buff[cnt].pmem_fd;
1335 recon_addr.buffer_size = recon_buff[cnt].size;
1338 munmap(recon_buff[cnt]
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1572 int cnt = 0; local
1576 for (cnt = 0; cnt < recon_buffers_count; cnt++) {
1577 if (recon_buff[cnt].pmem_fd) {
1578 recon_addr.pbuffer = recon_buff[cnt].virtual_address;
1579 recon_addr.offset = recon_buff[cnt].offset;
1580 recon_addr.pmem_fd = recon_buff[cnt].pmem_fd;
1581 recon_addr.buffer_size = recon_buff[cnt].size;
1588 munmap(recon_buff[cnt]
[all...]

Completed in 815 milliseconds

123