MCPcopy Create free account
hub / github.com/carlonluca/pot / UnLockDecoder

Method UnLockDecoder

piomxtextures_src/omxplayer_lib/OMXPlayerAudio.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void OMXPlayerAudio::UnLockDecoder()
87{
88 if(m_config.use_thread)
89 pthread_mutex_unlock(&m_lock_decoder);
90}
91
92bool OMXPlayerAudio::Open(OMXClock *av_clock, const OMXAudioConfig &config, OMXReader *omx_reader)
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected