Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/stateful/
Dcapture_thread.rs77 pub(super) struct CaptureThread<P, DecoderEventCb, FormatChangedCb> struct
96 response_sender: mpsc::Sender<CaptureThreadResponse>, argument
136 impl<P, DecoderEventCb, FormatChangedCb> CaptureThread<P, DecoderEventCb, FormatChangedCb> implementation
/aosp_15_r20/system/memory/libmemunreachable/
DThreadCapture.cpp251 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread() function in android::ThreadCaptureImpl
/aosp_15_r20/frameworks/base/media/jni/audioeffect/
H A DVisualizer.cpp447 Visualizer::CaptureThread::CaptureThread(const sp<Visualizer>& receiver, uint32_t captureRate, in CaptureThread() function in android::Visualizer::CaptureThread