Searched refs:isSizeSupported (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.h | 38 bool isSizeSupported(int32_t width, int32_t height,
|
D | HeicCompositeStream.cpp | 362 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()
|
D | HeicEncoderInfoManager.cpp | 51 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/ |
D | ScreenMediaRecorder.java | 237 && vc.isSizeSupported(screenWidthAligned, screenHeightAligned)) { in getSupportedSize()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2531 public boolean isSizeSupported(int width, int height) { in isSizeSupported() method in MediaCodecInfo.VideoCapabilities
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14783 method public boolean isSizeSupported(int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 23137 method public boolean isSizeSupported(int, int);
|