At the end of audio playback, opencore framework places OMX audio decoder component in PAUSE state. User may not perform any operation after the end of playback (may be for several minutes). In case of HW audio decode, this will hold up resources and continue to drain current in PAUSE state. To avoid this from happening, opencore can either move the component to IDLE (or LOADED) state after completing playback of each song. This will allow the component to release HW resources and reduce power consumption
Is it a straight forward change to move the component to idle state instead of pause state at the end of playback? Any issues with this approach? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
