Home
last modified time | relevance | path

Searched defs:getSupportedFormats (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DCamera2Enumerator.java79 public List<CaptureFormat> getSupportedFormats(String deviceName) { in getSupportedFormats() method in Camera2Enumerator
156 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() method in Camera2Enumerator
162 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() method in Camera2Enumerator
DCamera1Enumerator.java67 public List<CaptureFormat> getSupportedFormats(String deviceName) { in getSupportedFormats() method in Camera1Enumerator
88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in Camera1Enumerator
DCameraEnumerator.java21 public List<CaptureFormat> getSupportedFormats(String deviceName); in getSupportedFormats() method
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.cpp876 de::MovePtr<vector<VkFormat>> getSupportedFormats(const InstanceInterface &vk, const VkPhysicalDevi… in getSupportedFormats() function