| 84 | } |
| 85 | |
| 86 | void OMXPlayerAudio::UnLockDecoder() |
| 87 | { |
| 88 | if(m_config.use_thread) |
| 89 | pthread_mutex_unlock(&m_lock_decoder); |
| 90 | } |
| 91 | |
| 92 | bool OMXPlayerAudio::Open(OMXClock *av_clock, const OMXAudioConfig &config, OMXReader *omx_reader) |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected