Home
last modified time | relevance | path

Searched refs:mProfile (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java380 private CamcorderProfile mProfile; field in RVCVRecordActivity.CameraContext
393 mProfile = null; in CameraContext()
452 mProfile = profile; in setupCamera()
477 return mProfile; in getProfile()
486 int width = mProfile.videoFrameWidth; in init()
495 (float)mProfile.videoFrameWidth/mProfile.videoFrameHeight, in init()
562 private CamcorderProfile mProfile; field in RVCVRecordActivity.VideoRecorder
568 mProfile = profile; in VideoRecorder()
575 if (mCamera == null || mProfile ==null){ in init()
586 mRecorder.setProfile(mProfile); in init()