HomeSort by relevance Sort by last modified time
    Searched defs:mVideoWidth (Results 1 - 16 of 16) sorted by null

  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 60 int32_t mVideoWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 70 int32_t mVideoWidth;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
PlayVideoActivity.java 70 private int mVideoWidth;
172 mVideoWidth = width;
191 mHolder.setFixedSize(mVideoWidth, mVideoHeight);
195 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 80 int32_t mVideoWidth;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 41 public static int mVideoWidth = profile.videoFrameWidth;
87 mVideoWidth = Integer.parseInt(videoWidth);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 88 int32_t mVideoWidth, mVideoHeight;
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 40 private int mVideoWidth;
154 mVideoWidth = width;
208 mVideoWidth = 0;
216 holder.setFixedSize(mVideoWidth, mVideoHeight);
  /frameworks/av/include/media/
mediaplayer.h 263 int mVideoWidth;
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 49 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
51 if (mVideoWidth > 0 && mVideoHeight > 0) {
52 if ( mVideoWidth * height > width * mVideoHeight ) {
53 height = width * mVideoHeight / mVideoWidth;
54 } else if ( mVideoWidth * height < width * mVideoHeight ) {
55 width = height * mVideoWidth / mVideoHeight;
91 private int mVideoWidth;
138 mVideoWidth = mp.getVideoWidth();
140 if (mVideoWidth != 0 && mVideoHeight != 0) {
141 mVideoSurfaceView.getHolder().setFixedSize(mVideoWidth, mVideoHeight)
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 67 private int mVideoWidth;
90 mVideoWidth = profile.videoFrameWidth;
386 Log.v(TAG, "videoWidth : " + mVideoWidth);
397 mRecorder.setVideoSize(mVideoWidth, mVideoHeight);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 198 int32_t mVideoWidth, mVideoHeight;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 324 int32_t mVideoWidth;
  /frameworks/base/core/java/android/widget/
VideoView.java 79 private int mVideoWidth;
114 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
116 if (mVideoWidth > 0 && mVideoHeight > 0) {
129 if ( mVideoWidth * height < width * mVideoHeight ) {
131 width = height * mVideoWidth / mVideoHeight;
132 } else if ( mVideoWidth * height > width * mVideoHeight ) {
134 height = width * mVideoHeight / mVideoWidth;
139 height = width * mVideoHeight / mVideoWidth;
147 width = height * mVideoWidth / mVideoHeight;
154 width = mVideoWidth;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 90 private int mVideoWidth = mCamcorderProfile.videoFrameWidth;
418 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
438 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
458 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
  /device/lge/mako/camera/
QCameraHWI.h 698 int mVideoWidth, mVideoHeight;
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 675 int mVideoWidth;
    [all...]

Completed in 838 milliseconds