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

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 44 Size videoSize,
53 videoSize, videoFrameRate, surface,
73 Size videoSize,
79 videoSize, videoFrameRate, surface,
89 mVideoWidth = videoSize.width;
90 mVideoHeight = videoSize.height;
92 if (OK == mInitCheck && !trySettingVideoSize(videoSize.width, videoSize.height)) {
CameraSource.cpp 190 Size videoSize,
196 clientName, clientUid, clientPid, videoSize, frameRate, surface,
208 Size videoSize,
232 videoSize, frameRate,
512 * @param videoSize the target video frame size. If both
513 * width and height in videoSize is -1, use the current
531 Size videoSize,
539 videoSize, frameRate,
626 Size videoSize,
645 videoSize.width, videoSize.height
    [all...]
  /frameworks/av/media/libstagefright/include/
CameraSourceTimeLapse.h 45 Size videoSize,
122 Size videoSize,
CameraSource.h 69 * @param videoSize the dimension (in pixels) of the video frame
90 Size videoSize,
213 Size videoSize, int32_t frameRate,
297 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
302 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 82 @RpcParameter(name = "videoSize") @RpcDefault("1") Integer videoSize) throws Exception {
84 startVideoRecording(new File(targetPath), ms, videoSize);
87 private void startVideoRecording(File file, int milliseconds, int videoSize) throws Exception {
99 switch (videoSize) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2SwitchPreviewTest.java 479 * @param videoSize The video size used for preview.
483 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) throws Exception {
494 if (videoSize.getWidth() > maxPreviewSize.getWidth() ||
495 videoSize.getHeight() > maxPreviewSize.getHeight()) {
505 s.getWidth() <= videoSize.getWidth() &&
506 s.getHeight() <= videoSize.getHeight()) {
507 Log.w(TAG, "Overwrite preview size from " + videoSize.toString() +
516 previewSize = videoSize;
Camera2RecordingTest.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 94 status_t getCurrentVideoSize(Size &videoSize);
275 void setViVSize(Size VideoSize, int camIndex);
304 void setViVSize(Size VideoSize, int camIndex);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]

Completed in 2461 milliseconds