OpenMAX Bellagio 0.9.3
|
#include <omxaudiomixertest.h>
Data Fields | |
pthread_cond_t | condition |
pthread_mutex_t | mutex |
void * | input_data |
OMX_BUFFERHEADERTYPE * | currentInputBuffer |
tsem_t * | eventSem |
tsem_t * | eofSem |
OMX_HANDLETYPE | handle |
Definition at line 54 of file omxaudiomixertest.h.
pthread_cond_t appPrivateType::condition |
Definition at line 55 of file omxaudiomixertest.h.
OMX_BUFFERHEADERTYPE * appPrivateType::currentInputBuffer |
Definition at line 58 of file omxaudiomixertest.h.
tsem_t * appPrivateType::eofSem |
Definition at line 60 of file omxaudiomixertest.h.
tsem_t * appPrivateType::eventSem |
Definition at line 59 of file omxaudiomixertest.h.
OMX_HANDLETYPE appPrivateType::handle |
Definition at line 61 of file omxaudiomixertest.h.
void * appPrivateType::input_data |
Definition at line 57 of file omxaudiomixertest.h.
pthread_mutex_t appPrivateType::mutex |
Definition at line 56 of file omxaudiomixertest.h.