Searched refs:mProfile (Results 1 – 2 of 2) 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()
1416 private final int mProfile;1425 mProfile = profile;1620 assertEquals(mProfile, format.getInteger(MediaFormat.KEY_AAC_PROFILE));1623 assertEquals(mProfile, format.getInteger(MediaFormat.KEY_PROFILE));1626 assertEquals(mProfile, format.getInteger(MediaFormat.KEY_PROFILE));