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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 150 unsigned HTMLVideoElement::videoHeight() const
293 IntSize intrinsicSize(videoWidth(), videoHeight());
313 return FloatSize(videoWidth(), videoHeight());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 69 String videoHeight = (String) icicle.get("video_height");
89 if (videoHeight != null) {
90 mVideoHeight = Integer.parseInt(videoHeight);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 41 private int videoHeight;
142 videoHeight = height;
234 return videoHeight;
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 525 int32_t videoHeight = -1;
554 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
588 sprintf(tmp, "%d", videoHeight);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 245 uint32_t videoWidth, videoHeight;
249 videoHeight = gVideoHeight;
252 videoHeight = gVideoWidth;
254 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
260 outHeight = videoHeight;
261 outWidth = (uint32_t)(videoHeight / displayAspect);
265 offY = (videoHeight - outHeight) / 2;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 299 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;
325 Log.v(TAG, "videoHeight : " + videoHeight);
338 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
351 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 178 int videoHeight;
189 videoHeight = camcorderProfile.videoFrameHeight;
196 videoHeight = MediaRecorderStressTestRunner.mVideoHeight;
225 Log.v(TAG, "video height : " + videoHeight);
235 mRecorder.setVideoSize(videoWidth, videoHeight);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 246 public static int videoHeight(String filePath) throws Exception {
247 Log.v(TAG, "videoHeight - " + filePath);
248 int videoHeight = 0;
271 videoHeight = mMediaPlayer.getVideoHeight();
277 return videoHeight;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 132 int videoWidth, videoHeight;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 259 public static int videoHeight(String filePath) throws Exception {
260 Log.v(TAG, "videoHeight - " + filePath);
261 int videoHeight = 0;
284 videoHeight = mMediaPlayer.getVideoHeight();
290 return videoHeight;
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 686 int videoWidth, videoHeight;
  /device/lge/mako/camera/
QualcommCameraHardware.h 330 bool initLiveSnapshot(int videowidth, int videoheight);
602 int videoWidth, videoHeight;
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 774 int videoWidth, videoHeight;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 752 size_t videoHeight = 0;
786 videoHeight = newStream->height;
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 317 milliseconds