Searched refs:_pComponentPrivate_ (Results 1 – 2 of 2) sorted by relevance
157 #define JPEGDEC_WAIT_PORT_POPULATION(_pComponentPrivate_) \ argument164 pthread_mutex_lock(&((_pComponentPrivate_)->mJpegDecMutex)); \169 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\170 &((_pComponentPrivate_)->mJpegDecMutex), \174 OMX_PRBUFFER4((_pComponentPrivate_)->dbg, "Wait for port to be Populated time-out"); \175 pthread_mutex_unlock(&((_pComponentPrivate_)->mJpegDecMutex));\181 pthread_mutex_unlock(&((_pComponentPrivate_)->mJpegDecMutex)); \184 #define JPEGDEC_WAIT_PORT_UNPOPULATION(_pComponentPrivate_) \ argument191 pthread_mutex_lock(&((_pComponentPrivate_)->mJpegDecMutex)); \196 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\[all …]
1167 #define OMX_WMV_INSERT_CODEC_DATA(_pBuffHead_, _pComponentPrivate_) \ argument1175 …memcpy (_pBuffHead_->pBuffer, _pComponentPrivate_->pCodecData, _pComponentPrivate_->nCodecDataSize…1176 …_pBuffHead_->pBuffer += _pComponentPrivate_->nCodecDataSize; …