Searched refs:found (Results 1 - 25 of 27) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/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/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h166 bool found = false; local
173 found = true;
181 found = true;
192 found = true;
202 found = true;
215 if (found)size_of_list--;
217 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/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp625 ALOGE("[%s] no entry found(framecount:%d)", __FUNCTION__, shot_ext->shot.ctl.request.frameCount);
869 CAM_LOGD("DBG(%s): No Entry found", __FUNCTION__);
884 CAM_LOGD("(%s): No Entry found frame count(%d)", __FUNCTION__, shot_ext->shot.ctl.request.frameCount);
3636 ALOGV("DEBUG(%s): found buffer index[%d] - status(%d)",
3661 bool found = false; local
3681 found = false;
3684 found = true;
3688 ALOGV("DEBUG(%s): [subStream] found(%d) - index[%d]", __FUNCTION__, found, checkingIndex);
3689 if (!found) brea
3812 bool found = false; local
3991 bool found = false; local
4166 bool found = false; local
4323 bool found = false; local
4373 bool found = false; local
4449 bool found = false; local
4493 bool found = false; local
4614 bool found = false; local
6036 bool found = false; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c1071 int found = 0; local
1116 found = 1;
1126 found = 1;
1134 if (found == 1)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c1008 int found = 0; local
1048 found = 1;
1056 found = 1;
1067 if (found == 1) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp939 * RETURN : valid value if found
940 * NAME_NOT_FOUND if not found
963 * RETURN : name str or NULL if not found
1149 bool found = false; local
1155 found = true;
1160 if (!found) {
1172 found = true;
1177 if (!found && hfrMode != CAM_HFR_MODE_OFF) {
1418 bool found = false; local
1434 found
[all...]
/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_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/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/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/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp427 bool found = false; local
453 found = true;
457 return found ? 0 : -1;
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c1049 int found = 0; local
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvideo_encoder_test.c987 int found = 0; local
/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/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_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/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_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/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;

Completed in 1604 milliseconds

12