HomeSort by relevance Sort by last modified time
    Searched refs:bFound (Results 1 - 8 of 8) sorted by null

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 174 M4OSA_Bool bFound = M4OSA_FALSE;
184 bFound = (ppool->pNXPBuffer[i].state == desiredState);
185 if (bFound)
192 if(!bFound)
250 M4OSA_Bool bFound = M4OSA_FALSE;
259 bFound = M4OSA_TRUE;
265 if(M4OSA_FALSE == bFound)
VideoEditorVideoDecoder.cpp     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 545 OMX_BOOL bFound = OMX_FALSE;
564 bFound = OMX_TRUE;
569 if (!bFound)
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 575 OMX_BOOL bFound = OMX_FALSE;
584 while (!bFound && i < tableCount)
588 bFound = OMX_TRUE;
600 if (bFound && (*pNumRoles == componentTable[i].nRoles))
  /external/icu4c/test/intltest/
ssearch.cpp 756 UBool bFound;
761 bFound = usearch_search(ussLong.getAlias(), 0, &start, &end, &status);
763 if (bFound) {
770 bFound = usearch_search(ussShort.getAlias(), 0, &start, &end, &status);
772 if (bFound) {
789 UBool bFound;
801 bFound = usearch_search(ss.getAlias(), 0, &start, &end, &status);
803 if (bFound) {
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 258 M4OSA_Bool bFound;
457 bFound = M4OSA_FALSE;
464 bFound = M4OSA_TRUE;
468 if( bFound )
533 bFound = M4OSA_FALSE;
540 bFound = M4OSA_TRUE;
544 if( bFound )
    [all...]

Completed in 256 milliseconds