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

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java167 * @see #videoBitRate
244 * {@link #videoBitRate} in the high speed CamcorderProfile, and the application intends to
246 * {@link MediaRecorder#setVideoFrameRate} and 8Mbps ( {@link #videoBitRate} * slow motion
259 public int videoBitRate; field in class:CamcorderProfile
280 * @see #videoBitRate
474 int videoBitRate,
487 this.videoBitRate = videoBitRate;
470 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp190 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q); local
201 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
216 videoBitRate,
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1251 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName( local
1278 videoBitRate == mVideoBitRate &&
1292 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate));

Completed in 572 milliseconds