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

  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 24 import android.media.CamcorderProfile;
36 CamcorderProfile.QUALITY_LOW,
37 CamcorderProfile.QUALITY_HIGH,
38 CamcorderProfile.QUALITY_QCIF,
39 CamcorderProfile.QUALITY_CIF,
40 CamcorderProfile.QUALITY_480P,
41 CamcorderProfile.QUALITY_720P,
42 CamcorderProfile.QUALITY_1080P,
43 CamcorderProfile.QUALITY_QVGA,
44 CamcorderProfile.QUALITY_2160P
    [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;
156 // Step 3: set a CamcorderProfile
157 mMediaRecorder.setProfile(CamcorderProfile.get(mCurrentCameraId, mCurrentVideoSizeId));
450 CamcorderProfile.QUALITY_LOW,
451 CamcorderProfile.QUALITY_HIGH,
452 CamcorderProfile.QUALITY_QCIF,
453 CamcorderProfile.QUALITY_QVGA,
454 CamcorderProfile.QUALITY_CIF,
455 CamcorderProfile.QUALITY_480P,
456 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/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /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/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 391 milliseconds