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.java433 private CamcorderProfile mProfile; field in RVCVRecordActivity.CameraContext
457 mProfile = null; in CameraContext()
531 mProfile = profile; in setupCamera()
556 return mProfile; in getProfile()
565 int width = mProfile.videoFrameWidth; in init()
575 (float)mProfile.videoFrameWidth/mProfile.videoFrameHeight, in init()
664 private CamcorderProfile mProfile; field in RVCVRecordActivity.VideoRecorder
670 mProfile = profile; in VideoRecorder()
677 if (mCamera == null || mProfile ==null){ in init()
699 mRecorder.setProfile(mProfile); in init()