You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OMX_UseEGLImage is an optional feature in OpenMAX IL. At present there is not enough infrastructure in libtizonia to fully enable components that need to use EGL buffers.
A couple of things are requried:
A means for the component implementation to validate the EGL buffer handle during the loaded->idle transition (e.g. by registering an alloc hook with 'tiz_comp_register_alloc_hooks').
A means for the component's "processor" to retrieve the EGL buffer handle when buffer header arrivals are signalled with 'tiz_prc_buffers_ready'.
The text was updated successfully, but these errors were encountered:
This hook is optional, and can be used to register a validation function that will be called when the component processes the OMX_UseEGLImage calls. Validation of the EGL image is implementation dependent, hence optional.
This API is used to retrieve the egl image when the event that signals that the corresponding header has arrived is received at the component's 'processor'.
OMX_UseEGLImage is an optional feature in OpenMAX IL. At present there is not enough infrastructure in libtizonia to fully enable components that need to use EGL buffers.
A couple of things are requried:
The text was updated successfully, but these errors were encountered: