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

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 43 Size videoSize,
52 videoSize, videoFrameRate, surface,
71 Size videoSize,
77 videoSize, videoFrameRate, surface,
87 mVideoWidth = videoSize.width;
88 mVideoHeight = videoSize.height;
90 if (OK == mInitCheck && !trySettingVideoSize(videoSize.width, videoSize.height)) {
CameraSource.cpp 153 Size videoSize,
159 clientName, clientUid, videoSize, frameRate, surface,
170 Size videoSize,
194 videoSize, frameRate,
474 * @param videoSize the target video frame size. If both
475 * width and height in videoSize is -1, use the current
492 Size videoSize,
500 videoSize, frameRate,
512 Size videoSize,
531 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,
213 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
218 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
CameraSourceTimeLapse.h 41 Size videoSize,
117 Size videoSize,
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 51 void applyCSSProperties(const IntSize& videoSize);
102 virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) OVERRIDE;
151 PassRefPtrWillBeRawPtr<VTTCueBox> getDisplayTree(const IntSize& videoSize);
VTTCue.cpp 718 PassRefPtrWillBeRawPtr<VTTCueBox> VTTCue::getDisplayTree(const IntSize& videoSize)
753 displayTree->applyCSSProperties(videoSize);
775 void VTTCue::updateDisplay(const IntSize& videoSize, HTMLDivElement& container)
797 RefPtrWillBeRawPtr<VTTCueBox> displayBox = getDisplayTree(videoSize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 83 virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) = 0;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 91 status_t getCurrentVideoSize(Size &videoSize);
279 void setViVSize(Size VideoSize, int camIndex);
308 void setViVSize(Size VideoSize, int camIndex);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1830 milliseconds