Searched defs:found (Results 1 - 25 of 34) 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/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp365 bool found = false; local
369 found = true;
374 if (found) {
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c1049 int found = 0; local
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c613 int found = 0, ret; local
627 found = 1;
634 if (found)
648 found = 1;
656 if (found)
/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/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/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp511 bool found = false; local
547 found = false;
558 found = true; //already in the DPB; will not add this one
562 if (found == false) {
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp156 LOGE("Not found matching frame buffer in pool, libvpx's wrong?");
815 int found = 0; local
820 found ++;
821 if (found > 1) { //libvpx sometimes needs 2 buffer when calling decode once.
829 found ++;
830 if (found > 1) { //libvpx sometimes needs 2 buffer when calling decode once.
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
288 int found = 0; local
315 found = i + 1;
326 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) {
329 svc_ctx->spatial_layers, found);
347 int found = 0; local
380 found = i + 1;
387 if (res == VPX_CODEC_OK && found !
[all...]

Completed in 521 milliseconds

12