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

  /external/webkit/WebCore/html/
HTMLVideoElement.idl 30 readonly attribute unsigned long videoWidth;
HTMLVideoElement.h 61 unsigned videoWidth() const;
HTMLVideoElement.cpp 132 unsigned HTMLVideoElement::videoWidth() const
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 145 int videoWidth,
158 this.videoFrameWidth = videoWidth;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaRecorderTest.java 110 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth;
129 Log.v(TAG, "videoWidth : " + videoWidth);
143 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
156 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
219 //mOutputVideoWidth = CodecTest.videoWidth(outputFilePath);
CodecTest.java 288 public static int videoWidth(String filePath) throws Exception {
289 Log.v(TAG, "videoWidth - " + filePath);
290 int videoWidth = 0;
314 videoWidth = mMediaPlayer.getVideoWidth();
319 return videoWidth;
MediaPlayerApiTest.java 364 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP);
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 350 int videoWidth = 0;
370 videoWidth = mp.getVideoWidth();
376 assertEquals(expectedVideoWidth, videoWidth);
  /external/opencore/android/author/
authordriver.cpp     [all...]

Completed in 3852 milliseconds