Hi, We are playing MP4 files on ARM-based target with VGA display (640 x 480).
Playback is done for following resolutions using the sample applications Music+Camera: 1. stream res.: 640 x 480 Observation: Plays as 640 x 480 2. stream res.: 400 x 240 Observation: Plays as 640 x 384 3. stream res: 320 x 240 Observation: Plays as 320 x 240 I understand that for #1 and #2, aspect ratio is being maintained for playback and. But, resizing is being done in onMeasure in VideoView.java file). But for #3, stream aspect ratio is already matching display aspect ratio. And resizing is not done (to 640 x 480). Exactly why is this resizing not happening ? Regards, Vrukesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

