Home
last modified time | relevance | path

Searched refs:StreamOn (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/google/graphics/common/libscaler/
H A Dlibscaler-v4l2.h127 bool StreamOn(FrameInfo &frm);
225 inline bool StreamOn() { in StreamOn() function
226 if (!StreamOn(m_frmSrc)) in StreamOn()
229 return StreamOn(m_frmDst); in StreamOn()
H A Dlibscaler-m2m1shot.h111 inline bool StreamOn() { return false; } in StreamOn() function
H A Dlibscaler-v4l2.cpp131 if (!StreamOn()) in Run()
458 bool CScalerV4L2::StreamOn(FrameInfo &frm) in StreamOn() function in CScalerV4L2
H A Dlibscaler.cpp632 if (!sc->StreamOn()) { in exynos_sc_run_exclusive()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper_mock.h31 MOCK_METHOD0(StreamOn, int());
H A Dv4l2_wrapper.h62 virtual int StreamOn();
H A Dv4l2_camera.cpp253 res = device_->StreamOn(); in enqueueRequestBuffers()
H A Dv4l2_wrapper.cpp138 int V4L2Wrapper::StreamOn() { in StreamOn() function in v4l2_camera_hal::V4L2Wrapper
/aosp12/hardware/google/graphics/common/libhwjpeg/include/
H A Dexynos-hwjpeg.h553 bool StreamOn();
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dhwjpeg-v4l2.cpp402 if (!ReqBufs() || !StreamOn() || !UpdateControls() || !QBuf()) in Compress()
526 bool CHWJpegV4L2Compressor::StreamOn() in StreamOn() function in CHWJpegV4L2Compressor