Searched refs:mProfile (Results 1 – 1 of 1) sorted by relevance
380 private CamcorderProfile mProfile; field in RVCVRecordActivity.CameraContext393 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.VideoRecorder568 mProfile = profile; in VideoRecorder()575 if (mCamera == null || mProfile ==null){ in init()586 mRecorder.setProfile(mProfile); in init()