http://android.git.kernel.org/?p=platform%2Fexternal%2Fopencore.git&a=search&h=HEAD&st=grep&s=OMX_BUFFERFLAG_SYNCFRAME
PVMF has a bit set for each frame (PVMF_MEDIA_DATA_MARKER_INFO_RANDOM_ACCESS_POINT_BIT) that is considered to be a random access point. The OMX node looks at that bit and then sets the OMX_BUFFERFLAG_SYNCFRAME bit to the input buffer header flags. -Ravi On Jul 20, 1:47 am, Andy Quan <[email protected]> wrote: > Hi, > I am working on video playback in Android 1.5 with OpenCORE. I want to know > whether OpenCORE provides any method to recognize Intra frame in the > framework, that is, outside OMX IL component. > > I find there is OMX flag named "OMX_BUFFER_SYNCFRAME", but I did not find it > set when Intra frame was passed in "SendInputBuffertoOMXComponent". > > Thanks a lot. > > -- > Thanks, > Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
