Searched defs:mVideoWidth (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h61 int32_t mVideoWidth; member in class:android::CameraSourceTimeLapse
H A DMediaCodec.h304 int32_t mVideoWidth; member in struct:android::MediaCodec
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java41 public static int mVideoWidth = profile.videoFrameWidth; field in class:MediaRecorderStressTestRunner
87 mVideoWidth = Integer.parseInt(videoWidth);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h86 int32_t mVideoWidth; member in struct:android::NuPlayer::Decoder
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h91 int32_t mVideoWidth, mVideoHeight; member in struct:android::StagefrightRecorder
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java51 private final int mVideoWidth; field in class:TvTrackInfo
66 mVideoWidth = videoWidth;
80 mVideoWidth = in.readInt();
145 return mVideoWidth;
207 dest.writeInt(mVideoWidth);
237 private int mVideoWidth; field in class:TvTrackInfo.Builder
319 mVideoWidth = videoWidth;
387 mAudioSampleRate, mVideoWidth, mVideoHeight, mVideoFrameRate,
H A DTvInputManager.java1357 private int mVideoWidth; field in class:TvInputManager.Session
1497 mVideoWidth = 0;
1687 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) {
1688 mVideoWidth = videoWidth;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java91 private int mVideoWidth; field in class:MediaPlayerPerformance
110 mVideoWidth = mCamcorderProfile.videoFrameWidth;
112 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth);
460 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
481 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
503 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
/frameworks/av/include/media/
H A Dmediaplayer.h286 int mVideoWidth; member in class:android::MediaPlayer
/frameworks/base/core/java/android/widget/
H A DVideoView.java98 private int mVideoWidth; field in class:VideoView
143 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
145 if (mVideoWidth > 0 && mVideoHeight > 0) {
158 if ( mVideoWidth * height < width * mVideoHeight ) {
160 width = height * mVideoWidth / mVideoHeight;
161 } else if ( mVideoWidth * height > width * mVideoHeight ) {
163 height = width * mVideoHeight / mVideoWidth;
168 height = width * mVideoHeight / mVideoWidth;
176 width = height * mVideoWidth / mVideoHeight;
183 width = mVideoWidth;
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h347 int32_t mVideoWidth; member in struct:android::AwesomePlayer::Stats

Completed in 144 milliseconds