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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 57 OMX_STATETYPE portState;
SEC_OMX_Basecomponent.c 563 pSECComponent->pSECPort[i].portState = OMX_StateIdle;
569 pSECComponent->pSECPort[i].portState = OMX_StateLoaded;
580 pSECComponent->pSECPort[i].portState = OMX_StateInvalid;
646 pSECPort->portState = OMX_StateIdle;
655 pSECPort->portState = OMX_StateIdle;
689 pSECPort->portState = OMX_StateLoaded;
694 pSECPort->portState = OMX_StateLoaded;
    [all...]
SEC_OMX_Baseport.c 790 pSECInputPort->portState = OMX_StateMax;
882 pSECOutputPort->portState = OMX_StateMax;
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 113 typedef struct OpaquePortState* PortState;
276 - (PortState)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate
354 PortState portState;
368 portState = (PortState)qdPortState;
501 portState = NULL;
510 portState = (PortState)cgPortState;
546 portState = (PortState)1
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 121 if (pSECPort->portState != OMX_StateIdle) {
212 if (pSECPort->portState != OMX_StateIdle ) {
309 if ((pSECPort->portState != OMX_StateLoaded) && (pSECPort->portState != OMX_StateInvalid)) {
400 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
401 (pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portState == OMX_StateIdle) &&
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 119 if (pSECPort->portState != OMX_StateIdle) {
210 if (pSECPort->portState != OMX_StateIdle ) {
307 if ((pSECPort->portState != OMX_StateLoaded) && (pSECPort->portState != OMX_StateInvalid)) {
399 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
400 (pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portState == OMX_StateIdle) &&
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 248 if (pSECPort->portState != OMX_StateIdle) {

Completed in 83 milliseconds