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

  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 61 int32_t mVideoWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 61 int32_t mVideoWidth;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
PlayVideoActivity.java 70 private int mVideoWidth;
171 mVideoWidth = width;
190 mHolder.setFixedSize(mVideoWidth, mVideoHeight);
194 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 71 int32_t mVideoWidth;
  /frameworks/base/media/java/android/media/tv/
TvTrackInfo.java 47 private final int mVideoWidth;
60 mVideoWidth = videoWidth;
72 mVideoWidth = in.readInt();
129 return mVideoWidth;
179 dest.writeInt(mVideoWidth);
207 private int mVideoWidth;
280 mVideoWidth = videoWidth;
329 mVideoWidth, mVideoHeight, mVideoFrameRate, mExtra);
TvView.java 89 private int mVideoWidth = VIDEO_SIZE_VALUE_UNKNOWN;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 41 public static int mVideoWidth = profile.videoFrameWidth;
87 mVideoWidth = Integer.parseInt(videoWidth);
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.h 55 int32_t mVideoWidth;
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 69 private int mVideoWidth;
140 mVideoWidth = w;
293 buffer.put(yBuffer, srcOffsetY, mVideoWidth);
300 buffer.put(uvBuffer, srcOffsetU, mVideoWidth);
308 buffer.put(uvBuffer, srcOffsetU, mVideoWidth / 2);
312 buffer.put(uvBuffer, srcOffsetV, mVideoWidth / 2);
316 int size = mVideoHeight * mVideoWidth * 3 /2;
396 printByteBuffer("UV ", buf, mVideoWidth * mVideoHeight, 20);
398 mVideoWidth * mVideoHeight + mVideoWidth * 60, 20)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 89 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);
  /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);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 68 private int mVideoWidth;
108 if (mVideoWidth > 0 && mVideoHeight > 0) {
109 width = getDefaultSize(mVideoWidth, widthMeasureSpec);
111 if (mVideoWidth * height > width * mVideoHeight) {
112 height = width * mVideoHeight / mVideoWidth;
113 } else if (mVideoWidth * height < width * mVideoHeight) {
114 width = height * mVideoWidth / mVideoHeight;
252 mVideoWidth = width;
255 mVideoSurfaceView.getHolder().setFixedSize(mVideoWidth, mVideoHeight);
  /frameworks/av/include/media/
mediaplayer.h 285 int mVideoWidth;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 67 private int mVideoWidth;
292 protected int getVideoWidth() { return mVideoWidth; }
355 mVideoWidth = width;
360 mVideoWidth = mVideoHeight = 0;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 67 private int mVideoWidth;
292 protected int getVideoWidth() { return mVideoWidth; }
355 mVideoWidth = width;
360 mVideoWidth = mVideoHeight = 0;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 70 private int mVideoWidth;
295 protected int getVideoWidth() { return mVideoWidth; }
358 mVideoWidth = width;
363 mVideoWidth = mVideoHeight = 0;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 67 private int mVideoWidth;
292 protected int getVideoWidth() { return mVideoWidth; }
355 mVideoWidth = width;
360 mVideoWidth = mVideoHeight = 0;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 343 int32_t mVideoWidth;
  /frameworks/base/core/java/android/widget/
VideoView.java 100 private int mVideoWidth;
145 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
147 if (mVideoWidth > 0 && mVideoHeight > 0) {
160 if ( mVideoWidth * height < width * mVideoHeight ) {
162 width = height * mVideoWidth / mVideoHeight;
163 } else if ( mVideoWidth * height > width * mVideoHeight ) {
165 height = width * mVideoHeight / mVideoWidth;
170 height = width * mVideoHeight / mVideoWidth;
178 width = height * mVideoWidth / mVideoHeight;
185 width = mVideoWidth;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 91 private int mVideoWidth;
110 mVideoWidth = mCamcorderProfile.videoFrameWidth;
112 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
488 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
  /device/lge/mako/camera/
QCameraHWI.h 701 int mVideoWidth, mVideoHeight;
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 815 int mVideoWidth;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 675 int mVideoWidth;
    [all...]

Completed in 829 milliseconds