Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG2.cpp107 pthread_mutex_lock(&mFormatLock); in decode()
117 pthread_mutex_unlock(&mFormatLock); in decode()
DVideoDecoderBase.h146 pthread_mutex_t mFormatLock; variable
DVideoDecoderVP8.cpp54 pthread_mutex_lock(&mFormatLock); in updateFormatInfo()
95 pthread_mutex_unlock(&mFormatLock); in updateFormatInfo()
DVideoDecoderWMV.cpp109 pthread_mutex_lock(&mFormatLock); in decode()
119 pthread_mutex_unlock(&mFormatLock); in decode()
DVideoDecoderMPEG4.cpp105 pthread_mutex_lock(&mFormatLock); in decode()
115 pthread_mutex_unlock(&mFormatLock); in decode()
DVideoDecoderBase.cpp73 pthread_mutex_init(&mFormatLock, NULL); in VideoDecoderBase()
88 pthread_mutex_destroy(&mFormatLock); in ~VideoDecoderBase()
269 pthread_mutex_lock(&mFormatLock); in getFormatInfo()
270 pthread_mutex_unlock(&mFormatLock); in getFormatInfo()
DVideoDecoderAVC.cpp735 pthread_mutex_lock(&mFormatLock); in updateFormatInfo()
810 pthread_mutex_unlock(&mFormatLock); in updateFormatInfo()