HomeSort by relevance Sort by last modified time
    Searched refs:videoHeight (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.idl 34 readonly attribute unsigned long videoHeight;
HTMLVideoElement.h 45 unsigned videoHeight() const;
HTMLVideoElement.cpp 147 unsigned HTMLVideoElement::videoHeight() const
  /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/libvideoeditor/lvpp/
VideoEditorPreviewController.h 141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
147 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr);
VideoEditorTools.h 56 M4OSA_UInt32 videoHeight;
VideoEditorPreviewController.cpp     [all...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 314 int videoHeight,
327 this.videoFrameHeight = 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);
VideoEditorStressTest.java 665 final int videoHeight = MediaProperties.HEIGHT_720;
698 videoHeight, mediaItem1.getHeight());
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 114 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;
140 Log.v(TAG, "videoHeight : " + videoHeight);
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
166 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 498 int32_t videoHeight = -1;
527 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
561 sprintf(tmp, "%d", 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/media/libmediaplayerservice/
StagefrightRecorder.h 129 int32_t videoWidth, int32_t videoHeight,
  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.h 116 int videoWidth, videoHeight;
Parameters.cpp 69 videoHeight = previewHeight;
72 params.setVideoSize(videoWidth, videoHeight);
    [all...]
StreamingProcessor.cpp 346 currentHeight != (uint32_t)params.videoHeight || newConsumer) {
368 params.videoWidth, params.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;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 307 height = CodecTest.videoHeight(MediaNames.VIDEO_LARGE_SIZE_3GP);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 127 int videoHeight = 0;
128 m_parent->m_movie->getNaturalSize(videoWidth, videoHeight);
129 FloatRect videoBounds(0, 0, videoWidth * ratio.width(), videoHeight * ratio.height());
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
QualcommCameraHardware.h 331 bool initLiveSnapshot(int videowidth, int videoheight);
603 int videoWidth, videoHeight;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 687 int videoWidth, videoHeight;

Completed in 579 milliseconds

1 2