Lines Matching refs:AllocatedStream

1392     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()
1473 AllocatedStream->m_isBufferInit = true; in StartSCCThread()
1695 StreamThread *AllocatedStream; in allocateStream() local
1734 AllocatedStream = (StreamThread*)(m_streamThreads[0].get()); in allocateStream()
1735 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in allocateStream()
1736 m_streamThreadInitialize((SignalDrivenThread*)AllocatedStream); in allocateStream()
1761 AllocatedStream->streamType = STREAM_TYPE_DIRECT; in allocateStream()
1762 AllocatedStream->m_index = 0; in allocateStream()
1763 AllocatedStream->setParameter(&newParameters); in allocateStream()
1764 AllocatedStream->m_activated = true; in allocateStream()
1765 AllocatedStream->m_numRegisteredStream = 1; in allocateStream()
1766 … ALOGV("(%s): m_numRegisteredStream = %d", __FUNCTION__, AllocatedStream->m_numRegisteredStream); in allocateStream()
1770 AllocatedStream->attachSubStream(STREAM_ID_RECORD, 10); in allocateStream()
1772 AllocatedStream->attachSubStream(STREAM_ID_PRVCB, 70); in allocateStream()
1832 AllocatedStream = (StreamThread*)(m_streamThreads[1].get()); in allocateStream()
1833 AllocatedStream->Start("StreamThread", PRIORITY_DEFAULT, 0); in allocateStream()
1834 m_streamThreadInitialize((SignalDrivenThread*)AllocatedStream); in allocateStream()
1862 AllocatedStream->streamType = STREAM_TYPE_DIRECT; in allocateStream()
1863 AllocatedStream->m_index = 1; in allocateStream()
1864 AllocatedStream->setParameter(&newParameters); in allocateStream()
1865 AllocatedStream->m_activated = true; in allocateStream()
1866 AllocatedStream->m_numRegisteredStream = 1; in allocateStream()
1867 … ALOGV("(%s): m_numRegisteredStream = %d", __FUNCTION__, AllocatedStream->m_numRegisteredStream); in allocateStream()
1871 AllocatedStream = (StreamThread*)(m_streamThreads[1].get()); in allocateStream()
1876 AllocatedStream->detachSubStream(STREAM_ID_JPEG); in allocateStream()
1878 AllocatedStream->m_releasing = true; in allocateStream()
1881 AllocatedStream->release(); in allocateStream()
1883 } while (AllocatedStream->m_releasing); in allocateStream()
1888 m_streamThreadInitialize((SignalDrivenThread*)AllocatedStream); in allocateStream()
1916 AllocatedStream->streamType = STREAM_TYPE_DIRECT; in allocateStream()
1917 AllocatedStream->m_index = 1; in allocateStream()
1918 AllocatedStream->setParameter(&newParameters); in allocateStream()
1919 AllocatedStream->m_activated = true; in allocateStream()
1920 AllocatedStream->m_numRegisteredStream = 1; in allocateStream()
1922 AllocatedStream->attachSubStream(STREAM_ID_JPEG, 10); in allocateStream()
1924 … ALOGV("(%s): m_numRegisteredStream = %d", __FUNCTION__, AllocatedStream->m_numRegisteredStream); in allocateStream()