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

12 3 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 398 avcParams->bWeightedPPrediction = OMX_FALSE;
399 avcParams->bEntropyCodingCABAC = OMX_FALSE;
400 avcParams->bconstIpred = OMX_FALSE;
401 avcParams->bDirect8x8Inference = OMX_FALSE;
402 avcParams->bDirectSpatialTemporal = OMX_FALSE;
448 avcType->bWeightedPPrediction != OMX_FALSE ||
449 avcType->bEntropyCodingCABAC != OMX_FALSE ||
450 avcType->bconstIpred != OMX_FALSE ||
451 avcType->bDirect8x8Inference != OMX_FALSE ||
452 avcType->bDirectSpatialTemporal != OMX_FALSE ||
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 220 *pbEndOfFrame = OMX_FALSE;
230 return OMX_FALSE;
247 return OMX_FALSE;
515 if (pH264Dec->bSourceStart == OMX_FALSE) {
522 if (pH264Dec->bDestinationStart == OMX_FALSE) {
638 pVideoDec->bReconfigDPB = OMX_FALSE;
737 if (pVideoDec->bThumbnailMode == OMX_FALSE)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 811 pAppData->pInPortDef->bPopulated = OMX_FALSE;
820 pAppData->pInPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
852 pAppData->pH264->bEnableUEP = OMX_FALSE;
853 pAppData->pH264->bEnableFMO = OMX_FALSE;
854 pAppData->pH264->bEnableASO = OMX_FALSE;
855 pAppData->pH264->bEnableRS = OMX_FALSE;
858 pAppData->pH264->bFrameMBsOnly = OMX_FALSE;
859 pAppData->pH264->bMBAFF = OMX_FALSE;
860 pAppData->pH264->bEntropyCodingCABAC = OMX_FALSE;
861 pAppData->pH264->bWeightedPPrediction = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 135 *pbEndOfFrame = OMX_FALSE;
155 return OMX_FALSE;
162 return OMX_FALSE;
434 if (pVp8Dec->bSourceStart == OMX_FALSE) {
441 if (pVp8Dec->bDestinationStart == OMX_FALSE) {
557 pVideoDec->bReconfigDPB = OMX_FALSE;
656 if (pVideoDec->bThumbnailMode == OMX_FALSE)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 90 def.bPopulated = OMX_FALSE;
92 def.bBuffersContiguous = OMX_FALSE;
97 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
108 def.bPopulated = OMX_FALSE;
110 def.bBuffersContiguous = OMX_FALSE;
115 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
SoftAACEncoder2.cpp 79 def.bPopulated = OMX_FALSE;
81 def.bBuffersContiguous = OMX_FALSE;
86 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
97 def.bPopulated = OMX_FALSE;
99 def.bBuffersContiguous = OMX_FALSE;
104 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 83 def.bPopulated = OMX_FALSE;
85 def.bBuffersContiguous = OMX_FALSE;
90 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
101 def.bPopulated = OMX_FALSE;
103 def.bBuffersContiguous = OMX_FALSE;
108 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 120 def.bPopulated = OMX_FALSE;
122 def.bBuffersContiguous = OMX_FALSE;
127 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
139 def.bPopulated = OMX_FALSE;
141 def.bBuffersContiguous = OMX_FALSE;
146 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 248 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
249 h263type->bForceRoundingTypeToZero = OMX_FALSE;
275 mpeg4type->bReversibleVLC = OMX_FALSE;
316 h263type->bPLUSPTYPEAllowed != OMX_FALSE ||
317 h263type->bForceRoundingTypeToZero != OMX_FALSE ||
344 mpeg4type->bReversibleVLC != OMX_FALSE) {
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 85 def.bPopulated = OMX_FALSE;
87 def.bBuffersContiguous = OMX_FALSE;
94 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
106 def.bPopulated = OMX_FALSE;
108 def.bBuffersContiguous = OMX_FALSE;
113 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 91 def.bPopulated = OMX_FALSE;
93 def.bBuffersContiguous = OMX_FALSE;
101 def.format.video.bFlagErrorConcealment = OMX_FALSE;
113 def.bPopulated = OMX_FALSE;
115 def.bBuffersContiguous = OMX_FALSE;
123 def.format.video.bFlagErrorConcealment = OMX_FALSE;
SimpleSoftOMXComponent.cpp 218 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE);
272 || port->mDef.bEnabled == OMX_FALSE);
294 port->mDef.bPopulated = OMX_FALSE;
465 port->mDef.bEnabled = OMX_FALSE;
550 if (port.mDef.bEnabled == OMX_FALSE) {
554 if (port.mDef.bPopulated == OMX_FALSE) {
564 if (port.mDef.bEnabled == OMX_FALSE) {
576 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_FALSE);
SoftVideoEncoderOMXComponent.cpp 96 def.bPopulated = OMX_FALSE;
98 def.bBuffersContiguous = OMX_FALSE;
107 def.format.video.bFlagErrorConcealment = OMX_FALSE;
124 def.bPopulated = OMX_FALSE;
126 def.bBuffersContiguous = OMX_FALSE;
134 def.format.video.bFlagErrorConcealment = OMX_FALSE;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 103 p_session->encoding = OMX_FALSE;
209 p_session->state_change_pending = OMX_FALSE;
215 p_session->config = OMX_FALSE;
533 p_session->encoding = OMX_FALSE;
536 if (OMX_FALSE == p_session->config) {
615 OMX_FALSE);
772 if (OMX_FALSE == p_session->active) {
857 p_session->active = OMX_FALSE;
893 OMX_BOOL ret = OMX_FALSE;
1059 p_session->state_change_pending = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Event.c 56 event->signal = OMX_FALSE;
133 event->signal = OMX_FALSE;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 188 isNewFrame = OMX_FALSE;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 124 mFrameRetrieved = OMX_FALSE;
150 mFirstFrame = OMX_FALSE;
152 if (mSyncEncoding == OMX_FALSE && mFrameInputCount == 1) {
OMXVideoEncoderBase.cpp 33 ,mStoreMetaDataInBuffers(OMX_FALSE)
99 paramPortDefinitionInput.bPopulated = OMX_FALSE;
109 paramPortDefinitionInput.format.video.bFlagErrorConcealment = OMX_FALSE;
113 paramPortDefinitionInput.bBuffersContiguous = OMX_FALSE;
185 mConfigIntelAir.bAirEnable = OMX_FALSE;
186 mConfigIntelAir.bAirAuto = OMX_FALSE;
209 mParamIntelAdaptiveSliceControl.bEnable = OMX_FALSE;
231 paramPortDefinitionOutput.bPopulated = OMX_FALSE;
241 paramPortDefinitionOutput.format.video.bFlagErrorConcealment = OMX_FALSE;
245 paramPortDefinitionOutput.bBuffersContiguous = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 377 pComponentPrivate->bForceIFrame = OMX_FALSE;
382 pComponentPrivate->bHideEvents = OMX_FALSE;
383 pComponentPrivate->bHandlingFatalError = OMX_FALSE;
384 pComponentPrivate->bUnresponsiveDsp = OMX_FALSE;
385 pComponentPrivate->bCodecLoaded = OMX_FALSE;
391 pComponentPrivate->bPassingIdleToLoaded = OMX_FALSE;
392 pComponentPrivate->bErrorLcmlHandle = OMX_FALSE;
624 pPortDef->bPopulated = OMX_FALSE;
633 pPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
666 pPortDef->bPopulated = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 252 pComponentPrivate->iPVCapabilityFlags.iOMXComponentNeedsNALStartCode = OMX_FALSE;
253 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
254 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
255 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
256 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsPartialFrames = OMX_FALSE;
257 pComponentPrivate->iPVCapabilityFlags.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
261 pComponentPrivate->bDspStoppedWhileExecuting = OMX_FALSE;
323 pComponentPrivate->bFlushOutputPortCommandPending = OMX_FALSE;
324 pComponentPrivate->bFlushInputPortCommandPending = OMX_FALSE;
337 pComponentPrivate->bBypassDSP = OMX_FALSE;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp 448 vstabp.bEnabled = OMX_FALSE;
493 frameStabCfg.bStab = OMX_FALSE;
644 bCAC.bEnabled = OMX_FALSE;
774 bOMX.bEnabled = OMX_FALSE;
964 mFacePriority.bAwbFaceEnable = OMX_FALSE;
972 mFacePriority.bAeFaceEnable = OMX_FALSE;
980 mFacePriority.bAfFaceEnable = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 363 pVideoEnc->IntraRefreshVOP = OMX_FALSE;
673 if (pH264Enc->bSourceStart == OMX_FALSE) {
680 if (pH264Enc->bDestinationStart == OMX_FALSE) {
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 285 OMX_BOOL lock = OMX_FALSE;
286 mUserSetExpLock = OMX_FALSE;
310 OMX_BOOL lock = OMX_FALSE;
311 mUserSetWbLock = OMX_FALSE;
336 } else if (str && (strcmp(str, FALSE) == 0) && (mParameters3A.FocusLock != OMX_FALSE)) {
338 mParameters3A.FocusLock = OMX_FALSE;
416 Gen3A.ExposureLock = OMX_FALSE;
417 Gen3A.FocusLock = OMX_FALSE;
418 Gen3A.WhiteBalanceLock = OMX_FALSE;
524 focusAssist.bFocusAssist = OMX_FALSE;
    [all...]
OMXAlgo.cpp 418 vstabp.bEnabled = OMX_FALSE;
463 frameStabCfg.bStab = OMX_FALSE;
617 bCAC.bEnabled = OMX_FALSE;
748 bOMX.bEnabled = OMX_FALSE;
938 mFacePriority.bAwbFaceEnable = OMX_FALSE;
946 mFacePriority.bAeFaceEnable = OMX_FALSE;
954 mFacePriority.bAfFaceEnable = OMX_FALSE;
976 mRegionPriority.bAwbRegionEnable = OMX_FALSE;
984 mRegionPriority.bAeRegionEnable = OMX_FALSE;
992 mRegionPriority.bAfRegionEnable = OMX_FALSE;
    [all...]

Completed in 1582 milliseconds

12 3 4 5 6 7 8