[android-developers] MediaCodec Video Scaling Mode Configuration

2012-08-07 Thread ssocco
Hello All, In working with the Jelly Bean Released MediaCodec API, I have been decoding a video file and rendering it to a SurfaceView. This seems to work fine, but the VIDEO_SCALING_MODE_SCALE_TO_FIT appears to be non-anamorphic (aspect ratio not conserved). The other scaling option,

[android-developers] MediaCodec configure() MediaCrypto parameter

2012-07-20 Thread ssocco
Hello, I'm working with the Jelly Bean MediaCodec API, trying to configure a decoder and display pipeline for an open (unencrypted) container. How should I create a MediaCrypto object for the configure() API? Thanks, Steve -- You received this message because you are subscribed to the

[android-developers] focus control in compund control?

2009-12-29 Thread ssocco
Hello, I am trying to create a compound control using a TextView and Seekbar. I am also trying to keep the SeekBar focused on itself during View.FOCUS_RIGHT and View.FOCUS_LEFT transitions. If using just a seek bar by itself I can add android:nextFocusRight(Left) to the layout.xml which works.