Searched refs:mProfile (Results 1 – 1 of 1) sorted by relevance
421 private CamcorderProfile mProfile; field in RVCVRecordActivity.CameraContext445 mProfile = null; in CameraContext()519 mProfile = profile; in setupCamera()544 return mProfile; in getProfile()553 int width = mProfile.videoFrameWidth; in init()563 (float)mProfile.videoFrameWidth/mProfile.videoFrameHeight, in init()652 private CamcorderProfile mProfile; field in RVCVRecordActivity.VideoRecorder658 mProfile = profile; in VideoRecorder()665 if (mCamera == null || mProfile ==null){ in init()687 mRecorder.setProfile(mProfile); in init()