Searched defs:videoFrameWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java177 public int videoFrameWidth; field in class:CamcorderProfile
326 this.videoFrameWidth = videoWidth;
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp187 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q); local
196 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
213 videoFrameWidth,
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1143 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( local
1166 videoFrameWidth == mVideoWidth &&

Completed in 88 milliseconds