Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStream.h50 struct Stream : public IStream, public ParametersUtil { struct
60 // Methods from ::android::hardware::audio::CPP_VERSION::IStream follow. argument
121 audio_stream_t* mStream; argument
/hardware/google/camera/common/hal/common/
Dhal_types.h110 struct Stream { struct
112 StreamType stream_type = StreamType::kOutput; argument
118 StreamRotation rotation = StreamRotation::kRotation0; argument
137 std::vector<Stream> streams; argument
/hardware/libhardware/modules/usbcamera/
DStream.cpp36 Stream::Stream(int id, camera3_stream_t *s) in Stream() function in usb_camera_hal::Stream
/hardware/libhardware/modules/camera/3_0/
DStream.cpp35 Stream::Stream(int id, camera3_stream_t *s) in Stream() function in default_camera_hal::Stream
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h112 std::vector<Stream>* /*streams*/) override { in GetRequiredIntputStreams()
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp43 Stream::Stream(bool isInput, audio_stream_t* stream) : mIsInput(isInput), mStream(stream) { in Stream() function in android::hardware::audio::CPP_VERSION::implementation::Stream