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

  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 24 import android.media.CamcorderProfile;
36 private CamcorderProfile getWithOptionalId(int quality, int cameraId) {
38 return CamcorderProfile.get(quality);
40 return CamcorderProfile.get(cameraId, quality);
44 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) {
62 assertTrue(profile.quality == CamcorderProfile.QUALITY_LOW ||
63 profile.quality == CamcorderProfile.QUALITY_HIGH ||
64 profile.quality == CamcorderProfile.QUALITY_QCIF ||
65 profile.quality == CamcorderProfile.QUALITY_CIF ||
66 profile.quality == CamcorderProfile.QUALITY_480P |
    [all...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 28 * CamcorderProfile contains two tracks: one for audio and one for video.
43 public class CamcorderProfile
261 public static CamcorderProfile get(int quality) {
324 public static CamcorderProfile get(int cameraId, int quality) {
406 private CamcorderProfile(int duration,
435 private static native final CamcorderProfile native_get_camcorder_profile(
  /frameworks/av/include/media/
MediaProfiles.h 274 struct CamcorderProfile {
275 CamcorderProfile()
283 CamcorderProfile(const CamcorderProfile& copy) {
292 ~CamcorderProfile() {
422 static CamcorderProfile* createCamcorderProfile(
438 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
439 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
441 MediaProfiles::CamcorderProfile **lowProfile,
442 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 25 import android.media.CamcorderProfile;
155 // Step 3: set a CamcorderProfile
156 mMediaRecorder.setProfile(CamcorderProfile.get(mCurrentCameraId, mCurrentVideoSizeId));
446 CamcorderProfile.QUALITY_LOW,
447 CamcorderProfile.QUALITY_HIGH,
448 CamcorderProfile.QUALITY_QCIF,
449 CamcorderProfile.QUALITY_QVGA,
450 CamcorderProfile.QUALITY_CIF,
451 CamcorderProfile.QUALITY_480P,
452 CamcorderProfile.QUALITY_720P
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 27 import android.media.CamcorderProfile;
137 private List<CamcorderProfile> mCamcorderProfiles;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /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/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 254 milliseconds