HomeSort by relevance Sort by last modified time
    Searched refs:OMX_FALSE (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 108 return OMX_FALSE;
114 return OMX_FALSE;
148 return OMX_FALSE;
161 return OMX_FALSE;
166 return OMX_FALSE;
172 return OMX_FALSE;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 201 #define VIDDEC_PORT_POPULATED OMX_FALSE
238 #define VIDDEC_INPUT_PORT_FLAGERRORCONCEALMENT OMX_FALSE
245 #define VIDDEC_OUTPUT_PORT_FLAGERRORCONCEALMENT OMX_FALSE
252 #define VIDDEC_DEFAULT_MPEG4_SVH OMX_FALSE
253 #define VIDDEC_DEFAULT_MPEG4_GOV OMX_FALSE
257 #define VIDDEC_DEFAULT_MPEG4_ACPRED OMX_FALSE
264 #define VIDDEC_DEFAULT_MPEG4_REVERSIBLEVLC OMX_FALSE
275 #define VIDDEC_DEFAULT_H264_USEHADAMARD OMX_FALSE
279 #define VIDDEC_DEFAULT_H264_ENABLEUEP OMX_FALSE
280 #define VIDDEC_DEFAULT_H264_ENABLEFMO OMX_FALSE
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 116 OMX_BOOL ret = OMX_FALSE;
124 ret = OMX_FALSE;
144 pExynosInputPort->portDefinition.format.video.bFlagErrorConcealment = OMX_FALSE;
160 pExynosOutputPort->portDefinition.format.video.bFlagErrorConcealment = OMX_FALSE;
164 pExynosOutputPort->bIsANBEnabled = OMX_FALSE;
242 OMX_BOOL ret = OMX_FALSE;
305 if ((exynosOutputPort->bIsANBEnabled == OMX_FALSE) &&
312 if (pVideoDec->csc_set_format == OMX_FALSE) {
343 ret = OMX_FALSE;
361 OMX_BOOL ret = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 85 OMX_BOOL ret = OMX_FALSE;
93 ret = OMX_FALSE;
171 OMX_BOOL ret = OMX_FALSE;
180 OMX_BOOL flagEOS = OMX_FALSE;
295 ret = OMX_FALSE;
313 OMX_BOOL ret = OMX_FALSE;
324 OMX_BOOL flagEOS = OMX_FALSE;
331 ret = OMX_FALSE;
437 ret = OMX_FALSE;
444 ret = OMX_FALSE;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Types.h 208 OMX_FALSE = 0,
209 OMX_TRUE = !OMX_FALSE,
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 190 OMX_FALSE = 0,
191 OMX_TRUE = !OMX_FALSE,
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 190 OMX_FALSE = 0,
191 OMX_TRUE = !OMX_FALSE,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 190 OMX_FALSE = 0,
191 OMX_TRUE = !OMX_FALSE,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 190 OMX_FALSE = 0,
191 OMX_TRUE = !OMX_FALSE,
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 190 OMX_FALSE = 0,
191 OMX_TRUE = !OMX_FALSE,
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 68 def.bPopulated = OMX_FALSE;
70 def.bBuffersContiguous = OMX_FALSE;
80 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
91 def.bPopulated = OMX_FALSE;
93 def.bBuffersContiguous = OMX_FALSE;
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 69 def.bPopulated = OMX_FALSE;
71 def.bBuffersContiguous = OMX_FALSE;
78 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
89 def.bPopulated = OMX_FALSE;
91 def.bBuffersContiguous = OMX_FALSE;
96 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 63 def.bPopulated = OMX_FALSE;
65 def.bBuffersContiguous = OMX_FALSE;
70 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
81 def.bPopulated = OMX_FALSE;
83 def.bBuffersContiguous = OMX_FALSE;
88 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c 57 pExynosPort->extendBufferHeader[i].bBufferInOMX = OMX_FALSE;
78 pExynosPort->extendBufferHeader[i].bBufferInOMX = OMX_FALSE;
244 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
247 pExynosPort->portDefinition.bEnabled = OMX_FALSE;
291 Exynos_OMX_BufferFlushProcess(pOMXComponent, portIndex, OMX_FALSE);
301 pExynosComponent->pExynosPort[portIndex].bIsPortDisabled = OMX_FALSE;
331 OMX_BOOL findBuffer = OMX_FALSE;
397 if (findBuffer == OMX_FALSE) {
436 OMX_BOOL findBuffer = OMX_FALSE;
502 if (findBuffer == OMX_FALSE) {
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 192 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE;
218 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE;
219 m_sErrorCorrection.bEnableHEC = OMX_FALSE;
220 m_sErrorCorrection.bEnableResync = OMX_FALSE;
221 m_sErrorCorrection.bEnableRVLC = OMX_FALSE;
248 m_sInPortDef.bPopulated = OMX_FALSE;
274 m_sOutPortDef.bPopulated = OMX_FALSE;
344 m_sParamMPEG4.bSVH = OMX_FALSE;
345 m_sParamMPEG4.bGov = OMX_FALSE;
351 m_sParamMPEG4.bReversibleVLC = OMX_FALSE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 87 def.bPopulated = OMX_FALSE;
89 def.bBuffersContiguous = OMX_FALSE;
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
113 def.bPopulated = OMX_FALSE;
115 def.bBuffersContiguous = OMX_FALSE;
120 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 76 def.bPopulated = OMX_FALSE;
78 def.bBuffersContiguous = OMX_FALSE;
83 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
94 def.bPopulated = OMX_FALSE;
96 def.bBuffersContiguous = OMX_FALSE;
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 77 def.bPopulated = OMX_FALSE;
79 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/vorbis/dec/
SoftVorbis.cpp 86 def.bPopulated = OMX_FALSE;
88 def.bBuffersContiguous = OMX_FALSE;
95 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
106 def.bPopulated = OMX_FALSE;
108 def.bBuffersContiguous = OMX_FALSE;
113 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
140 vorbisParams->bManaged = OMX_FALSE;
141 vorbisParams->bDownmix = OMX_FALSE;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 310 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
369 return OMX_FALSE;
414 dataBuffer->dataValid = OMX_FALSE;
519 dataBuffer->dataValid = OMX_FALSE;
584 OMX_BOOL ret = OMX_FALSE;
593 OMX_BOOL flagEOF = OMX_FALSE;
594 OMX_BOOL previousFrameEOF = OMX_FALSE;
605 previousFrameEOF = OMX_FALSE;
636 pExynosComponent->bSaveFlagEOS = OMX_FALSE;
647 pExynosComponent->bSaveFlagEOS = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 448 pExynosComponent->bSaveFlagEOS = OMX_FALSE;
449 pMp3Dec->hSRPMp3Handle.bConfiguredSRP = OMX_FALSE;
450 pMp3Dec->hSRPMp3Handle.bSRPSendEOS = OMX_FALSE;
451 pExynosComponent->getAllDelayBuffer = OMX_FALSE;
493 OMX_BOOL isSRPIbufOverflow = OMX_FALSE;
498 if (pExynosComponent->reInputData == OMX_FALSE) {
508 if (pExynosComponent->getAllDelayBuffer == OMX_FALSE) {
522 if (pMp3Dec->hSRPMp3Handle.bConfiguredSRP == OMX_FALSE) {
525 pMp3Dec->hSRPMp3Handle.bSRPSendEOS = OMX_FALSE;
543 pExynosComponent->getAllDelayBuffer = OMX_FALSE;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 158 static OMX_BOOL gbFIMV1 = OMX_FALSE;
173 bFrameStart = OMX_FALSE;
194 if (bPreviousFrameEOF == OMX_FALSE)
198 if (bFrameStart == OMX_FALSE) {
226 *pbEndOfFrame = OMX_FALSE;
248 bFrameStart = OMX_FALSE;
250 if (bPreviousFrameEOF == OMX_FALSE)
254 if (bFrameStart == OMX_FALSE) {
292 *pbEndOfFrame = OMX_FALSE;
310 return OMX_FALSE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 248 def.bPopulated = OMX_FALSE;
250 def.bBuffersContiguous = OMX_FALSE;
272 def.bPopulated = OMX_FALSE;
274 def.bBuffersContiguous = OMX_FALSE;
367 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
368 h263type->bForceRoundingTypeToZero = OMX_FALSE;
394 mpeg4type->bReversibleVLC = OMX_FALSE;
558 h263type->bPLUSPTYPEAllowed != OMX_FALSE ||
559 h263type->bForceRoundingTypeToZero != OMX_FALSE ||
586 mpeg4type->bReversibleVLC != 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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 387 def.bPopulated = OMX_FALSE;
389 def.bBuffersContiguous = OMX_FALSE;
410 def.bPopulated = OMX_FALSE;
412 def.bBuffersContiguous = OMX_FALSE;
504 avcParams->bWeightedPPrediction = OMX_FALSE;
505 avcParams->bEntropyCodingCABAC = OMX_FALSE;
506 avcParams->bconstIpred = OMX_FALSE;
507 avcParams->bDirect8x8Inference = OMX_FALSE;
508 avcParams->bDirectSpatialTemporal = OMX_FALSE;
668 avcType->bWeightedPPrediction != OMX_FALSE ||
    [all...]

Completed in 315 milliseconds

1 2 3 4 5 6