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

  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 110 typedef struct OpaquePortState* PortState;
272 - (PortState)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate
348 PortState portState;
362 portState = (PortState)qdPortState;
495 portState = NULL;
504 portState = (PortState)cgPortState;
540 portState = (PortState)1
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 57 OMX_STATETYPE portState;
SEC_OMX_Basecomponent.c 559 pSECComponent->pSECPort[i].portState = OMX_StateIdle;
565 pSECComponent->pSECPort[i].portState = OMX_StateLoaded;
576 pSECComponent->pSECPort[i].portState = OMX_StateInvalid;
642 pSECPort->portState = OMX_StateIdle;
651 pSECPort->portState = OMX_StateIdle;
685 pSECPort->portState = OMX_StateLoaded;
690 pSECPort->portState = OMX_StateLoaded;
    [all...]
SEC_OMX_Baseport.c 790 pSECInputPort->portState = OMX_StateMax;
880 pSECOutputPort->portState = OMX_StateMax;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 122 if (pSECPort->portState != OMX_StateIdle) {
211 if (pSECPort->portState != OMX_StateIdle ) {
305 if ((pSECPort->portState != OMX_StateLoaded) && (pSECPort->portState != OMX_StateInvalid)) {
396 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
397 (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 121 if (pSECPort->portState != OMX_StateIdle) {
210 if (pSECPort->portState != OMX_StateIdle ) {
304 if ((pSECPort->portState != OMX_StateLoaded) && (pSECPort->portState != OMX_StateInvalid)) {
396 (pSECComponent->pSECPort[INPUT_PORT_INDEX].portState == OMX_StateIdle) &&
397 (pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portState == OMX_StateIdle) &&
    [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2010-01-29     [all...]

Completed in 3421 milliseconds