Home
last modified time | relevance | path

Searched refs:getSurfaceType (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
H A DVideoSurfaceTexture.java42 int getSurfaceType(); in getSurfaceType() method
/aosp12/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h44 int getSurfaceType() const;
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java60 public int getSurfaceType() { in getSurfaceType() method in VideoSurfaceTextureImpl
/aosp12/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp47 int OutputConfiguration::getSurfaceType() const { in getSurfaceType() function in android::OutputConfiguration
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.cpp615 res = checkSurfaceType(numBufferProducers, deferredConsumer, it.getSurfaceType()); in convertToHALStreamCombination()
630 auto surfaceType = it.getSurfaceType(); in convertToHALStreamCombination()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp806 outputConfiguration.getSurfaceType()); in createStream()
953 surfaceType = outputConfiguration.getSurfaceType(); in createDeferredSurfaceStreamLocked()