Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp1392 StreamThread *AllocatedStream; in StartSCCThread() local
1400 AllocatedStream = (StreamThread*)(m_streamThreads[1].get()); in StartSCCThread()
1402 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in StartSCCThread()
1403 m_streamThreadInitialize((SignalDrivenThread*)AllocatedStream); in StartSCCThread()
1404 AllocatedStream->m_numRegisteredStream = 1; in StartSCCThread()
1406 AllocatedStream->m_index = 1; in StartSCCThread()
1425 AllocatedStream->streamType = STREAM_TYPE_INDIRECT; in StartSCCThread()
1426 ALOGV("(%s): m_numRegisteredStream = %d", __FUNCTION__, AllocatedStream->m_numRegisteredStream); in StartSCCThread()
1471 AllocatedStream->setParameter(&newParameters); in StartSCCThread()
1472 AllocatedStream->m_activated = true; in StartSCCThread()
[all …]