Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
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()
Dlibscaler-m2m1shot.h111 inline bool StreamOn() { return false; } in StreamOn() function
Dlibscaler-v4l2.cpp131 if (!StreamOn()) in Run()
458 bool CScalerV4L2::StreamOn(FrameInfo &frm) in StreamOn() function in CScalerV4L2
Dlibscaler.cpp632 if (!sc->StreamOn()) { in exynos_sc_run_exclusive()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper_mock.h31 MOCK_METHOD0(StreamOn, int());
Dv4l2_wrapper.h62 virtual int StreamOn();
Dv4l2_camera.cpp253 res = device_->StreamOn(); in enqueueRequestBuffers()
Dv4l2_wrapper.cpp138 int V4L2Wrapper::StreamOn() { in StreamOn() function in v4l2_camera_hal::V4L2Wrapper
/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h606 bool StreamOn() REQUIRES(this);
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp447 if (!ReqBufs() || !StreamOn() || !UpdateControls() || !QBuf()) return -1; in Compress()
564 bool CHWJpegV4L2Compressor::StreamOn() { in StreamOn() function in CHWJpegV4L2Compressor