Home | History | Annotate | Download | only in camera

Lines Matching refs:mProfile

82     private CamcorderProfile mProfile;
168 mProfile = profile;
408 + mProfile.videoFrameWidth + ", " + mProfile.videoFrameHeight);
412 tmp = mProfile.videoFrameWidth;
413 mProfile.videoFrameWidth = mProfile.videoFrameHeight;
414 mProfile.videoFrameHeight = tmp;
418 "recordingWidth", mProfile.videoFrameWidth,
419 "recordingHeight", mProfile.videoFrameHeight,
420 "recordingProfile", mProfile,
532 if (mProfile == null) {
672 recorder.setInputValue("recordingProfile", mProfile);