Home
last modified time | relevance | path

Searched defs:CaptureFormat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs138 pub enum CaptureFormat { enum
150 impl CaptureFormat { impl
220 output_format: CaptureFormat, in new()
243 output_format: CaptureFormat, in create_converter_from_context()
267 output_format: CaptureFormat, in update_converter()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerationAndroid.java50 public static class CaptureFormat { class in CameraEnumerationAndroid
92 public CaptureFormat(int width, int height, int minFramerate, int maxFramerate) { in CaptureFormat() method in CameraEnumerationAndroid.CaptureFormat
98 public CaptureFormat(int width, int height, FramerateRange framerate) { in CaptureFormat() method in CameraEnumerationAndroid.CaptureFormat