Hi,
Currently PV Opencore Framework provides 2 Frames of 4K MP3 parsed
bytes each as one input buffer sample to be decoded by OMX. Moving to
H/W decoders and better optimization in general, we can potentially
push in multiple frames as part of one OMX input buffer of size 40 K.
Going through the pvmf_mp3ffparser_node.cpp code it appears Changing
the following #define from 2 to higher would be sufficient ?
//Maximum number of mp3 frames to be read at a time
uint32 numsamples = PVMF3FF_DEFAULT_NUM_OF_FRAMES;
Is this as simple as this, or am I missing something ?
cheers, M
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---