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

  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 38 Size videoSize,
111 Size videoSize,
CameraSource.h 56 * @param videoSize the dimension (in pixels) of the video frame
74 Size videoSize,
161 Size videoSize, int32_t frameRate,
200 int32_t cameraId, Size videoSize, int32_t frameRate,
205 int32_t cameraId, Size videoSize, int32_t frameRate,
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 39 Size videoSize,
46 videoSize, videoFrameRate, surface,
62 Size videoSize,
66 : CameraSource(camera, proxy, cameraId, videoSize, videoFrameRate, surface, true),
75 mVideoWidth = videoSize.width;
76 mVideoHeight = videoSize.height;
78 if (!trySettingVideoSize(videoSize.width, videoSize.height)) {
CameraSource.cpp 134 Size videoSize,
140 videoSize, frameRate, surface,
149 Size videoSize,
171 videoSize, frameRate,
451 * @param videoSize the target video frame size. If both
452 * width and height in videoSize is -1, use the current
467 Size videoSize,
475 videoSize, frameRate,
485 Size videoSize,
503 videoSize.width, videoSize.height
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 54 int videoSize; // The size of the video.
VideoLayerManager.cpp 190 sum += it->second->videoSize;
211 pInfo->videoSize = 0;
234 pInfo->videoSize = size;
281 ALOGV(" layerId %d, textureId %d, videoSize %d, timeStamp %d ",
282 it->first, it->second->textureId, it->second->videoSize, it->second->timeStamp);
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 214 FloatSize videoSize = mediaElement->player()->naturalSize();
216 if (videoSize.aspectRatio() > layerBounds.size().aspectRatio())
217 scaleFactor = layerBounds.width() / videoSize.width();
219 scaleFactor = layerBounds.height() / videoSize.height();
220 videoSize.scale(scaleFactor);
225 videoOrigin.setX((layerBounds.width() - videoSize.width()) * 0.5);
226 videoOrigin.setY((layerBounds.height() - videoSize.height()) * 0.5);
227 videoLayer->setFrame(FloatRect(videoOrigin, videoSize));
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 451 QSize videoSize = m_videoWidget->sizeHint();
452 IntSize naturalSize(videoSize.width(), videoSize.height());
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 255 milliseconds