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

1 2 3 4

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/sec/
SEC_OMX_Macros.h 57 #define CHECK_PORT_BEING_FLUSHED(port) (port->bIsPortFlushed == OMX_TRUE)
58 #define CHECK_PORT_BEING_DISABLED(port) (port->bIsPortDisabled == OMX_TRUE)
59 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE)
60 #define CHECK_PORT_POPULATED(port) (port->portDefinition.bPopulated == OMX_TRUE)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 220 OMX_BOOL bExitOnError = OMX_TRUE;
603 pCompPrivateStruct->bEnabled = OMX_TRUE;
618 tiOmxDspDefinition.dasfMode = OMX_TRUE;
627 bExitOnError = OMX_TRUE;
636 bExitOnError = OMX_TRUE;
646 bExitOnError = OMX_TRUE;
657 tiOmxDspDefinition.acousticMode = OMX_TRUE;
664 bExitOnError = OMX_TRUE;
677 bExitOnError = OMX_TRUE;
689 pCompPrivateStruct->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 443 bExitOnError = OMX_TRUE;
455 bExitOnError = OMX_TRUE;
466 bExitOnError = OMX_TRUE;
472 bExitOnError = OMX_TRUE;
482 bExitOnError = OMX_TRUE;
491 bExitOnError = OMX_TRUE;
500 bExitOnError = OMX_TRUE;
511 bExitOnError = OMX_TRUE;
520 bExitOnError = OMX_TRUE;
527 bExitOnError = OMX_TRUE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 154 pSECPort->portDefinition.bPopulated = OMX_TRUE;
250 pSECPort->portDefinition.bPopulated = OMX_TRUE;
400 return OMX_TRUE;
484 if (dataBuffer->dataValid != OMX_TRUE) {
497 dataBuffer->dataValid = OMX_TRUE;
594 if (dataBuffer->dataValid != OMX_TRUE) {
607 dataBuffer->dataValid =OMX_TRUE;
678 if (inputUseBuffer->dataValid == OMX_TRUE) {
683 previousFrameEOF = OMX_TRUE;
687 if ((pSECComponent->bUseFlagEOF == OMX_TRUE) &
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 153 pSECPort->portDefinition.bPopulated = OMX_TRUE;
249 pSECPort->portDefinition.bPopulated = OMX_TRUE;
400 return OMX_TRUE;
483 if (dataBuffer->dataValid != OMX_TRUE) {
496 dataBuffer->dataValid = OMX_TRUE;
593 if (dataBuffer->dataValid != OMX_TRUE) {
606 dataBuffer->dataValid =OMX_TRUE;
672 if (inputUseBuffer->dataValid == OMX_TRUE) {
678 pSECComponent->bUseFlagEOF = OMX_TRUE;
682 previousFrameEOF = OMX_TRUE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 128 gbFIMV1 = OMX_TRUE;
129 *pbEndOfFrame = OMX_TRUE;
136 *pbEndOfFrame = OMX_TRUE;
141 bFrameStart = OMX_TRUE;
165 *pbEndOfFrame = OMX_TRUE;
189 bFrameStart = OMX_TRUE;
213 *pbEndOfFrame = OMX_TRUE;
233 return OMX_TRUE;
240 return OMX_TRUE;
248 return OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
OMX_VideoDec_Thread.c 201 bFlag = OMX_TRUE;
256 VIDDEC_HandleCommandFlush (pComponentPrivate, nParam1, OMX_TRUE);
297 if(pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE ||
451 if(!(pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE && pComponentPrivate->bInPortSettingsChanged == OMX_FALSE)){
492 pComponentPrivate->bPipeCleaned = OMX_TRUE;
OMX_VideoDecoder.c 288 OMX_CONF_CHECK_CMD(hComponent, OMX_TRUE, OMX_TRUE);
517 OMX_CONF_CHECK_CMD(pComponent, pCallBacks, OMX_TRUE);
620 OMX_CONF_CHECK_CMD(hComponent, OMX_TRUE, OMX_TRUE);
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 97 if (bPreviousFrameEOF == OMX_TRUE)
149 *pbEndOfFrame = OMX_TRUE;
172 return OMX_TRUE;
177 return OMX_TRUE;
431 if (pSECPort->portDefinition.bEnabled == OMX_TRUE) {
758 if (pH264Dec->hMFCH264Handle.bThumbnailMode == OMX_TRUE) {
809 pH264Dec->hMFCH264Handle.bConfiguredMFC = OMX_TRUE;
828 pSECComponent->bUseFlagEOF = OMX_TRUE;
839 if (Check_H264_StartCode(pInputData->dataBuffer, pInputData->dataLen) == OMX_TRUE) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 698 if (pAppData->bAllocateOBuf == OMX_TRUE) {
709 if (pAppData->bAllocateIBuf == OMX_TRUE) {
778 if(bInvalid_state == OMX_TRUE)
810 pAppData->pInPortDef->bEnabled = OMX_TRUE;
886 pAppData->pOutPortDef->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 242 OMX_CHECK_CMD(hComponent, ppBufferHdr, OMX_TRUE);
270 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].bSelfAllocated = OMX_TRUE;
340 pPortDef->bPopulated = OMX_TRUE;
375 OMX_CHECK_CMD(hComponent, pBufHeader, OMX_TRUE);
379 OMX_CHECK_CMD(pMyData, OMX_TRUE, OMX_TRUE);
399 if(pMyData->sCompPorts[nPortIndex].pVPPBufHeader[nCount].bSelfAllocated == OMX_TRUE) {
468 if (pMyData->bDisableIncomplete[nPortIndex] == OMX_TRUE) {
523 OMX_CHECK_CMD(pMyData, OMX_TRUE, OMX_TRUE);
    [all...]
OMX_VPP_Utils.c 754 pComponentPrivate->sCompPorts[nParam1].pPortDef.bEnabled = OMX_TRUE;
760 pComponentPrivate->sCompPorts[ports].pPortDef.bEnabled = OMX_TRUE;
765 while (OMX_TRUE)
875 if (return_event == OMX_TRUE) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.c 96 if (pSECComponent->secDataBuffer[portIndex].dataValid == OMX_TRUE) {
194 pSECComponent->checkTimeStamp.needSetStartTimeStamp = OMX_TRUE;
253 pSECComponent->pSECPort[portIndex].bIsPortFlushed = OMX_TRUE;
266 pSECComponent->checkTimeStamp.needSetStartTimeStamp = OMX_TRUE;
301 pSECPort->portDefinition.bEnabled = OMX_TRUE;
308 pSECPort->portDefinition.bPopulated = OMX_TRUE;
317 pSECPort->portDefinition.bPopulated = OMX_TRUE;
322 pSECPort->portDefinition.bPopulated = OMX_TRUE;
472 pSECComponent->pSECPort[portIndex].bIsPortFlushed = OMX_TRUE;
483 pSECComponent->checkTimeStamp.needSetStartTimeStamp = OMX_TRUE;
    [all...]
SEC_OMX_Basecomponent.c 238 pSECComponent->bExitBufferProcessThread = OMX_TRUE;
270 pSECComponent->bExitBufferProcessThread = OMX_TRUE;
341 pSECPort->portDefinition.bPopulated = OMX_TRUE;
348 * if (CHECK_PORT_TUNNELED == OMX_TRUE) thenTunnel Buffer Free
365 * if (CHECK_PORT_TUNNELED == OMX_TRUE) thenTunnel Buffer Free
509 while (pSECComponent->bExitMessageHandlerThread != OMX_TRUE) {
533 pSECComponent->bExitMessageHandlerThread = OMX_TRUE;
608 pSECComponent->pSECPort[index].bIsPortFlushed = OMX_TRUE;
686 pSECPort->bIsPortDisabled = OMX_TRUE;
691 pSECPort->bIsPortDisabled = OMX_TRUE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Types.h 191 OMX_TRUE = !OMX_FALSE,
  /frameworks/base/include/media/stagefright/openmax/
OMX_Types.h 209 OMX_TRUE = !OMX_FALSE,
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 191 OMX_TRUE = !OMX_FALSE,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 191 OMX_TRUE = !OMX_FALSE,
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 175 return OMX_TRUE;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 389 pComponentPrivate->bHandlingFatalError = OMX_TRUE;
408 pComponentPrivate->bHideEvents = OMX_TRUE;
596 bFlushFlag = OMX_TRUE;
600 if(bFlushFlag == OMX_TRUE)
602 eError = OMX_VIDENC_HandleCommandFlush(pComponentPrivate, VIDENC_INPUT_PORT, OMX_TRUE);
661 bFlushFlag = OMX_TRUE;
665 if(bFlushFlag == OMX_TRUE)
667 eError = OMX_VIDENC_HandleCommandFlush(pComponentPrivate, VIDENC_OUTPUT_PORT, OMX_TRUE);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 736 bError = OMX_TRUE;
748 bError = OMX_TRUE;
754 bError = OMX_TRUE;
760 bError = OMX_TRUE;
765 bError = OMX_TRUE;
847 sAPP0.bMarkerEnabled = OMX_TRUE;
875 sAPP1.bMarkerEnabled = OMX_TRUE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 411 isNewFrame = OMX_TRUE;
432 isNewFrame = OMX_TRUE;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 732 pH264Enc->hMFCH264Handle.bConfiguredMFC = OMX_TRUE;
740 pSECComponent->bUseFlagEOF = OMX_TRUE;
    [all...]

Completed in 1125 milliseconds

1 2 3 4