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

  /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/java/android/media/
CamcorderProfile.java 309 int videoHeight,
322 this.videoFrameHeight = videoHeight;
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPreviewController.h 147 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
152 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr);
VideoEditorTools.h 56 M4OSA_UInt32 videoHeight;
VideoEditorPreviewController.cpp     [all...]
VideoEditorTools.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 112 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;
138 Log.v(TAG, "videoHeight : " + videoHeight);
151 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
164 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 453 int32_t videoHeight = -1;
481 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
512 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/base/media/libmediaplayerservice/
StagefrightRecorder.h 126 int32_t videoWidth, int32_t videoHeight,
StagefrightRecorder.cpp     [all...]
  /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 304 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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 672 final int videoHeight = MediaProperties.HEIGHT_720;
705 videoHeight, mediaItem1.getHeight());
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 1262 milliseconds