Home
last modified time | relevance | path

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

/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_encode_image_buffer.c72 pthread_mutex_lock(&pdata->theora_lib_mutex); in EncodeImageBuffer()
74 pthread_mutex_unlock(&pdata->theora_lib_mutex); in EncodeImageBuffer()
H A Drmd_flush_to_ogg.c122 pthread_mutex_lock(&pdata->theora_lib_mutex); in FlushToOgg()
124 &pdata->theora_lib_mutex); in FlushToOgg()
125 pthread_mutex_unlock(&pdata->theora_lib_mutex); in FlushToOgg()
H A Drmd_load_cache.c316 pthread_mutex_lock(&pdata->theora_lib_mutex); in LoadCache()
318 pthread_mutex_unlock(&pdata->theora_lib_mutex); in LoadCache()
H A Drmd_rescue.c117 pthread_mutex_init(&pdata.theora_lib_mutex,NULL); in rmdRescue()
H A Drmd_types.h267 theora_lib_mutex, member
H A Drmd_initialize_data.c84 pthread_mutex_init(&pdata->theora_lib_mutex,NULL);