Home
last modified time | relevance | path

Searched refs:captureSize (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DAutoAdvancedExtenderImpl.java73 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()
DAdvancedExtenderImpl.java137 Map<Integer, List<Size>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
DEyesFreeVideographyAdvancedExtenderImpl.java75 Size captureSize) { in getSupportedPostviewResolutions() argument
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp593 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/
DBokehImageCaptureExtenderImpl.java412 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()
DImageCaptureExtenderImpl.java106 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
/frameworks/base/media/java/android/media/audiofx/
DVisualizer.java479 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/
DImageCaptureExtenderImpl.java100 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
DAutoImageCaptureExtenderImpl.java99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
DNightImageCaptureExtenderImpl.java99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/
DImageCaptureExtenderImpl.java100 List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
DHdrImageCaptureExtenderImpl.java99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
DNightImageCaptureExtenderImpl.java99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
DBokehImageCaptureExtenderImpl.java99 public List<Pair<Integer, Size[]>> getSupportedPostviewResolutions(Size captureSize) { in getSupportedPostviewResolutions() argument
/frameworks/base/core/java/android/hardware/camera2/extension/
DIAdvancedExtenderImpl.aidl35 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
DIImageCaptureExtenderImpl.aidl45 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DAdvancedExtenderImpl.java136 Map<Integer, List<Size>> getSupportedPostviewResolutions(Size captureSize); in getSupportedPostviewResolutions() argument
DAutoAdvancedExtenderImpl.java74 Size captureSize) { in getSupportedPostviewResolutions() argument
DBeautyAdvancedExtenderImpl.java74 Size captureSize) { in getSupportedPostviewResolutions() argument
DNightAdvancedExtenderImpl.java74 Size captureSize) { in getSupportedPostviewResolutions() argument
DBokehAdvancedExtenderImpl.java74 Size captureSize) { in getSupportedPostviewResolutions() argument
DHdrAdvancedExtenderImpl.java75 Size captureSize) { in getSupportedPostviewResolutions() argument
DEyesFreeVideographyAdvancedExtenderImpl.java75 Size captureSize) { in getSupportedPostviewResolutions() argument
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionUtils.java158 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/
DVisualizerContext.h44 RetCode setCaptureSamples(int32_t captureSize);

12