Home
last modified time | relevance | path

Searched refs:isSizeSupported (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.h38 bool isSizeSupported(int32_t width, int32_t height,
DHeicCompositeStream.cpp362 bool isSizeSupported = isSizeSupportedByHeifEncoder( in getCompositeStreamInfo() local
364 if (!isSizeSupported) { in getCompositeStreamInfo()
393 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
1310 bool isSizeSupported = isSizeSupportedByHeifEncoder(width, height, in initializeCodec() local
1312 if (!isSizeSupported) { in initializeCodec()
DHeicEncoderInfoManager.cpp51 bool HeicEncoderInfoManager::isSizeSupported(int32_t width, int32_t height, bool* useHeic, in isSizeSupported() function in android::camera3::HeicEncoderInfoManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java237 && vc.isSizeSupported(screenWidthAligned, screenHeightAligned)) { in getSupportedSize()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2531 public boolean isSizeSupported(int width, int height) { in isSizeSupported() method in MediaCodecInfo.VideoCapabilities
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14783 method public boolean isSizeSupported(int, int);
/frameworks/base/core/api/
Dcurrent.txt23137 method public boolean isSizeSupported(int, int);