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/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...]
VideoEditorTools.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/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 463 int32_t videoHeight = -1;
491 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
522 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 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 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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 665 final int videoHeight = MediaProperties.HEIGHT_720;
698 videoHeight, mediaItem1.getHeight());
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 489 milliseconds