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

12

/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/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/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/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/audio/msm8909/mm-audio/aenc-evrc/qdsp6/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/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/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/msm8974/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/msm8974/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/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h165 bool found = false; local
172 found = true;
180 found = true;
191 found = true;
201 found = true;
214 if (found)size_of_list--;
216 return found;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp117 DLOGE("File '%s' not found", bw_info_node);
184 DLOGE("File '%s' not found", stringbuffer);
369 DLOGW("File '%s' not found", stringbuffer);
399 bool found = false; local
401 for (uint32_t i = 0; (i < kMaxV4L2Nodes) && (false == found); i++) {
412 found = true;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c1049 int found = 0; local
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp369 bool found = false; local
373 found = true;
378 if (found) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp366 bool found = false; local
370 found = true;
375 if (found) {
/hardware/qcom/media/msm8974/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/msm8974/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/bsp/intel/peripheral/libmraa/src/
H A Dmraa.c592 mraa_boolean_t found = 0; local
611 while ((getline(&line, &len, fh) != -1) && (found == 0)) {
613 found = 1;
621 return found;
627 mraa_boolean_t found = 0; local
646 while ((getline(&line, &len, fh) != -1) && (found == 0)) {
648 found = 1;
656 return found;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_h264.c940 gboolean found = FALSE; local
973 found = FALSE;
984 found = TRUE; //already in the DPB; will not add this one
988 if (!found)
1503 gboolean found = FALSE; local
1513 found = g_hash_table_lookup_extended(self->dpb_surface_table, (gpointer)poc, NULL, (gpointer)&mvf);
1515 if (found)
1518 LOG_V( "Looked up poc %d in dpb table found frame ID %d\n", poc, (gint)mvf->frame_id);
/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.cpp154 LOGE("Not found matching frame buffer in pool, libvpx's wrong?");
808 int found = 0; local
813 found ++;
814 if (found > 1) { //libvpx sometimes needs 2 buffer when calling decode once.
822 found ++;
823 if (found > 1) { //libvpx sometimes needs 2 buffer when calling decode once.
H A DOMXVideoDecoderVP9Hybrid.cpp262 bool found = false; local
266 found = true;
270 if (!found) {
275 found = true;
280 mSingalRenderDone(mHybridCtx, handle, !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;

Completed in 731 milliseconds

12