equal
deleted
inserted
replaced
358 // Port's intermediate state to enabled or disabled |
358 // Port's intermediate state to enabled or disabled |
359 TPortIntermediateState iTransitionState; |
359 TPortIntermediateState iTransitionState; |
360 |
360 |
361 // Associated port that will be used to propagate buffer marks |
361 // Associated port that will be used to propagate buffer marks |
362 OMX_U32 iBufferMarkPropagationPortIndex; |
362 OMX_U32 iBufferMarkPropagationPortIndex; |
|
363 |
|
364 // This is a flag that is set when the port receives the first |
|
365 // OMX_UseBuffer (non-supplier ports). This will be used to know when |
|
366 // SetParameter will be allowed |
|
367 OMX_BOOL aFirstUseBufferHasBeenReceived; |
363 |
368 |
364 // OpenMAX IL port definition structure |
369 // OpenMAX IL port definition structure |
365 OMX_PARAM_PORTDEFINITIONTYPE iParamPortDefinition; |
370 OMX_PARAM_PORTDEFINITIONTYPE iParamPortDefinition; |
366 |
371 |
367 // OpenMAX IL buffer supplier structure |
372 // OpenMAX IL buffer supplier structure |