Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:StreamThread

1382     StreamThread *AllocatedStream;
1388 m_streamThreads[1] = new StreamThread(this, 1);
1390 AllocatedStream = (StreamThread*)(m_streamThreads[1].get());
1392 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0);
1550 StreamThread * targetStream = m_streamThreads[1].get();
1685 StreamThread *AllocatedStream;
1688 StreamThread *parentStream;
1722 m_streamThreads[0] = new StreamThread(this, *stream_id);
1724 AllocatedStream = (StreamThread*)(m_streamThreads[0].get());
1725 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0);
1774 parentStream = (StreamThread*)(m_streamThreads[0].get());
1821 m_streamThreads[1] = new StreamThread(this, *stream_id);
1822 AllocatedStream = (StreamThread*)(m_streamThreads[1].get());
1823 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0);
1861 AllocatedStream = (StreamThread*)(m_streamThreads[1].get());
1934 parentStream = (StreamThread*)(m_streamThreads[1].get());
1969 parentStream = (StreamThread*)(m_streamThreads[0].get());
2020 StreamThread * targetStream;
2201 StreamThread *targetStream;
2207 targetStream = (StreamThread*)(m_streamThreads[0].get());
2231 targetStream = (StreamThread*)(m_streamThreads[1].get());
2246 targetStream = (StreamThread*)(m_streamThreads[0].get());
2265 targetStream = (StreamThread*)(m_streamThreads[0].get());
2279 targetStream = (StreamThread*)(m_streamThreads[1].get());
2312 targetStream = (StreamThread*)(m_streamThreads[1].get());
2325 targetStream = (StreamThread*)(m_streamThreads[0].get());
3609 StreamThread * selfThread = ((StreamThread*)self);
3736 StreamThread * selfThread = ((StreamThread*)self);
3747 int ExynosCameraHWInterface2::m_runSubStreamFunc(StreamThread *selfThread, ExynosBuffer *srcImageBuf,
3770 StreamThread * selfThread = ((StreamThread*)self);
3813 ALOGV("(%s): streamthread[%d] START SIGNAL_STREAM_REPROCESSING_START",
3853 ALOGV("(%s): streamthread[%d] END SIGNAL_STREAM_REPROCESSING_START",
3871 ALOGV("(%s): streamthread[%d] START SIGNAL_STREAM_DATA_COMING", __FUNCTION__,selfThread->m_index);
3876 ALOGV("DEBUG(%s): streamthread[%d] type(%d) DQBUF START ",__FUNCTION__,
3884 ALOGV("frame count streamthread[%d] : %d, outputStream(%x)", selfThread->m_index, frame->rcount, currentOutputStreams);
3897 ALOGV("DEBUG(%s): streamthread[%d] DQBUF done index(%d) sigcnt(%d)",__FUNCTION__,
3938 ALOGV("DEBUG(%s): streamthread[%d] cancel_buffer to svc done res(%d)", __FUNCTION__, selfThread->m_index, res);
3954 ALOGV("DEBUG(%s): streamthread[%d] enqueue_buffer to svc done res(%d)", __FUNCTION__, selfThread->m_index, res);
3959 ALOGV("DEBUG(%s): streamthread[%d] cancel_buffer to svc done res(%d)", __FUNCTION__, selfThread->m_index, res);
3982 ALOGV("DEBUG(%s): streamthread[%d] dequeue_buffer fail res(%d) numInHal(%d)",__FUNCTION__ , selfThread->m_index, res, selfStreamParms->numSvcBufsInHal);
3986 ALOGV("DEBUG(%s): streamthread[%d] got buf(%x) numInHal(%d) version(%d), numFds(%d), numInts(%d)", __FUNCTION__,
4026 ALOGE("ERR(%s): streamthread[%d] exynos_v4l2_qbuf() fail",
4031 ALOGV("DEBUG(%s): streamthread[%d] QBUF done index(%d)",
4036 ALOGV("(%s): streamthread[%d] END SIGNAL_STREAM_DATA_COMING", __FUNCTION__,selfThread->m_index);
4044 StreamThread * selfThread = ((StreamThread*)self);
4055 ALOGV("DEBUG(%s): calling streamthread[%d] streamoff (fd:%d)", __FUNCTION__,
4064 ALOGV("DEBUG(%s): calling streamthread[%d] streamoff (fd:%d)", __FUNCTION__,
4070 ALOGV("DEBUG(%s): calling streamthread[%d] streamoff done", __FUNCTION__, selfThread->m_index);
4071 ALOGV("DEBUG(%s): calling streamthread[%d] reqbuf 0 (fd:%d)", __FUNCTION__,
4075 ALOGV("DEBUG(%s): calling streamthread[%d] reqbuf 0 DONE(fd:%d)", __FUNCTION__,
4093 ALOGV("DEBUG(%s): streamthread[%d] processing SIGNAL_STREAM_DATA_COMING",
4098 ALOGV("DEBUG(%s): streamthread[%d] DQBUF START", __FUNCTION__, selfThread->m_index);
4100 ALOGV("DEBUG(%s): streamthread[%d] DQBUF done index(%d)",__FUNCTION__,
4129 ALOGV("DEBUG(%s): streamthread[%d] QBUF DONE", __FUNCTION__, selfThread->m_index);
4133 ALOGV("DEBUG(%s): streamthread[%d] processing SIGNAL_STREAM_DATA_COMING DONE",
4144 StreamThread * selfThread = ((StreamThread*)self);
4151 // Should change function to class that inherited StreamThread class to support dynamic stream allocation
4160 int ExynosCameraHWInterface2::m_jpegCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp)
4311 ALOGV("DEBUG(%s): streamthread[%d] enqueue_buffer index(%d) to svc done res(%d)",
4367 int ExynosCameraHWInterface2::m_recordCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp)
4437 ALOGV("DEBUG(%s): streamthread[%d] enqueue_buffer index(%d) to svc done res(%d)",
4488 int ExynosCameraHWInterface2::m_prvcbCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp)
4602 ALOGV("DEBUG(%s): streamthread[%d] enqueue_buffer index(%d) to svc done res(%d)",
5973 ExynosCameraHWInterface2::StreamThread::~StreamThread()
5978 void ExynosCameraHWInterface2::StreamThread::setParameter(stream_parameters_t * new_parameters)
5984 void ExynosCameraHWInterface2::StreamThread::release()
5990 int ExynosCameraHWInterface2::StreamThread::findBufferIndex(void * bufAddr)
6000 int ExynosCameraHWInterface2::StreamThread::findBufferIndex(buffer_handle_t * bufHandle)
6010 status_t ExynosCameraHWInterface2::StreamThread::attachSubStream(int stream_id, int priority)
6032 status_t ExynosCameraHWInterface2::StreamThread::detachSubStream(int stream_id)