HomeSort by relevance Sort by last modified time
    Searched defs:CamcorderProfile (Results 1 - 15 of 15) sorted by null

  /frameworks/base/media/java/android/media/
CamcorderProfile.java 28 * CamcorderProfile contains two tracks: one for audio and one for video.
43 public class CamcorderProfile
212 public static CamcorderProfile get(int quality) {
263 public static CamcorderProfile get(int cameraId, int quality) {
307 private CamcorderProfile(int duration,
336 private static native final CamcorderProfile native_get_camcorder_profile(
  /frameworks/av/include/media/
MediaProfiles.h 263 struct CamcorderProfile {
264 CamcorderProfile()
272 CamcorderProfile(const CamcorderProfile& copy) {
281 ~CamcorderProfile() {
411 static CamcorderProfile* createCamcorderProfile(
427 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
428 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
430 MediaProfiles::CamcorderProfile **lowProfile,
431 MediaProfiles::CamcorderProfile **lowSpecificProfile)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 31 import android.media.CamcorderProfile;
183 CamcorderProfile.hasProfile(CAMERA_ID, profile));
184 CamcorderProfile camcorderProfile = CamcorderProfile.get(CAMERA_ID, profile);
185 videoEncoder = camcorderProfile.videoCodec;
186 audioEncoder = camcorderProfile.audioCodec;
187 frameRate = camcorderProfile.videoFrameRate;
188 videoWidth = camcorderProfile.videoFrameWidth;
189 videoHeight = camcorderProfile.videoFrameHeight
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 27 import android.media.CamcorderProfile;
130 private List<CamcorderProfile> mCamcorderProfiles;
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 179 milliseconds