Home
last modified time | relevance | path

Searched refs:g_streamThreadControl (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp151 StreamThreadControl g_streamThreadControl; member
224 pthread_mutex_lock(&g_streamThreadControl.mutex); in streamProcess()
226 pthread_mutex_unlock(&g_streamThreadControl.mutex); in streamProcess()
229 pthread_mutex_unlock(&g_streamThreadControl.mutex); in streamProcess()
240 pthread_mutex_lock(&g_streamThreadControl.mutex); in streamProcess()
242 pthread_mutex_unlock(&g_streamThreadControl.mutex); in streamProcess()
245 pthread_mutex_unlock(&g_streamThreadControl.mutex); in streamProcess()
321 pthread_mutex_init(&g_streamThreadControl.mutex, nullptr); in SetStreamSource()
325 pthread_create(&g_streamThreadControl.process, &attr, streamProcess, stream_.get()); in SetStreamSource()
417 pthread_mutex_lock(&g_streamThreadControl in Stop()
[all...]

Completed in 3 milliseconds