Home
last modified time | relevance | path

Searched defs:StreamConfiguration (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DAidlEnumerator.cpp48 struct StreamConfiguration { struct
49 int id;
50 int width;
51 int height;
52 PixelFormat format;
53 int type;
54 int framerate;
/packages/services/Car/cpp/evs/v4l2_hal/aidl/include/
DConfigManager.h47 } StreamConfiguration; typedef
/packages/modules/Bluetooth/offload/leaudio/hci/
Dservice.rs56 pub(crate) fn start_stream(handle: u16, config: StreamConfiguration) { in start_stream()