Searched defs:found (Results 1 - 25 of 26) sorted by relevance

12

/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A DMap.h160 bool found = false; local
169 found = true;
177 found = true;
188 found = true;
198 found = true;
209 if(found)size_of_list--;
210 return found;
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_subdev.c72 bool found = false; local
110 ALOGI("node found for device %s: /dev/v4l-subdev%d", devname, minor);
111 found = true;
115 } while (found == false);
117 if (found) {
128 ALOGE("no subdev device found");
H A Dexynos_v4l2.c109 bool found = false; local
149 ALOGI("node found for device %s: /dev/video%d", devname, minor);
150 found = true;
154 } while (found == false);
156 if (found) {
167 ALOGE("no video device found");
286 int found = 0; local
295 ALOGE("Passed fmt = %#x found pixel format[%d]: %s", fmt, fmtdesc.index, fmtdesc.description);
296 found = 1;
303 if (!found) {
[all...]
/hardware/msm7k/librpc/
H A Dsvc.c290 registered_server *prev, *found; local
292 found = svc_find_nosync(xprt, prog, vers, &prev);
294 if (found) {
299 prev->next = found->next;
303 xprt->servers = found->next;
307 if (found->xdr) {
316 if (r_control(found->xdr->fd,
323 FD_CLR(found->xdr->fd, &xprt->fdset);
327 xdr_destroy_common(found->xdr);
332 free(found);
[all...]
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvideo_encoder_test.c1049 int found = 0; local
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Ddecoder_driver_test.c1071 int found = 0; local
1116 found = 1;
1126 found = 1;
1134 if (found == 1)
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1426 G722DEC_DPRINT (":: The pBufHeader is not found in the list\n");
2241 OMX_U32 found=0; local
2246 found = 1;
2253 found = 1;
2257 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1449 G729DEC_DPRINT ("%d :: The PBufHeader is not found in the list\n",
2267 OMX_S16 found=0; local
2272 found = 1;
2279 found = 1;
2283 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c25 * Use of this software is controlled by the terms and conditions found
1491 G729ENC_EPRINT("The pBufHeader is not found in the list.\n");
2570 int found=0; local
2578 found = 1;
2588 found = 1;
2592 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1993 OMX_ERROR4(pComponentPrivate->dbg, "%d :: The pBufHeader is not found in the list\n",__LINE__);
3546 int found=0; local
3551 found = 1;
3558 found = 1;
3562 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1520 G711DEC_DPRINT ("%d :: The PBufHeader is not found in the list\n",
2569 OMX_S16 found=0; local
2574 found = 1;
2581 found = 1;
2585 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c25 * Use of this software is controlled by the terms and conditions found
1418 G711ENC_DPRINT ("%d :: The pBufHeader is not found in the list\n", __LINE__);
2375 OMX_U32 found=0; local
2380 found = 1;
2387 found = 1;
2391 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c25 * Use of this software is controlled by the terms and conditions found
1199 G722ENC_DPRINT ("%d :: The pBufHeader is not found in the list\n",__LINE__);
2730 int found=0; local
2735 found = 1;
2742 found = 1;
2746 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1322 G726DEC_EPRINT (":: The pBufHeader is not found in the list\n");
2378 OMX_U32 found=0; local
2383 found = 1;
2390 found = 1;
2394 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c25 * Use of this software is controlled by the terms and conditions found
138 printf("\n\n__ Pointer not found. Line:%d File%s!!\n\n",line, s);
1372 G726ENC_DPRINT ("%d :: The pBufHeader is not found in the list\n", __LINE__);
2113 OMX_U32 found=0; local
2118 found = 1;
2125 found = 1;
2129 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1860 OMX_ERROR4(pComponentPrivate->dbg, ":: The pBufHeader is not found in the list\n");
3307 int found=0; local
3312 found = 1;
3319 found = 1;
3323 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c25 * Use of this software is controlled by the terms and conditions found
1586 OMX_ERROR4(pComponentPrivate->dbg, "%d :: The pBufHeader is not found in the list\n", __LINE__);
2844 int found=0; local
2849 found = 1;
2856 found = 1;
2860 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c25 * Use of this software is controlled by the terms and conditions found
1709 OMX_ERROR4(pComponentPrivate->dbg, "The pBufHeader is not found in the list\n");
3066 int found = 0; local
3071 found = 1;
3077 found = 1;
3082 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1299 OMX_ERROR4(pComponentPrivate->dbg, "%d :: The PBufHeader is not found in the list", __LINE__);
3617 int found=0; local
3625 found = 1;
3635 found = 1;
3639 return found;
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DadmCtrlWpa2.c610 TRACE0(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "admCtrlWpa2_getInfoElement - PMKID was found! \n");
1371 TI_BOOL found = TI_FALSE; local
1375 while(!found && (i < ADMCTRL_PMKID_CACHE_SIZE) &&
1381 found = TI_TRUE;
1393 if(found)
1499 /* Entry for the bssid has been found; Update PMKID */
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1745 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: The PBufHeader is not found in the list\n",
3249 OMX_S16 found=0; local
3254 found = 1;
3261 found = 1;
3265 return found;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c25 * Use of this software is controlled by the terms and conditions found
1752 OMX_ERROR4(pComponentPrivate->dbg, "The PBufHeader is not found in the list\n");
3257 int found=0; local
3262 found = 1;
3269 found = 1;
3273 return found;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp416 bool found = false; local
442 found = true;
446 return found ? 0 : -1;
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp2554 bool found = false; local
2569 found = true;
2608 if(found == false){
/hardware/qcom/camera/
H A DQCameraHWI_Parm.cpp2655 bool found = false; local
2670 found = true;
2709 if(found == false){

Completed in 421 milliseconds

12