[go: nahoru, domu]

Searched refs:videoBitRate (Results 1 - 6 of 6) 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
H A DMediaRecorder.java487 setVideoEncodingBitRate(profile.videoBitRate);
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java43 public static int mBitRate = profile.videoBitRate;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java190 bitRate = camcorderProfile.videoBitRate;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1251 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName( local
1278 videoBitRate == mVideoBitRate &&
1292 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate));

Completed in 267 milliseconds