/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | AutoAdvancedExtenderImpl.java | 73 public Map<Integer, List<Size>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument 77 float targetAr = ((float) captureSize.getWidth()) / captureSize.getHeight(); in getSupportedPostviewResolutions() 84 if ((s.equals(captureSize)) || (s.getWidth() > captureSize.getWidth()) in getSupportedPostviewResolutions() 85 || (s.getHeight() > captureSize.getHeight())) continue; in getSupportedPostviewResolutions()
|
D | AdvancedExtenderImpl.java | 137 Map<Integer, List<Size>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
|
D | EyesFreeVideographyAdvancedExtenderImpl.java | 75 Size captureSize) { in getSupportedPostviewResolutions() argument
|
/frameworks/av/media/libeffects/visualizer/ |
D | EffectVisualizer.cpp | 593 const uint32_t captureSize = *((uint32_t *)p->data + 1); in Visualizer_command() local 594 if (captureSize > VISUALIZER_CAPTURE_SIZE_MAX) { in Visualizer_command() 597 ALOGW("set mCaptureSize = %u > %u", captureSize, VISUALIZER_CAPTURE_SIZE_MAX); in Visualizer_command() 599 pContext->mCaptureSize = captureSize; in Visualizer_command() 600 ALOGV("set mCaptureSize = %u", captureSize); in Visualizer_command() 630 uint32_t captureSize = pContext->mCaptureSize; in Visualizer_command() local 631 if (pReplyData == NULL || replySize == NULL || *replySize != captureSize) { in Visualizer_command() 633 *replySize, captureSize); in Visualizer_command() 646 memset(pReplyData, 0x80, captureSize); in Visualizer_command() 653 uint32_t deltaSmpl = captureSize in Visualizer_command() [all …]
|
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/ |
D | BokehImageCaptureExtenderImpl.java | 412 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument 417 float targetAr = ((float) captureSize.getWidth()) / captureSize.getHeight(); in getSupportedPostviewResolutions() 425 if ((s.equals(captureSize)) || (s.getWidth() > captureSize.getWidth()) in getSupportedPostviewResolutions() 426 || (s.getHeight() > captureSize.getHeight())) continue; in getSupportedPostviewResolutions()
|
D | ImageCaptureExtenderImpl.java | 106 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
|
/frameworks/base/media/java/android/media/audiofx/ |
D | Visualizer.java | 479 int captureSize = getCaptureSize(); in getWaveForm() local 480 if (captureSize > waveform.length) { in getWaveForm() 483 + captureSize + " bytes")); in getWaveForm()
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/ |
D | ImageCaptureExtenderImpl.java | 100 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
|
D | AutoImageCaptureExtenderImpl.java | 99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | NightImageCaptureExtenderImpl.java | 99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
|
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/ |
D | ImageCaptureExtenderImpl.java | 100 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
|
D | HdrImageCaptureExtenderImpl.java | 99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | NightImageCaptureExtenderImpl.java | 99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | BokehImageCaptureExtenderImpl.java | 99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
|
/frameworks/base/core/java/android/hardware/camera2/extension/ |
D | IAdvancedExtenderImpl.aidl | 35 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
|
D | IImageCaptureExtenderImpl.aidl | 45 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
|
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
D | AdvancedExtenderImpl.java | 136 Map<Integer, List<Size>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
|
D | AutoAdvancedExtenderImpl.java | 74 Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | BeautyAdvancedExtenderImpl.java | 74 Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | NightAdvancedExtenderImpl.java | 74 Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | BokehAdvancedExtenderImpl.java | 74 Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | HdrAdvancedExtenderImpl.java | 75 Size captureSize) { in getSupportedPostviewResolutions() argument
|
D | EyesFreeVideographyAdvancedExtenderImpl.java | 75 Size captureSize) { in getSupportedPostviewResolutions() argument
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraExtensionUtils.java | 158 Size captureSize = new Size(surfaceInfo.mWidth, surfaceInfo.mHeight); in getBurstCaptureSurface() local 160 if (supportedCaptureSizes.get(surfaceInfo.mFormat).contains(captureSize)) { in getBurstCaptureSurface()
|
/frameworks/av/media/libeffects/visualizer/aidl/ |
D | VisualizerContext.h | 44 RetCode setCaptureSamples(int32_t captureSize);
|