History log of /frameworks/base/media/java/android/media/CamcorderProfile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e64d9a236e4704abf53d3b7eea2eb066f23cf402 31-Mar-2010 James Dong <jdong@google.com> Public API changes for CameraProfile and CamcorderProfile classes

1. CamcorderProfile: “@see” links are broken; Remove m prefix from fields; remove “final”
2. CamcorderProfile.Quality: use an int rather than an enum
3. Add API on MediaRecorder to pass in a CamcorderProfile
4. CameraProfile.getImageEncodingQualityLevels @hide or make it consistent with CamcorderProfile
5. Remove a convenient method and instead let the (mms) app do that task

bug - 2553862

Change-Id: I759215c7892f772aeddf3651d17038489c6fbc50
/frameworks/base/media/java/android/media/CamcorderProfile.java
ff846009ecb6df669feeb5d5feecf4b304b8b9a5 01-Mar-2010 James Dong <jdong@google.com> Unhide CamcorderProfile and CameraProfile Java API

bug - 2375978
/frameworks/base/media/java/android/media/CamcorderProfile.java
9b433f0b654d32530b0b48a7a653216ae0bb94d8 24-Feb-2010 James Dong <jdong@google.com> Image encoding settings java API through xml configuration file

- I decided to completely remove jpeg decoding related stuff from this change
I think that setting is better off if it is specified by the system properties.
We don't have to include MediaProfiles.h header in skia files
/frameworks/base/media/java/android/media/CamcorderProfile.java
e7038ace44ed6e6cd27be35b003e6dd0412e936f 04-Feb-2010 James Dong <jdong@google.com> Camcorder profile Java API support
- Use Enum for Quality instead of int
- Use static values() method from Enum, rather than if-else

bug - 2417312
/frameworks/base/media/java/android/media/CamcorderProfile.java