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

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 41 Size videoSize,
49 videoSize, videoFrameRate, surface,
67 Size videoSize,
72 videoSize, videoFrameRate, surface, true),
81 mVideoWidth = videoSize.width;
82 mVideoHeight = videoSize.height;
84 if (!trySettingVideoSize(videoSize.width, videoSize.height)) {
CameraSource.cpp 141 Size videoSize,
147 clientName, clientUid, videoSize, frameRate, surface,
158 Size videoSize,
182 videoSize, frameRate,
462 * @param videoSize the target video frame size. If both
463 * width and height in videoSize is -1, use the current
480 Size videoSize,
488 videoSize, frameRate,
500 Size videoSize,
519 videoSize.width, videoSize.height
    [all...]
  /frameworks/av/include/media/stagefright/
CameraSource.h 63 * @param videoSize the dimension (in pixels) of the video frame
83 Size videoSize,
171 Size videoSize, int32_t frameRate,
211 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
216 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
CameraSourceTimeLapse.h 41 Size videoSize,
116 Size videoSize,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 55 int videoSize; // The size of the video.
VideoLayerManager.cpp 189 sum += it->second->videoSize;
210 pInfo->videoSize = 0;
233 pInfo->videoSize = size;
280 ALOGV(" layerId %d, textureId %d, videoSize %d, timeStamp %d ",
281 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 675 milliseconds