Home
last modified time | relevance | path

Searched refs:StreamThread (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h506 class StreamThread : public SignalDrivenThread {
509 StreamThread(ExynosCameraHWInterface2 *hw, uint8_t new_index): in StreamThread() function
513 ~StreamThread();
539 sp<StreamThread> m_streamThreads[NUM_MAX_STREAM_THREAD];
558 int m_runSubStreamFunc(StreamThread *selfThread, ExynosBuffer *srcImageBuf,
560 …int m_jpegCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t fra…
561 …int m_recordCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t f…
562 …int m_prvcbCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t fr…
DExynosCameraHWInterface2.cpp1362 StreamThread *AllocatedStream; in StartSCCThread()
1368 m_streamThreads[1] = new StreamThread(this, 1); in StartSCCThread()
1370 AllocatedStream = (StreamThread*)(m_streamThreads[1].get()); in StartSCCThread()
1530 StreamThread * targetStream = m_streamThreads[1].get(); in notifyRequestQueueNotEmpty()
1658 StreamThread *AllocatedStream; in allocateStream()
1661 StreamThread *parentStream; in allocateStream()
1695 m_streamThreads[0] = new StreamThread(this, *stream_id); in allocateStream()
1697 AllocatedStream = (StreamThread*)(m_streamThreads[0].get()); in allocateStream()
1741 parentStream = (StreamThread*)(m_streamThreads[0].get()); in allocateStream()
1786 m_streamThreads[1] = new StreamThread(this, *stream_id); in allocateStream()
[all …]