HomeSort by relevance Sort by last modified time
    Searched refs:OMX_FALSE (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 131 OMX_BOOL bError = OMX_FALSE;
290 OMX_BOOL found_input = OMX_FALSE;
313 found_input = OMX_FALSE;
323 if ((pTempVidPortDef->eDir == OMX_DirInput) &&(found_input == OMX_FALSE)){
518 int bPauseResume=OMX_FALSE;
519 int bStopRestart=OMX_FALSE;
520 int bStopNotFree=OMX_FALSE;
521 int bStopExit=OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 344 pComponentPrivate->bIsOutputFlushPending = OMX_FALSE;
346 pComponentPrivate->bIsInputFlushPending = OMX_FALSE;
647 if(RemoveStateTransition(pComponentPrivate, OMX_FALSE) != OMX_ErrorNone) {
654 if(RemoveStateTransition(pComponentPrivate, OMX_FALSE) != OMX_ErrorNone) {
662 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 582 expCapMode.bFrameLimited = OMX_FALSE;
699 enqueueShotConfigs.nShotConfig[i].bNoSnapshot = OMX_FALSE; // TODO: Make this configurable
708 enqueueShotConfigs.bFlushQueue = doFlush ? OMX_TRUE : OMX_FALSE;
732 enqueueShotConfigs.nShotConfig[0].bNoSnapshot = OMX_FALSE; // TODO: Make this configurable
735 enqueueShotConfigs.bFlushQueue = doFlush ? OMX_TRUE : OMX_FALSE;
776 expCapMode.bFrameLimited = OMX_FALSE;
804 extExpCapMode.bEnableBracketing = OMX_FALSE;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 450 p_session->state_change_pending = OMX_FALSE;
451 p_session->abort_flag = OMX_FALSE;
456 p_session->config = OMX_FALSE;
798 OMX_BOOL encode_thumbnail = OMX_FALSE;
808 if (OMX_FALSE == p_params->encode_thumbnail) {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 469 p_session->state_change_pending = OMX_FALSE;
470 p_session->abort_flag = OMX_FALSE;
475 p_session->config = OMX_FALSE;
860 OMX_BOOL encode_thumbnail = OMX_FALSE;
870 if (OMX_FALSE == p_params->encode_thumbnail) {
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 285 p_session->state_change_pending = OMX_FALSE;
291 p_session->config = OMX_FALSE;
293 p_session->auto_out_buf = OMX_FALSE;
853 OMX_BOOL encode_thumbnail = OMX_FALSE;
863 if (OMX_FALSE == p_params->encode_thumbnail) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 264 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
265 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
266 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
267 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsPartialFrames = OMX_FALSE;
268 pComponentPrivate->iPVCapabilityFlags.iOMXComponentNeedsNALStartCode = OMX_FALSE;
269 pComponentPrivate->iPVCapabilityFlags.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
347 pComponentPrivate->bFlushOutputPortCommandPending = OMX_FALSE;
348 pComponentPrivate->bFlushInputPortCommandPending = OMX_FALSE;
370 pComponentPrivate->bBypassDSP = OMX_FALSE;
371 pComponentPrivate->bNoIdleOnStop = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 713 eError = VPP_HandleCommandFlush(pComponentPrivate, nParam1, OMX_FALSE);
847 VPP_DPRINT("nParam1 %d return_event is %x OMX_FALSE %x\n", nParam1, return_event, OMX_FALSE);
850 pComponentPrivate->bDisable = OMX_FALSE;
861 while (pComponentPrivate->bDisable == OMX_FALSE) {
    [all...]
OMX_VPP.c 440 pMyData->sCompPorts[nPortIndex].pPortDef.bPopulated = OMX_FALSE;
466 (pMyData->sCompPorts[nPortIndex].pPortDef.bPopulated == OMX_FALSE)) {
469 pMyData->sCompPorts[nPortIndex].pPortDef.bEnabled = OMX_FALSE;
470 pMyData->bDisableIncomplete[nPortIndex] = OMX_FALSE;
584 pMyData->sCompPorts[nPortIndex].pVPPBufHeader[nCount].bSelfAllocated = OMX_FALSE;
703 pComponentPrivate->pIpFrameStatus->ulFrostedGlassOvly = OMX_FALSE;
705 pComponentPrivate->pIpFrameStatus->ulLockedRatio = OMX_FALSE;
706 pComponentPrivate->pIpFrameStatus->ulMirror = OMX_FALSE;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 100 pComponentPrivate->bMapIonBuffers = OMX_FALSE;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 321 pComponentPrivate->bBypassDSP = OMX_FALSE;
322 pComponentPrivate->bNoIdleOnStop = OMX_FALSE;
334 pComponentPrivate->bFlushOutputPortCommandPending = OMX_FALSE;
335 pComponentPrivate->bFlushInputPortCommandPending = OMX_FALSE;
337 pComponentPrivate->bPreempted = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 652 OMX_BOOL bError = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 415 bExitOnError = OMX_FALSE;
604 pCompPrivateStruct->bPopulated = OMX_FALSE;
609 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
613 tiOmxDspDefinition.dasfMode = OMX_FALSE;
652 tiOmxDspDefinition.acousticMode = OMX_FALSE;
690 pCompPrivateStruct->bPopulated = OMX_FALSE;
695 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
721 pG729Param->bDTX = OMX_FALSE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 91 def.bPopulated = OMX_FALSE;
93 def.bBuffersContiguous = OMX_FALSE;
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
109 def.bPopulated = OMX_FALSE;
111 def.bBuffersContiguous = OMX_FALSE;
116 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 635 pCompPrivateStruct->bPopulated = OMX_FALSE;
658 pCompPrivateStruct->bPopulated = OMX_FALSE;
787 pPcmParam->bInterleaved = OMX_FALSE;
808 pCompPrivateStructMute->bMute = OMX_FALSE;
815 pCompPrivateStructVolume->bLinear = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 242 OMX_BOOL bWaiting = OMX_FALSE;
246 OMX_BOOL bPlayCompleted = OMX_FALSE;
366 bWaiting = OMX_FALSE;
559 bInvalidState=OMX_FALSE; /* flag for invalid state transition */
940 pCompPrivateStruct->bPopulated = OMX_FALSE;
967 pCompPrivateStruct->bPopulated = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 801 pComponentPrivate->bFlushComplete = OMX_FALSE;
810 while (pComponentPrivate->bFlushComplete == OMX_FALSE) {
846 pComponentPrivate->bFlushComplete = OMX_FALSE;
854 pComponentPrivate->bFlushComplete = OMX_FALSE;
863 while (pComponentPrivate->bFlushComplete == OMX_FALSE) {
    [all...]
OMX_JpegDecoder.c 414 pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated = OMX_FALSE;
507 pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->bAllocbyComponent = OMX_FALSE;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 497 OMX_BOOL bFreeMarkIfError = OMX_FALSE;
498 OMX_BOOL bIsProxy = OMX_FALSE , bMapBuffer;
670 OMX_BOOL bSlotFound = OMX_FALSE;
702 bSlotFound = OMX_FALSE;
713 if (bSlotFound == OMX_FALSE)
799 OMX_BOOL bSlotFound = OMX_FALSE;
918 OMX_BOOL bSlotFound = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 341 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
548 if (pExynosComponent->bMultiThreadProcess == OMX_FALSE) {
575 pExynosComponent->checkTimeStamp.needCheckStartTimeStamp = OMX_FALSE;
578 pExynosComponent->getAllDelayBuffer = OMX_FALSE;
579 pExynosComponent->bSaveFlagEOS = OMX_FALSE;
580 pExynosComponent->bBehaviorEOS = OMX_FALSE;
581 pExynosComponent->reInputData = OMX_FALSE;
584 pExynosComponent->pExynosPort[nPortIndex].bIsPortFlushed = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 435 pComponentPrivate->bNoIdleOnStop= OMX_FALSE;
436 pComponentPrivate->bIdleCommandPending = OMX_FALSE;
442 pComponentPrivate->bDspStoppedWhileExecuting = OMX_FALSE;
443 pComponentPrivate->bPreempted = OMX_FALSE;
565 pPortDef_ip->bPopulated = OMX_FALSE;
575 pPortDef_op->bPopulated = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 317 pComponentPrivate->bBypassDSP = OMX_FALSE;
318 pComponentPrivate->bNoIdleOnStop = OMX_FALSE;
319 pComponentPrivate->bPreempted = OMX_FALSE;
372 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE;
387 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 282 pPortDef_ip->bPopulated = OMX_FALSE;
286 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE;
299 pPortDef_op->bPopulated = OMX_FALSE;
303 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE;
350 pComponentPrivate->bNoIdleOnStop= OMX_FALSE;
352 pComponentPrivate->bDspStoppedWhileExecuting = OMX_FALSE;
360 pComponentPrivate->bPreempted = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 781 pComponentPrivate->bFlushComplete = OMX_FALSE;
792 while (pComponentPrivate->bFlushComplete == OMX_FALSE) {
798 pComponentPrivate->bFlushComplete = OMX_FALSE;
803 pComponentPrivate->bFlushComplete = OMX_FALSE;
814 while (pComponentPrivate->bFlushComplete == OMX_FALSE) {
819 pComponentPrivate->bFlushComplete = OMX_FALSE;
821 pComponentPrivate->bFlushComplete = OMX_FALSE;
843 pComponentPrivate->bFlushComplete = OMX_FALSE;
856 while (pComponentPrivate->bFlushComplete == OMX_FALSE) {
862 pComponentPrivate->bFlushComplete = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 401 /* EOS_sent = OMX_FALSE; */
    [all...]

Completed in 1170 milliseconds

1 2 34 5 6 7 8