appPrivateType Struct Reference

#include <omxaudiocapnplay.h>


Data Fields

tsem_tsourceEventSem
tsem_teofSem
tsem_tvolumeEventSem
tsem_talsasinkEventSem
OMX_HANDLETYPE audiosrchandle
OMX_HANDLETYPE volume_handle
OMX_HANDLETYPE alsasink_handle
tsem_tfilereaderEventSem
tsem_tdecoderEventSem
tsem_tsinkEventSem
tsem_tvolumeEventSem
tsem_teofSem
OMX_HANDLETYPE audiodechandle
OMX_HANDLETYPE audiosinkhandle
OMX_HANDLETYPE filereaderhandle
OMX_HANDLETYPE volumehandle
pthread_cond_t condition
pthread_mutex_t mutex
void * input_data
OMX_BUFFERHEADERTYPEcurrentInputBuffer
tsem_teventSem
tsem_teofSem
tsem_tsinkEventSem
OMX_HANDLETYPE handle
void * input_data
OMX_BUFFERHEADERTYPEcurrentInputBuffer
tsem_teventSem
tsem_teofSem
tsem_tcameraSourceEventSem
tsem_tcolorconvEventSem
tsem_tfbsinkEventSem
OMX_HANDLETYPE camerahandle
OMX_HANDLETYPE colorconvhandle
OMX_HANDLETYPE fbsinkhandle
void * input_data
OMX_BUFFERHEADERTYPEcurrentInputBuffer
tsem_teventSem
tsem_teofSem
tsem_tsinkEventSem
void * input_data
OMX_BUFFERHEADERTYPEcurrentInputBuffer
tsem_teventSem
tsem_tparser3gpEventSem
tsem_tvideoDecoderEventSem
tsem_tcolorconvEventSem
tsem_tfbdevSinkEventSem
tsem_taudioDecoderEventSem
tsem_taudioSinkEventSem
tsem_tvolumeEventSem
tsem_teofSem
OMX_HANDLETYPE videodechandle
OMX_HANDLETYPE colorconv_handle
OMX_HANDLETYPE videosinkhandle
OMX_HANDLETYPE parser3gphandle
tsem_tsourceEventSem
tsem_teofSem
tsem_tcolorconvEventSem
tsem_tfbdevSinkEventSem
OMX_HANDLETYPE videosrchandle
OMX_HANDLETYPE fbdev_sink_handle
tsem_tdecoderEventSem
tsem_teofSem
tsem_tcolorconvEventSem
tsem_tfbdevSinkEventSem
tsem_tencoderEventSem
tsem_teofSem
tsem_tsourceEventSem
OMX_HANDLETYPE videoenchandle


Detailed Description

Application's private data

Definition at line 48 of file omxaudiocapnplay.h.


Field Documentation

tsem_t* appPrivateType::sourceEventSem

Definition at line 49 of file omxaudiocapnplay.h.

Referenced by audiosrcEventHandler(), main(), and videosrcEventHandler().

tsem_t* appPrivateType::eofSem

Definition at line 50 of file omxaudiocapnplay.h.

Referenced by alsasinkEmptyBufferDone(), alsasinkEventHandler(), audiodecEmptyBufferDone(), audiodecEventHandler(), audiomixerEmptyBufferDone(), audiomixerEventHandler(), audiosinkEmptyBufferDone(), audiosrcEventHandler(), colorconvEmptyBufferDone(), colorconvEventHandler(), fb_sinkEmptyBufferDone(), fb_sinkEventHandler(), filereaderEventHandler(), main(), parser3gpEventHandler(), videodecEmptyBufferDone(), videodecEventHandler(), videoencEmptyBufferDone(), videoencEventHandler(), videosrcEventHandler(), volcEmptyBufferDone(), volcEventHandler(), volumeEmptyBufferDone(), volumeEventHandler(), and volumeFillBufferDone().

tsem_t* appPrivateType::volumeEventSem

Definition at line 51 of file omxaudiocapnplay.h.

Referenced by audiodecEventHandler(), main(), and volumeEventHandler().

tsem_t* appPrivateType::alsasinkEventSem

Definition at line 52 of file omxaudiocapnplay.h.

Referenced by alsasinkEventHandler(), and main().

OMX_HANDLETYPE appPrivateType::audiosrchandle

Definition at line 53 of file omxaudiocapnplay.h.

Referenced by main(), test_OpenClose(), and volumeEmptyBufferDone().

OMX_HANDLETYPE appPrivateType::volume_handle

Definition at line 54 of file omxaudiocapnplay.h.

Referenced by alsasinkEmptyBufferDone(), audiosrcFillBufferDone(), and main().

OMX_HANDLETYPE appPrivateType::alsasink_handle

Definition at line 55 of file omxaudiocapnplay.h.

Referenced by main(), and volumeFillBufferDone().

tsem_t* appPrivateType::filereaderEventSem

Definition at line 51 of file omxaudiodectest.h.

Referenced by filereaderEventHandler(), and main().

tsem_t* appPrivateType::decoderEventSem

Definition at line 52 of file omxaudiodectest.h.

Referenced by audiodecEventHandler(), main(), and videodecEventHandler().

tsem_t* appPrivateType::sinkEventSem

Definition at line 53 of file omxaudiodectest.h.

Referenced by audiodecEventHandler(), audiosinkEventHandler(), and main().

tsem_t* appPrivateType::volumeEventSem

Definition at line 54 of file omxaudiodectest.h.

tsem_t* appPrivateType::eofSem

Definition at line 55 of file omxaudiodectest.h.

OMX_HANDLETYPE appPrivateType::audiodechandle

Definition at line 56 of file omxaudiodectest.h.

Referenced by audiodecEventHandler(), filereaderEventHandler(), filereaderFillBufferDone(), main(), parser3gpEventHandler(), parser3gpFillBufferDone(), SetPortParametersAudio(), test_OpenClose(), and volumeEmptyBufferDone().

OMX_HANDLETYPE appPrivateType::audiosinkhandle

Definition at line 57 of file omxaudiodectest.h.

Referenced by audiodecEventHandler(), audiomixerFillBufferDone(), main(), parser3gpEventHandler(), and volumeFillBufferDone().

OMX_HANDLETYPE appPrivateType::filereaderhandle

Definition at line 58 of file omxaudiodectest.h.

Referenced by audiodecEmptyBufferDone(), filereaderEventHandler(), and main().

OMX_HANDLETYPE appPrivateType::volumehandle

Definition at line 59 of file omxaudiodectest.h.

Referenced by audiodecEventHandler(), audiodecFillBufferDone(), audiosinkEmptyBufferDone(), main(), and parser3gpEventHandler().

pthread_cond_t appPrivateType::condition

Definition at line 58 of file audio_effects/omxaudiomixertest.h.

Referenced by main(), and symbianoutputstreamEmptyBufferDone().

pthread_mutex_t appPrivateType::mutex

Definition at line 59 of file audio_effects/omxaudiomixertest.h.

Referenced by main(), and symbianoutputstreamEmptyBufferDone().

void* appPrivateType::input_data

Definition at line 60 of file audio_effects/omxaudiomixertest.h.

OMX_BUFFERHEADERTYPE* appPrivateType::currentInputBuffer

Definition at line 61 of file audio_effects/omxaudiomixertest.h.

tsem_t* appPrivateType::eventSem

Definition at line 62 of file audio_effects/omxaudiomixertest.h.

Referenced by audiomixerEventHandler(), main(), symbianoutputstreamEventHandler(), and volcEventHandler().

tsem_t* appPrivateType::eofSem

Definition at line 63 of file audio_effects/omxaudiomixertest.h.

tsem_t* appPrivateType::sinkEventSem

Definition at line 64 of file audio_effects/omxaudiomixertest.h.

OMX_HANDLETYPE appPrivateType::handle

Definition at line 65 of file audio_effects/omxaudiomixertest.h.

Referenced by audiosinkEmptyBufferDone(), and main().

void* appPrivateType::input_data

Definition at line 59 of file omxvolcontroltest.h.

OMX_BUFFERHEADERTYPE* appPrivateType::currentInputBuffer

Definition at line 60 of file omxvolcontroltest.h.

tsem_t* appPrivateType::eventSem

Definition at line 61 of file omxvolcontroltest.h.

tsem_t* appPrivateType::eofSem

Definition at line 62 of file omxvolcontroltest.h.

tsem_t* appPrivateType::cameraSourceEventSem

Definition at line 71 of file omxcameratest.h.

Referenced by camera_sourceEventHandler(), and main().

tsem_t* appPrivateType::colorconvEventSem

Definition at line 72 of file omxcameratest.h.

Referenced by colorconvEventHandler(), main(), and videodecEventHandler().

tsem_t* appPrivateType::fbsinkEventSem

Definition at line 73 of file omxcameratest.h.

Referenced by fbsinkEventHandler(), and main().

OMX_HANDLETYPE appPrivateType::camerahandle

Definition at line 74 of file omxcameratest.h.

Referenced by camera_sourceFillBufferDone(), main(), and setCameraParameters().

OMX_HANDLETYPE appPrivateType::colorconvhandle

Definition at line 75 of file omxcameratest.h.

Referenced by main(), and setColorConvParameters().

OMX_HANDLETYPE appPrivateType::fbsinkhandle

Definition at line 76 of file omxcameratest.h.

Referenced by main(), and setFbsinkParameters().

void* appPrivateType::input_data

Definition at line 59 of file components_symbian/symbianaudiomixer/inc/omxaudiomixertest.h.

OMX_BUFFERHEADERTYPE* appPrivateType::currentInputBuffer

Definition at line 60 of file components_symbian/symbianaudiomixer/inc/omxaudiomixertest.h.

tsem_t* appPrivateType::eventSem

Definition at line 61 of file components_symbian/symbianaudiomixer/inc/omxaudiomixertest.h.

tsem_t* appPrivateType::eofSem

Definition at line 62 of file components_symbian/symbianaudiomixer/inc/omxaudiomixertest.h.

tsem_t* appPrivateType::sinkEventSem

Definition at line 63 of file components_symbian/symbianaudiomixer/inc/omxaudiomixertest.h.

void* appPrivateType::input_data

Definition at line 40 of file omxsymbianoutputstreamtest.h.

OMX_BUFFERHEADERTYPE* appPrivateType::currentInputBuffer

Definition at line 41 of file omxsymbianoutputstreamtest.h.

tsem_t* appPrivateType::eventSem

Definition at line 42 of file omxsymbianoutputstreamtest.h.

tsem_t* appPrivateType::parser3gpEventSem

Definition at line 59 of file omxparsertest.h.

Referenced by main(), and parser3gpEventHandler().

tsem_t* appPrivateType::videoDecoderEventSem

Definition at line 60 of file omxparsertest.h.

Referenced by main(), and videodecEventHandler().

tsem_t* appPrivateType::colorconvEventSem

Definition at line 61 of file omxparsertest.h.

tsem_t* appPrivateType::fbdevSinkEventSem

Definition at line 62 of file omxparsertest.h.

Referenced by fb_sinkEventHandler(), main(), and videodecEventHandler().

tsem_t* appPrivateType::audioDecoderEventSem

Definition at line 63 of file omxparsertest.h.

Referenced by audiodecEventHandler(), and main().

tsem_t* appPrivateType::audioSinkEventSem

Definition at line 64 of file omxparsertest.h.

Referenced by audiosinkEventHandler(), and main().

tsem_t* appPrivateType::volumeEventSem

Definition at line 65 of file omxparsertest.h.

tsem_t* appPrivateType::eofSem

Definition at line 66 of file omxparsertest.h.

OMX_HANDLETYPE appPrivateType::videodechandle

Definition at line 67 of file omxparsertest.h.

Referenced by colorconvEmptyBufferDone(), main(), parser3gpEventHandler(), parser3gpFillBufferDone(), setPortParameters(), SetPortParametersVideo(), test_OpenClose(), and videodecEventHandler().

OMX_HANDLETYPE appPrivateType::colorconv_handle

Definition at line 68 of file omxparsertest.h.

Referenced by fb_sinkEmptyBufferDone(), main(), parser3gpEventHandler(), setPortParameters(), SetPortParametersVideo(), videodecEventHandler(), videodecFillBufferDone(), and videosrcFillBufferDone().

OMX_HANDLETYPE appPrivateType::videosinkhandle

Definition at line 69 of file omxparsertest.h.

Referenced by colorconvFillBufferDone(), main(), parser3gpEventHandler(), and SetPortParametersVideo().

OMX_HANDLETYPE appPrivateType::parser3gphandle

Definition at line 73 of file omxparsertest.h.

Referenced by audiodecEmptyBufferDone(), main(), parser3gpEventHandler(), SetPortParametersAudio(), SetPortParametersVideo(), and videodecEmptyBufferDone().

tsem_t* appPrivateType::sourceEventSem

Definition at line 48 of file omxvideocapnplay.h.

tsem_t* appPrivateType::eofSem

Definition at line 49 of file omxvideocapnplay.h.

tsem_t* appPrivateType::colorconvEventSem

Definition at line 50 of file omxvideocapnplay.h.

tsem_t* appPrivateType::fbdevSinkEventSem

Definition at line 51 of file omxvideocapnplay.h.

OMX_HANDLETYPE appPrivateType::videosrchandle

Definition at line 52 of file omxvideocapnplay.h.

Referenced by colorconvEmptyBufferDone(), main(), setPortParameters(), test_OpenClose(), and videoencEmptyBufferDone().

OMX_HANDLETYPE appPrivateType::fbdev_sink_handle

Definition at line 54 of file omxvideocapnplay.h.

Referenced by colorconvFillBufferDone(), main(), setPortParameters(), and videodecEventHandler().

tsem_t* appPrivateType::decoderEventSem

Definition at line 48 of file omxvideodectest.h.

tsem_t* appPrivateType::eofSem

Definition at line 49 of file omxvideodectest.h.

tsem_t* appPrivateType::colorconvEventSem

Definition at line 50 of file omxvideodectest.h.

tsem_t* appPrivateType::fbdevSinkEventSem

Definition at line 51 of file omxvideodectest.h.

tsem_t* appPrivateType::encoderEventSem

Definition at line 47 of file omxvideoenctest.h.

Referenced by main(), and videoencEventHandler().

tsem_t* appPrivateType::eofSem

Definition at line 48 of file omxvideoenctest.h.

tsem_t* appPrivateType::sourceEventSem

Definition at line 49 of file omxvideoenctest.h.

OMX_HANDLETYPE appPrivateType::videoenchandle

Definition at line 51 of file omxvideoenctest.h.

Referenced by main(), setPortParameters(), test_OpenClose(), and videosrcFillBufferDone().


The documentation for this struct was generated from the following files:
Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo