equal
deleted
inserted
replaced
172 */ |
172 */ |
173 virtual OMX_ERRORTYPE CommandCompleteNotification( |
173 virtual OMX_ERRORTYPE CommandCompleteNotification( |
174 OMX_COMMANDTYPE aOmxCommand, |
174 OMX_COMMANDTYPE aOmxCommand, |
175 OMX_U32 aOmxPortIndex) = 0; |
175 OMX_U32 aOmxPortIndex) = 0; |
176 |
176 |
177 #ifdef _OMXIL_COMMON_IL516C_ON |
|
178 /** |
|
179 Method to request from the tunnelled component the ejection of the |
|
180 buffers present in one of its ports |
|
181 |
|
182 @param [in] aLocalOmxPortIndex The index of the local port that is |
|
183 tunnelled to the component that the ejection request applies to |
|
184 |
|
185 @return OMX_ERRORTYPE |
|
186 */ |
|
187 virtual OMX_ERRORTYPE EjectBuffersRequest( |
|
188 OMX_U32 aLocalOmxPortIndex) = 0; |
|
189 #endif |
|
190 |
|
191 }; |
177 }; |
192 |
178 |
193 #include "omxilcallbackmanagerif.inl" |
179 #include "omxilcallbackmanagerif.inl" |
194 |
180 |
195 #endif // OMXILCALLBACKMANAGERIF_H |
181 #endif // OMXILCALLBACKMANAGERIF_H |