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

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 41 Size videoSize,
50 videoSize, videoFrameRate, surface,
69 Size videoSize,
75 videoSize, videoFrameRate, surface,
85 mVideoWidth = videoSize.width;
86 mVideoHeight = videoSize.height;
88 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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueGeneric.cpp 55 void TextTrackCueGenericBoxElement::applyCSSProperties(const IntSize& videoSize)
88 double fontSize = videoSize.height() * cue->baseFontSizeRelativeToVideoHeight() / 100;
131 void TextTrackCueGeneric::videoSizeDidChange(const IntSize& videoSize)
137 double fontSize = videoSize.height() * baseFontSizeRelativeToVideoHeight() / 100;
TextTrackCue.h 58 virtual void applyCSSProperties(const IntSize& videoSize);
144 PassRefPtr<TextTrackCueBox> getDisplayTree(const IntSize& videoSize);
TextTrackCue.cpp 786 PassRefPtr<TextTrackCueBox> TextTrackCue::getDisplayTree(const IntSize& videoSize)
821 displayTree->applyCSSProperties(videoSize);
    [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,
117 Size videoSize,
  /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 244 milliseconds