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

1 2

  /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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 68 String videoWidth = (String) icicle.get("video_width");
86 if (videoWidth != null) {
87 mVideoWidth = Integer.parseInt(videoWidth);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 40 private int videoWidth;
141 videoWidth = width;
230 return videoWidth;
  /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...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 313 int videoWidth,
326 this.videoFrameWidth = videoWidth;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 177 int videoWidth;
188 videoWidth = camcorderProfile.videoFrameWidth;
195 videoWidth = MediaRecorderStressTestRunner.mVideoWidth;
224 Log.v(TAG, "video width : " + videoWidth);
235 mRecorder.setVideoSize(videoWidth, videoHeight);
VideoEditorStressTest.java 666 final int videoWidth = 1080;
700 videoWidth, mediaItem1.getWidth());
    [all...]
  /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 497 int32_t videoWidth = -1;
526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
558 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 129 int32_t videoWidth, int32_t videoHeight,
  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.h 116 int videoWidth, videoHeight;
Parameters.cpp 68 videoWidth = previewWidth;
72 params.setVideoSize(videoWidth, videoHeight);
    [all...]
StreamingProcessor.cpp 345 if (currentWidth != (uint32_t)params.videoWidth ||
368 params.videoWidth, params.videoHeight,
  /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);
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
QualcommCameraHardware.h 331 bool initLiveSnapshot(int videowidth, int videoheight);
603 int videoWidth, videoHeight;
  /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...]
  /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 734 milliseconds

1 2