HomeSort by relevance Sort by last modified time
    Searched refs:mFormatLock (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 146 pthread_mutex_t mFormatLock;
VideoDecoderMPEG2.cpp 107 pthread_mutex_lock(&mFormatLock);
117 pthread_mutex_unlock(&mFormatLock);
VideoDecoderVP8.cpp 54 pthread_mutex_lock(&mFormatLock);
95 pthread_mutex_unlock(&mFormatLock);
VideoDecoderWMV.cpp 109 pthread_mutex_lock(&mFormatLock);
119 pthread_mutex_unlock(&mFormatLock);
VideoDecoderMPEG4.cpp 105 pthread_mutex_lock(&mFormatLock);
115 pthread_mutex_unlock(&mFormatLock);
VideoDecoderBase.cpp 73 pthread_mutex_init(&mFormatLock, NULL);
88 pthread_mutex_destroy(&mFormatLock);
269 pthread_mutex_lock(&mFormatLock);
270 pthread_mutex_unlock(&mFormatLock);
    [all...]
VideoDecoderAVC.cpp 722 pthread_mutex_lock(&mFormatLock);
797 pthread_mutex_unlock(&mFormatLock);
    [all...]

Completed in 94 milliseconds