Searched refs:mProfile (Results 1 – 1 of 1) sorted by relevance
433 private CamcorderProfile mProfile; field in RVCVRecordActivity.CameraContext457 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.VideoRecorder670 mProfile = profile; in VideoRecorder()677 if (mCamera == null || mProfile ==null){ in init()699 mRecorder.setProfile(mProfile); in init()