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

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.idl 33 readonly attribute unsigned long videoWidth;
HTMLVideoElement.h 44 unsigned videoWidth() const;
HTMLVideoElement.cpp 140 unsigned HTMLVideoElement::videoWidth() const
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
146 M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
VideoEditorTools.h 55 M4OSA_UInt32 videoWidth;
VideoEditorPreviewController.cpp     [all...]
VideoEditorTools.cpp     [all...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 313 int videoWidth,
326 this.videoFrameWidth = videoWidth;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 113 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth;
139 Log.v(TAG, "videoWidth : " + videoWidth);
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
166 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 462 int32_t videoWidth = -1;
490 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
519 sprintf(tmp, "%d", videoWidth);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 281 public static int videoWidth(String filePath) throws Exception {
282 Log.v(TAG, "videoWidth - " + filePath);
283 int videoWidth = 0;
307 videoWidth = mMediaPlayer.getVideoWidth();
312 return videoWidth;
  /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 294 public static int videoWidth(String filePath) throws Exception {
295 Log.v(TAG, "videoWidth - " + filePath);
296 int videoWidth = 0;
320 videoWidth = mMediaPlayer.getVideoWidth();
325 return videoWidth;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 315 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 126 int videoWidth = 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 666 final int videoWidth = 1080;
700 videoWidth, mediaItem1.getWidth());
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 1127 milliseconds