#include "mediaplayerstate.h"#include "loopcontrol.h"#include "videowidget.h"#include "audiodevice.h"#include <qpe/qpeapplication.h>#include <qpe/mediaplayerplugininterface.h>#include <opie2/odebug.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pthread.h>#include <errno.h>#include <unistd.h>Include dependency graph for loopcontrol.cpp:

Go to the source code of this file.
Defines | |
| #define | DecodeLoopDebug(x) |
| #define | USE_REALTIME_AUDIO_THREAD |
Functions | |
| void * | startAudioThread (void *ptr) |
Variables | |
| VideoWidget * | videoUI |
| MediaPlayerState * | mediaPlayerState |
| static char * | audioBuffer = NULL |
| static AudioDevice * | audioDevice = NULL |
| static bool | disabledSuspendScreenSaver = FALSE |
| static bool | previousSuspendMode = FALSE |
| pthread_t | audio_tid |
| pthread_attr_t | audio_attr |
| bool | threadOkToGo = FALSE |
| Mutex * | audioMutex |
| static long | prev_frame = 0 |
| static int | currentSample = 0 |
|
|
Definition at line 53 of file loopcontrol.cpp. Referenced by LoopControl::init(). |
|
|
|
|
|
Definition at line 92 of file loopcontrol.cpp. References LoopControl::moreAudio, LoopControl::startAudio(), threadOkToGo, and TRUE. Referenced by LoopControl::LoopControl(). |
|
|
Definition at line 63 of file loopcontrol.cpp. Referenced by LoopControl::LoopControl(). |
|
|
Definition at line 62 of file loopcontrol.cpp. Referenced by LoopControl::LoopControl(). |
|
|
Definition at line 56 of file loopcontrol.cpp. Referenced by LoopControl::init(), LoopControl::startAudio(), and LoopControl::stop(). |
|
|
Definition at line 57 of file loopcontrol.cpp. |
|
|
Definition at line 104 of file loopcontrol.cpp. |
|
|
Definition at line 139 of file loopcontrol.cpp. Referenced by LoopControl::setPosition(), and LoopControl::startAudio(). |
|
|
Definition at line 58 of file loopcontrol.cpp. Referenced by LoopControl::play(), and LoopControl::stop(). |
|
|
|
|
|
Definition at line 138 of file loopcontrol.cpp. Referenced by LoopControl::init(), LoopControl::setPosition(), and LoopControl::startVideo(). |
|
|
Definition at line 59 of file loopcontrol.cpp. Referenced by LoopControl::play(). |
|
|
Definition at line 64 of file loopcontrol.cpp. Referenced by LoopControl::killTimers(), startAudioThread(), and LoopControl::startTimers(). |
|
|
|
1.4.2