|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
#include <softhddevice.h>
Public Member Functions | |
| cSoftHdDevice (cSoftHdConfig *) | |
| cSoftHdDevice constructor | |
| virtual | ~cSoftHdDevice (void) |
| cSoftHdDevice destructor | |
| virtual cString | DeviceName (void) const |
| virtual bool | HasDecoder (void) const |
| Tells whether this device has an MPEG decoder. | |
| virtual cSpuDecoder * | GetSpuDecoder (void) |
| Get the device SPU decoder. | |
| virtual bool | CanReplay (void) const |
| Returns true if this device can currently start a replay session. | |
| virtual bool | SetPlayMode (ePlayMode) |
| Sets the device into the given play mode. | |
| virtual int | PlayVideo (const uchar *, int) |
| Play a video packet of the main videostream. | |
| virtual int | PlayAudio (const uchar *, int, uchar) |
| Play an audio packet. | |
| virtual int64_t | GetSTC (void) |
| Gets the current System Time Counter, which can be used to synchronize audio, video and subtitles. | |
| virtual cRect | CanScaleVideo (const cRect &, int taCenter) |
| Ask the output, if it can scale video. | |
| virtual void | ScaleVideo (const cRect &=cRect::Null) |
| Scale the currently shown video. | |
| virtual void | TrickSpeed (int, bool) |
| Sets the device into a mode where replay is done slower. | |
| virtual void | Clear (void) |
| Clears all video and audio data from the device. | |
| virtual void | Play (void) |
| Sets the device into play mode (after a previous trick mode, or pause) | |
| virtual void | Freeze (void) |
| Puts the device into "freeze frame" mode. | |
| virtual void | StillPicture (const uchar *, int) |
| Display the given I-frame as a still picture. | |
| virtual bool | Poll (cPoller &, int=0) |
| Returns true if the device itself or any of the file handles in Poller is ready for further action. | |
| virtual bool | Flush (int=0) |
| Flush the device output buffers. | |
| virtual uchar * | GrabImage (int &, bool, int, int, int) |
| Grabs the currently visible screen image. | |
| virtual void | SetVideoDisplayFormat (eVideoDisplayFormat) |
| Sets the video display format. | |
| virtual void | SetVideoFormat (bool) |
| Set the video format. | |
| virtual void | GetVideoSize (int &, int &, double &) |
| Get the video size. | |
| virtual void | GetOsdSize (int &, int &, double &) |
| Returns the width, height and aspect ratio the OSD. | |
| virtual void | SetAudioTrackDevice (eTrackType) |
| virtual int | GetAudioChannelDevice (void) |
| virtual void | SetAudioChannelDevice (int) |
| virtual void | SetVolumeDevice (int) |
| Sets the audio volume on this device (Volume = 0...255). | |
| virtual void | SetDigitalAudioDevice (bool) |
| const char * | CommandLineHelp (void) |
| Return command line help string. | |
| int | ProcessArgs (int, char *[]) |
| Process the command line arguments. | |
| int | Start (void) |
| Called by VDR when the plugin is started. | |
| void | Stop (void) |
| Called by VDR when the plugin is stopped. | |
| cSoftHdConfig * | Config (void) |
| cVideoStream * | VideoStream (void) |
| cVideoRender * | Render (void) |
| cSoftHdAudio * | Audio (void) |
| void | SetDisableDeint (void) |
| Disables deinterlacer (called from setup menu or conf) | |
| void | SetDecoderNeedsIFrame (void) |
| Forces the h264 decoder to wait for an I-Frame to start. | |
| void | SetParseH264Dimensions (void) |
| Parse the h264 stream width and height before starting the decoder. | |
| void | SetDecoderFallbackToSw (bool enable) |
| Force the decoder to fallback to software if the hardware decoder fails after the configured amount of packets were sent and no frame was received. | |
| void | OsdClose (void) |
| Close the OSD. | |
| void | OsdDrawARGB (int, int, int, int, int, const uint8_t *, int, int) |
| Draw an OSD pixmap. | |
| void | SetScreenSize (int, int, double) |
| Set the screen size. | |
| int | GetVideoAudioDelayMs (void) |
| void | SetPassthrough (int) |
| Set the passthrough mask (called from setup menu or conf) | |
| void | ResetChannelId (void) |
| Reset the channel ID (restarts audio) | |
| void | GetStats (int *, int *, int *) |
| Get statistics from the renderer. | |
| void | SetAudioCodec (enum AVCodecID, AVCodecParameters *, AVRational) |
| Open an audio codec. | |
| void | SetVideoCodec (enum AVCodecID, AVCodecParameters *, AVRational) |
| Open a video codec. | |
| int | PlayAudioPkts (AVPacket *) |
| Play an audio packet. | |
| int | PlayVideoPkts (AVPacket *) |
| Play a video packet. | |
| void | Detach (void) |
| Detach the device. | |
| void | Attach (void) |
| Attach the device again. | |
| bool | IsDetached (void) const |
| Returns true, if the device is detached. | |
| void | ResetOsdProvider (void) |
| bool | IsOsdProviderSet (void) const |
| bool | IsBufferingThresholdReached (void) |
| Check if the buffering threshold has been reached. | |
| bool | PipIsEnabled (void) |
| Returns true, if pip is currently enabled. | |
| void | PipEnable (void) |
| void | PipDisable (void) |
| void | PipToggle (void) |
| void | PipChannelChange (int) |
| void | PipChannelSwap (bool) |
| void | PipSwapPosition (void) |
| void | PipSetSize (void) |
| void | SetRenderPipSize (void) |
| Wrapper functions for cVideoRender and cPipHandler. | |
| void | SetRenderPipActive (bool) |
| int | PlayPipVideo (const uchar *, int) |
| Play a video packet of the pip videostream. | |
| void | SetDrmCanDisplayPip (bool canDisplay) |
| bool | UsePip (void) |
| void | ResetPipStream (void) |
| Resets pip stream and render pipeline. | |
| void | ToggleRenderPipPosition (void) |
Protected Member Functions | |
| virtual void | MakePrimaryDevice (bool) |
| Informs a device that it will be the primary device. | |
Private Member Functions | |
| int | PlayVideoInternal (cVideoStream *, cReassemblyBufferVideo *, const uchar *, int, bool) |
| Play a video packet. | |
| void | ClearAudio (void) |
| Clear all audio data from the decoder and ringbuffer. | |
| void | OnEventReceived (const Event &) |
| Event handler for playback state transitions. | |
| void | HandleStillPicture (const uchar *data, int size) |
| The still picture data received from VDR can contain multiple PES packets. | |
| int64_t | GetFirstAudioPtsMsToPlay () |
| Calculate the first audio PTS that should be played during synchronized playback. | |
| int64_t | GetFirstVideoPtsMsToPlay () |
| int | GetBufferFillLevelThresholdMs () |
| Returns the buffer fill level threshold in milliseconds. | |
| void | SetState (State) |
| Sets the device into the given state. | |
| void | OnEnteringState (State) |
| Actions to be performed when entering a state. | |
| void | OnLeavingState (State) |
| Actions to be performed when leaving a state. | |
Private Attributes | |
| std::atomic< State > | m_state = DETACHED |
| current plugin state, normal plugin start sets detached state | |
| std::mutex | m_eventMutex |
| mutex to protect event queue | |
| bool | m_needsMakePrimary = false |
| cDvbSpuDecoder * | m_pSpuDecoder |
| pointer to spu decoder | |
| cSoftHdConfig * | m_pConfig |
| pointer to cSoftHdConfig object | |
| cVideoRender * | m_pRender |
| pointer to cVideoRender object | |
| cVideoStream * | m_pVideoStream |
| pointer to main video stream | |
| cSoftHdAudio * | m_pAudio |
| pointer to cSoftHdAudio object | |
| cAudioDecoder * | m_pAudioDecoder = nullptr |
| pointer to cAudioDecoder object | |
| cSoftOsdProvider * | m_pOsdProvider = nullptr |
| pointer to cSoftOsdProvider object | |
| cReassemblyBufferVideo | m_videoReassemblyBuffer |
| video pes reassembly buffer | |
| cReassemblyBufferAudio | m_audioReassemblyBuffer |
| audio pes reassembly buffer | |
| cJitterTracker | m_audioJitterTracker {"audio"} |
| audio jitter tracker | |
| cJitterTracker | m_videoJitterTracker {"video"} |
| video jitter tracker | |
| std::atomic< PlaybackMode > | m_playbackMode = NONE |
| current playback mode | |
| int | m_audioChannelID = -1 |
| current audio channel ID | |
| cSoftHdGrab * | m_pGrab |
| pointer to grabber object | |
| cVideoStream * | m_pPipStream |
| pointer to pip video stream | |
| cReassemblyBufferVideo | m_pipReassemblyBuffer |
| pip pes reassembly buffer | |
| cPipHandler * | m_pPipHandler = nullptr |
| pointer to pip handler | |
| std::mutex | m_mutex |
| mutex to lock the state machine | |
| std::mutex | m_sizeMutex |
| mutex to lock screen size (which is accessed by different threads) | |
| std::atomic< bool > | m_receivedAudio = false |
| flag if audio packets have been received | |
| std::atomic< bool > | m_receivedVideo = false |
| flag if video packets have been received | |
| bool | m_pipUseAlt |
| use alternative pip position | |
| bool | m_drmCanDisplayPip = true |
| true, if the drm device is able to display a pip video | |
| bool | m_disablePip = false |
| true, if pip was disabled by the user | |
| int | m_screenWidth |
| int | m_screenHeight |
| double | m_screenRefreshRateHz |
| bool | m_forceDetached = false |
| start the plugin in detached state | |
Static Private Attributes | |
| static constexpr int | MIN_BUFFER_FILL_LEVEL_THRESHOLD_MS = 450 |
| min buffering threshold in ms | |
Definition at line 109 of file softhddevice.h.
| cSoftHdDevice::cSoftHdDevice | ( | cSoftHdConfig * | config | ) |
cSoftHdDevice constructor
Initializes some member variables
| config | pointer to cSoftHdConfig class |
Definition at line 62 of file softhddevice.cpp.
|
virtual |
cSoftHdDevice destructor
only deletes spu decoder, which was created in constructor
Definition at line 75 of file softhddevice.cpp.
References LOGDEBUG, and m_pSpuDecoder.
| void cSoftHdDevice::Attach | ( | void | ) |
Attach the device again.
Kind of a plugin restart. Inits and starts all necessary resources. Only valid after a detach.
Definition at line 1659 of file softhddevice.cpp.
References m_forceDetached, m_needsMakePrimary, MakePrimaryDevice(), and OnEventReceived().
Referenced by cSoftHdMenu::HandleHotKey(), and cPluginSoftHdDevice::SVDRPCommand().
|
inline |
Definition at line 176 of file softhddevice.h.
References m_pAudio.
|
virtual |
Returns true if this device can currently start a replay session.
Definition at line 157 of file softhddevice.cpp.
References IsDetached(), and LOGDEBUG.
|
virtual |
Ask the output, if it can scale video.
| rect | requested video window rectangle |
Definition at line 1303 of file softhddevice.cpp.
|
virtual |
Clears all video and audio data from the device.
This is called by VDR via DeviceClear() in the Empty() call.
Empty() does clear all VDR internal packets.
Definition at line 695 of file softhddevice.cpp.
References AUDIO_AND_VIDEO, BUFFERING, cVideoStream::CancelFilterThread(), ClearAudio(), cVideoRender::ClearDecoderToDisplayQueue(), cVideoStream::ClearVdrCoreToDecoderQueue(), cVideoStream::DecodingThreadHalt(), cVideoStream::DecodingThreadResume(), cVideoRender::DisplayThreadHalt(), cVideoRender::DisplayThreadResume(), cVideoStream::FlushDecoder(), IsDetached(), LOGDEBUG, m_pAudio, m_playbackMode, m_pRender, m_pVideoStream, m_videoReassemblyBuffer, cReassemblyBuffer::Reset(), cVideoRender::Reset(), cVideoRender::SetDisplayOneFrameThenPause(), cSoftHdAudio::SetPaused(), SetState(), and VIDEO_ONLY.
Referenced by cSoftHdPlayer::Play().
|
private |
Clear all audio data from the decoder and ringbuffer.
Definition at line 104 of file softhddevice.cpp.
References cSoftHdAudio::FlushBuffers(), cAudioDecoder::FlushBuffers(), LOGDEBUG, m_audioReassemblyBuffer, m_pAudio, m_pAudioDecoder, and cReassemblyBuffer::Reset().
Referenced by Clear(), and OnEnteringState().
| const char * cSoftHdDevice::CommandLineHelp | ( | void | ) |
Return command line help string.
Definition at line 1331 of file softhddevice.cpp.
Referenced by cPluginSoftHdDevice::CommandLineHelp().
|
inline |
Definition at line 173 of file softhddevice.h.
References m_pConfig.
| void cSoftHdDevice::Detach | ( | void | ) |
Detach the device.
Clears audio and video, stops all threads and releases drm/alsa. A detached state can only be exited (restarted) with an AttachEvent.
Definition at line 1638 of file softhddevice.cpp.
References LOGDEBUG, m_needsMakePrimary, MakePrimaryDevice(), and OnEventReceived().
Referenced by cSoftHdMenu::HandleHotKey(), cSoftHdMenu::ProcessKey(), and cPluginSoftHdDevice::SVDRPCommand().
|
inlinevirtual |
Definition at line 122 of file softhddevice.h.
|
virtual |
Flush the device output buffers.
| timeout_ms | timeout in ms to become ready |
Definition at line 834 of file softhddevice.cpp.
References cVideoStream::GetAvPacketsFilled(), IsDetached(), LOGDEBUG, and m_pVideoStream.
|
virtual |
Puts the device into "freeze frame" mode.
Definition at line 743 of file softhddevice.cpp.
References LOGDEBUG, and OnEventReceived().
Referenced by cSoftHdControl::ProcessKey().
|
virtual |
Definition at line 1058 of file softhddevice.cpp.
|
private |
Returns the buffer fill level threshold in milliseconds.
Combines the minimum threshold with the user-configured additional buffer length.
Definition at line 1684 of file softhddevice.cpp.
References cSoftHdConfig::ConfigAdditionalBufferLengthMs, m_pConfig, and MIN_BUFFER_FILL_LEVEL_THRESHOLD_MS.
Referenced by IsBufferingThresholdReached().
|
private |
Calculate the first audio PTS that should be played during synchronized playback.
This method determines the starting audio presentation timestamp when transitioning from BUFFERING to PLAY state. It synchronizes audio with video by taking the maximum of both output PTSes, then adjusts for user-configured audio/video delay.
Definition at line 1239 of file softhddevice.cpp.
References cSoftHdConfig::ConfigVideoAudioDelayMs, cSoftHdAudio::GetOutputPtsMs(), cVideoRender::GetOutputPtsMs(), m_pAudio, m_pConfig, and m_pRender.
Referenced by IsBufferingThresholdReached(), and OnEventReceived().
|
private |
Definition at line 1252 of file softhddevice.cpp.
References cSoftHdConfig::ConfigVideoAudioDelayMs, cSoftHdAudio::GetOutputPtsMs(), cVideoRender::GetOutputPtsMs(), m_pAudio, m_pConfig, and m_pRender.
Referenced by IsBufferingThresholdReached(), and OnEventReceived().
|
virtual |
Returns the width, height and aspect ratio the OSD.
FIXME: Called every second, for nothing (no OSD displayed)?
Definition at line 908 of file softhddevice.cpp.
References IsDetached(), m_screenHeight, m_screenWidth, and m_sizeMutex.
Referenced by cOglOsd::cOglOsd(), cSoftOsd::Flush(), and GrabImage().
|
virtual |
Get the device SPU decoder.
Definition at line 133 of file softhddevice.cpp.
References LOGDEBUG, and m_pSpuDecoder.
| void cSoftHdDevice::GetStats | ( | int * | duped, |
| int * | dropped, | ||
| int * | counter | ||
| ) |
Get statistics from the renderer.
| [out] | duped | duped frames |
| [out] | dropped | dropped frames |
| [out] | count | number of total rendered frames |
Definition at line 1553 of file softhddevice.cpp.
References cVideoRender::GetStats(), and m_pRender.
Referenced by cMenuSetupSoft::Create().
|
virtual |
Gets the current System Time Counter, which can be used to synchronize audio, video and subtitles.
Definition at line 591 of file softhddevice.cpp.
References AUDIO_AND_VIDEO, AUDIO_ONLY, AV_NOPTS_VALUE, cSoftHdAudio::GetHardwareOutputPtsTimebaseUnits(), cVideoRender::GetVideoClock(), IsDetached(), m_pAudio, m_playbackMode, m_pRender, NONE, and VIDEO_ONLY.
|
inline |
Definition at line 195 of file softhddevice.h.
References cSoftHdConfig::ConfigVideoAudioDelayMs, and m_pConfig.
Referenced by cVideoRender::DisplayFrame(), and cVideoRender::LogDroppedDuped().
|
virtual |
Get the video size.
Returns the width, height and aspect ratio of the currently displayed video material
Definition at line 889 of file softhddevice.cpp.
References cVideoStream::GetVideoSize(), IsDetached(), and m_pVideoStream.
|
virtual |
Grabs the currently visible screen image.
| size | size of the returned data |
| jpeg | flag true, create JPEG data |
| quality | JPEG quality |
| width | number of horizontal pixels in the frame |
| height | number of vertical pixels in the frame |
Definition at line 1271 of file softhddevice.cpp.
References cSoftHdGrab::Active(), GetOsdSize(), cSoftHdGrab::Image(), IsDetached(), L_GRAB, LOGDEBUG2, LOGWARNING, m_pGrab, cSoftHdGrab::Size(), and cSoftHdGrab::Start().
|
private |
The still picture data received from VDR can contain multiple PES packets.
This sends each PES packet's raw data separately to PlayVideo(), and does a flush to display the frame immediately.
| data | pes data of one or more frames |
| size | length of data area |
Definition at line 776 of file softhddevice.cpp.
References cVideoStream::Flush(), cPes::GetPacketLength(), cPes::IsValid(), LOGWARNING, m_pRender, m_pVideoStream, m_videoReassemblyBuffer, PlayVideoInternal(), cReassemblyBufferVideo::PopAvPacket(), cVideoStream::PushAvPacket(), cVideoStream::ResetInputPts(), cVideoStream::SetDeinterlacerDeactivated(), cVideoRender::SetPlaybackPaused(), and cVideoRender::SetStillpicture().
Referenced by OnEventReceived().
|
virtual |
Tells whether this device has an MPEG decoder.
Definition at line 145 of file softhddevice.cpp.
References IsDetached().
| bool cSoftHdDevice::IsBufferingThresholdReached | ( | void | ) |
Check if the buffering threshold has been reached.
During the BUFFERING state, this method determines when sufficient audio/video data has been buffered to start playback.
Definition at line 1188 of file softhddevice.cpp.
References AV_NOPTS_VALUE, BUFFERING, GetBufferFillLevelThresholdMs(), GetFirstAudioPtsMsToPlay(), GetFirstVideoPtsMsToPlay(), cSoftHdAudio::GetInputPtsMs(), cVideoStream::GetInputPtsMs(), cSoftHdAudio::GetOutputPtsMs(), cVideoRender::GetOutputPtsMs(), cVideoStream::HasInputPts(), cSoftHdAudio::HasPts(), cVideoRender::IsOutputBufferFull(), L_AV_SYNC, LOGDEBUG, LOGDEBUG2, m_pAudio, m_pRender, m_pVideoStream, m_receivedAudio, m_receivedVideo, m_state, and Timestamp2String().
Referenced by cVideoRender::DisplayFrame(), and PlayAudio().
| bool cSoftHdDevice::IsDetached | ( | void | ) | const |
Returns true, if the device is detached.
Definition at line 1674 of file softhddevice.cpp.
References DETACHED, m_mutex, and m_state.
Referenced by CanReplay(), Clear(), cSoftOsdProvider::CreateOsd(), Flush(), GetOsdSize(), GetSTC(), GetVideoSize(), GrabImage(), HasDecoder(), OsdClose(), OsdDrawARGB(), PlayAudio(), PlayVideo(), Poll(), ScaleVideo(), SetVolumeDevice(), and cPluginSoftHdDevice::SVDRPCommand().
|
inline |
Definition at line 213 of file softhddevice.h.
References m_pOsdProvider.
Referenced by cSoftOsdProvider::~cSoftOsdProvider().
|
protectedvirtual |
Informs a device that it will be the primary device.
| on | flag if becoming or loosing primary |
Definition at line 117 of file softhddevice.cpp.
References LOGDEBUG, and m_pOsdProvider.
|
private |
Actions to be performed when entering a state.
These are only executed when the state actually changes. E.g. a state transition PLAY -> PLAY does not trigger this.
| state | state being entered |
Definition at line 424 of file softhddevice.cpp.
References AUDIO_ONLY, BUFFERING, cVideoStream::CancelFilterThread(), ClearAudio(), cVideoRender::ClearDecoderToDisplayQueue(), cVideoStream::ClearVdrCoreToDecoderQueue(), cVideoStream::CloseDecoder(), cVideoStream::DecodingThreadResume(), DETACHED, cVideoRender::DisplayBlackFrame(), cVideoRender::DisplayThreadResume(), cSoftHdAudio::Exit(), cVideoRender::Exit(), cVideoStream::Exit(), m_audioJitterTracker, m_pAudio, m_pAudioDecoder, m_pGrab, m_playbackMode, m_pOsdProvider, m_pPipHandler, m_pPipStream, m_pRender, m_pVideoStream, m_videoJitterTracker, m_videoReassemblyBuffer, NONE, PLAY, cJitterTracker::Reset(), cReassemblyBuffer::Reset(), cVideoRender::Reset(), cVideoRender::ResetBufferReuseStrategy(), cVideoRender::ResetDecodingStrategy(), cVideoStream::SetDeinterlacerDeactivated(), cSoftHdAudio::SetPaused(), cVideoRender::SetPlaybackPaused(), cVideoRender::SetStillpicture(), STOP, TRICK_SPEED, and VIDEO_ONLY.
Referenced by SetState().
|
privatevirtual |
Event handler for playback state transitions.
Processes events (Play, Pause, Stop, TrickSpeed, StillPicture) and performs the appropriate state transitions based on the current state. The method halts both display and decoding threads before processing the event and resumes them afterwards to ensure thread-safe state transitions.
| event | The event to process (variant type containing specific event data) |
Implements IEventReceiver.
Definition at line 176 of file softhddevice.cpp.
References AUDIO_AND_VIDEO, AUDIO_ONLY, BUFFERING, cSoftHdConfig::ConfigVideoAudioDelayMs, cVideoStream::DecodingThreadHalt(), cVideoStream::DecodingThreadResume(), DETACHED, cVideoRender::DisplayThreadHalt(), cVideoRender::DisplayThreadResume(), cSoftHdAudio::DropSamplesOlderThanPtsMs(), EventToString(), GetFirstAudioPtsMsToPlay(), GetFirstVideoPtsMsToPlay(), cSoftHdAudio::GetOutputPtsMs(), cVideoRender::GetOutputPtsMs(), cPipHandler::HandleEvent(), HandleStillPicture(), cVideoStream::HasInputPts(), cSoftHdAudio::HasPts(), cSoftHdAudio::LazyInit(), LOGDEBUG, LOGFATAL, LOGWARNING, m_forceDetached, m_mutex, m_pAudio, m_pConfig, m_playbackMode, m_pPipHandler, m_pRender, m_pVideoStream, m_state, NONE, PIPSTOP, PLAY, cVideoStream::ResetFilterThreadNeededCheck(), cVideoRender::ResetFrameCounter(), cVideoRender::SchedulePlaybackStartAtPtsMs(), cVideoRender::ScheduleResyncAtPtsMs(), cSoftHdAudio::SetPaused(), cVideoRender::SetPlaybackPaused(), cVideoRender::SetScheduleAudioResume(), SetState(), cVideoRender::SetStillpicture(), cVideoRender::SetTrickSpeed(), StateToString(), STOP, TRICK_SPEED, and VIDEO_ONLY.
Referenced by Attach(), Detach(), Freeze(), Play(), PlayAudio(), SetPlayMode(), Start(), StillPicture(), Stop(), and TrickSpeed().
|
private |
Actions to be performed when leaving a state.
These are only executed when the state actually changes. E.g. a state transition PLAY -> PLAY does not trigger this.
| state | state being left |
Definition at line 500 of file softhddevice.cpp.
References AV_NOPTS_VALUE, BUFFERING, cVideoStream::CancelFilterThread(), DETACHED, cVideoRender::GetMainOutputBuffer(), cVideoRender::GetPipOutputBuffer(), cVideoRender::Init(), m_pAudio, m_pAudioDecoder, m_pConfig, m_pGrab, m_pPipHandler, m_pPipStream, m_pRender, m_pVideoStream, m_receivedAudio, m_receivedVideo, PLAY, cVideoRender::PushMainFrame(), cVideoRender::PushPipFrame(), cVideoRender::ResetBufferReuseStrategy(), cVideoStream::ResetFilterThreadNeededCheck(), cVideoRender::ResetFrameCounter(), cVideoStream::ResetTrickSpeedFramesSentCounter(), cVideoRender::SchedulePlaybackStartAtPtsMs(), cVideoStream::SetDeinterlacerDeactivated(), cVideoRender::SetDisplayOneFrameThenPause(), cSoftHdAudio::SetPaused(), cVideoRender::SetPlaybackPaused(), cVideoRender::SetTrickSpeed(), cVideoStream::StartDecoder(), STOP, and TRICK_SPEED.
Referenced by SetState().
| void cSoftHdDevice::OsdClose | ( | void | ) |
Close the OSD.
Definition at line 1417 of file softhddevice.cpp.
References IsDetached(), m_pRender, and cVideoRender::OsdClear().
Referenced by cOglCmdCopyBufferToOutputFb::Execute(), cSoftOsd::SetActive(), and cSoftOsd::SetAreas().
| void cSoftHdDevice::OsdDrawARGB | ( | int | xi, |
| int | yi, | ||
| int | height, | ||
| int | width, | ||
| int | pitch, | ||
| const uint8_t * | argb, | ||
| int | x, | ||
| int | y | ||
| ) |
Draw an OSD pixmap.
| xi | x-coordinate in argb image |
| yi | y-coordinate in argb image |
| height | height in pixel in argb image |
| width | width in pixel in argb image |
| pitch | pitch of argb image |
| argb | 32bit ARGB image data |
| x | x-coordinate on screen of argb image |
| y | y-coordinate on screen of argb image |
Definition at line 1437 of file softhddevice.cpp.
References IsDetached(), m_pRender, and cVideoRender::OsdDrawARGB().
Referenced by cOglCmdCopyBufferToOutputFb::Execute(), and cSoftOsd::Flush().
| void cSoftHdDevice::PipChannelChange | ( | int | dir | ) |
Definition at line 1723 of file softhddevice.cpp.
References cPipHandler::ChannelChange(), and m_pPipHandler.
Referenced by cSoftHdMenu::HandleHotKey(), cSoftHdMenu::ProcessKey(), and cPluginSoftHdDevice::SVDRPCommand().
| void cSoftHdDevice::PipChannelSwap | ( | bool | closePip | ) |
Definition at line 1724 of file softhddevice.cpp.
References cPipHandler::ChannelSwap(), and m_pPipHandler.
Referenced by cSoftHdMenu::HandleHotKey(), cSoftHdMenu::ProcessKey(), and cPluginSoftHdDevice::SVDRPCommand().
| void cSoftHdDevice::PipDisable | ( | void | ) |
Definition at line 1721 of file softhddevice.cpp.
References cPipHandler::Disable(), and m_pPipHandler.
Referenced by cPluginSoftHdDevice::SVDRPCommand().
| void cSoftHdDevice::PipEnable | ( | void | ) |
Definition at line 1720 of file softhddevice.cpp.
References cPipHandler::Enable(), and m_pPipHandler.
Referenced by cPluginSoftHdDevice::SVDRPCommand().
| bool cSoftHdDevice::PipIsEnabled | ( | void | ) |
Returns true, if pip is currently enabled.
Definition at line 1709 of file softhddevice.cpp.
References cPipHandler::IsEnabled(), m_mutex, and m_pPipHandler.
Referenced by cPluginSoftHdDevice::SVDRPCommand().
| void cSoftHdDevice::PipSetSize | ( | void | ) |
Definition at line 1726 of file softhddevice.cpp.
References m_pPipHandler, and cPipHandler::SetSize().
Referenced by cMenuSetupSoft::Store().
| void cSoftHdDevice::PipSwapPosition | ( | void | ) |
Definition at line 1725 of file softhddevice.cpp.
References m_pPipHandler, and cPipHandler::SwapPosition().
Referenced by cSoftHdMenu::HandleHotKey(), cSoftHdMenu::ProcessKey(), and cPluginSoftHdDevice::SVDRPCommand().
| void cSoftHdDevice::PipToggle | ( | void | ) |
Definition at line 1722 of file softhddevice.cpp.
References m_pPipHandler, and cPipHandler::Toggle().
Referenced by cSoftHdMenu::HandleHotKey(), and cSoftHdMenu::ProcessKey().
|
virtual |
Sets the device into play mode (after a previous trick mode, or pause)
This is called by VDR via DevicePlay() in the Play() and Goto() call
Definition at line 733 of file softhddevice.cpp.
References OnEventReceived().
Referenced by cSoftHdControl::ProcessKey().
|
virtual |
Play an audio packet.
| data | data of exactly one complete PES packet |
| size | size of PES packet |
| id | PES packet type |
The caller must ensure, that PlayAudio() is not called in detached state. (CanReplay() and HasDecoder() return false in this state and we are not the primary device.)
Definition at line 986 of file softhddevice.cpp.
References cSoftHdAudio::ClockDriftCompensation(), cAudioDecoder::Close(), cAudioDecoder::Decode(), cReassemblyBuffer::GetCodec(), cAudioDecoder::GetCodecId(), cPes::GetPayload(), cPes::GetPayloadSize(), cPes::GetPts(), cSoftHdAudio::IsBufferFull(), IsBufferingThresholdReached(), IsDetached(), cPes::IsValid(), LOGDEBUG, m_audioChannelID, m_audioJitterTracker, m_audioReassemblyBuffer, m_pAudio, m_pAudioDecoder, m_receivedAudio, OnEventReceived(), cAudioDecoder::Open(), cJitterTracker::PacketReceived(), cReassemblyBufferAudio::PopAvPacket(), cReassemblyBuffer::Push(), and cReassemblyBuffer::Reset().
| int cSoftHdDevice::PlayAudioPkts | ( | AVPacket * | pkt | ) |
Play an audio packet.
| pkt | AVPacket to play |
| 0 | packet could not be player, free audio buffer too small |
| 1 | packet was sent to be decoded |
Definition at line 1599 of file softhddevice.cpp.
References cAudioDecoder::Decode(), cSoftHdAudio::IsBufferFull(), cSoftHdAudio::LazyInit(), m_pAudio, and m_pAudioDecoder.
Referenced by cSoftHdPlayer::Play().
| int cSoftHdDevice::PlayPipVideo | ( | const uchar * | data, |
| int | size | ||
| ) |
Play a video packet of the pip videostream.
| data | A complete PES packet with optionally fragmented payload |
| size | the length of the PES packet including header |
The caller must ensure, that PlayPipVideo() is not called in detached state. (CanReplay() and HasDecoder() return false in this state and we are not the primary device.)
Definition at line 1111 of file softhddevice.cpp.
References cVideoStream::IsInputBufferFull(), m_pipReassemblyBuffer, m_pPipStream, and PlayVideoInternal().
Referenced by cPipReceiver::PlayTs().
|
virtual |
Play a video packet of the main videostream.
| data | A complete PES packet with optionally fragmented payload |
| size | the length of the PES packet including header |
This is called directly from VDR
The caller must ensure, that PlayVideo() is not called in detached state. (CanReplay() and HasDecoder() return false in this state and we are not the primary device.)
Definition at line 1090 of file softhddevice.cpp.
References IsDetached(), m_pVideoStream, m_receivedVideo, m_videoReassemblyBuffer, and PlayVideoInternal().
|
private |
Play a video packet.
| stream | video stream to play to |
| buffer | reassembly buffer for this stream |
| data | A complete PES packet with optionally fragmented payload |
| size | the length of the PES packet including header |
| trackJitter | whether to track jitter for this packet |
Definition at line 1134 of file softhddevice.cpp.
References cReassemblyBuffer::GetCodec(), cVideoStream::GetCodecId(), cPes::GetPayload(), cPes::GetPayloadSize(), cPes::GetPts(), cReassemblyBufferVideo::HasLeadingZero(), cPes::HasPts(), cReassemblyBuffer::IsEmpty(), cVideoStream::IsInputBufferFull(), cPes::IsValid(), m_videoJitterTracker, cVideoStream::Open(), cJitterTracker::PacketReceived(), cReassemblyBufferVideo::ParseCodecHeader(), cReassemblyBufferVideo::PopAvPacket(), PrintStreamData(), cReassemblyBuffer::Push(), cVideoStream::PushAvPacket(), and cReassemblyBuffer::Reset().
Referenced by HandleStillPicture(), PlayPipVideo(), and PlayVideo().
| int cSoftHdDevice::PlayVideoPkts | ( | AVPacket * | pkt | ) |
Play a video packet.
| pkt | AVPacket to play |
| 0 | packet could not be player, free audio buffer too small |
| 1 | packet was sent to be decoded |
Definition at line 1619 of file softhddevice.cpp.
References cVideoStream::GetAvPacketsFilled(), cSoftHdAudio::LazyInit(), m_pAudio, m_pVideoStream, cVideoStream::PushAvPacket(), and VIDEO_PACKET_MAX.
Referenced by cSoftHdPlayer::Play().
|
virtual |
Returns true if the device itself or any of the file handles in Poller is ready for further action.
If TimeoutMs is not zero, the device will wait up to the given number of milliseconds before returning in case it can't accept any data.
| poller | file handles (unused) |
| timeoutMs | timeout in ms to become ready |
| true | if ready |
| false | if busy |
Definition at line 815 of file softhddevice.cpp.
References cSoftHdAudio::IsBufferFull(), IsDetached(), cVideoStream::IsInputBufferFull(), m_pAudio, and m_pVideoStream.
| int cSoftHdDevice::ProcessArgs | ( | int | argc, |
| char * | argv[] | ||
| ) |
Process the command line arguments.
| argc | number of arguments |
| argv | arguments vector |
Definition at line 1352 of file softhddevice.cpp.
References cSoftHdConfig::ConfigAudioMixerChannel, cSoftHdConfig::ConfigAudioPassthroughDevice, cSoftHdConfig::ConfigAudioPCMDevice, cSoftHdConfig::ConfigDisplayResolution, m_disablePip, m_forceDetached, and m_pConfig.
Referenced by cPluginSoftHdDevice::ProcessArgs().
|
inline |
Definition at line 175 of file softhddevice.h.
References m_pRender.
| void cSoftHdDevice::ResetChannelId | ( | void | ) |
Reset the channel ID (restarts audio)
Definition at line 1540 of file softhddevice.cpp.
References LOGDEBUG, and m_audioChannelID.
Referenced by cMenuSetupSoft::Store().
|
inline |
Definition at line 212 of file softhddevice.h.
References m_pOsdProvider.
Referenced by cSoftOsdProvider::~cSoftOsdProvider().
| void cSoftHdDevice::ResetPipStream | ( | void | ) |
Resets pip stream and render pipeline.
Definition at line 1691 of file softhddevice.cpp.
References cVideoStream::CancelFilterThread(), cVideoRender::ClearPipDecoderToDisplayQueue(), cVideoStream::ClearVdrCoreToDecoderQueue(), cVideoStream::CloseDecoder(), cVideoStream::DecodingThreadHalt(), cVideoStream::DecodingThreadResume(), m_pipReassemblyBuffer, m_pPipStream, m_pRender, cReassemblyBuffer::Reset(), cVideoRender::ResetPipBufferReuseStrategy(), and cVideoRender::ResetPipDecodingStrategy().
Referenced by cPipHandler::Stop().
|
virtual |
Scale the currently shown video.
| x | video window x coordinate OSD relative |
| y | video window x coordinate OSD relative |
| width | video window width OSD relative |
| height | video window height OSD relative |
Definition at line 1316 of file softhddevice.cpp.
References IsDetached(), L_OSD, LOGDEBUG2, m_pRender, and cVideoRender::SetVideoOutputPosition().
|
virtual |
Definition at line 1052 of file softhddevice.cpp.
| void cSoftHdDevice::SetAudioCodec | ( | enum AVCodecID | codecId, |
| AVCodecParameters * | par, | ||
| AVRational | timebase | ||
| ) |
Open an audio codec.
| codecId | audio codec id |
| par | audio codec parameters |
| timebase | timebase |
Definition at line 1574 of file softhddevice.cpp.
References m_pAudioDecoder, and cAudioDecoder::Open().
Referenced by cSoftHdPlayer::Play().
|
virtual |
Definition at line 1042 of file softhddevice.cpp.
| void cSoftHdDevice::SetDecoderFallbackToSw | ( | bool | enable | ) |
Force the decoder to fallback to software if the hardware decoder fails after the configured amount of packets were sent and no frame was received.
Definition at line 1516 of file softhddevice.cpp.
References cSoftHdConfig::ConfigDecoderFallbackToSwNumPkts, m_pConfig, m_pVideoStream, and cVideoStream::SetDecoderFallbackToSwNumPkts().
Referenced by cMenuSetupSoft::Store().
| void cSoftHdDevice::SetDecoderNeedsIFrame | ( | void | ) |
Forces the h264 decoder to wait for an I-Frame to start.
Definition at line 1497 of file softhddevice.cpp.
References cSoftHdConfig::ConfigDecoderNeedsIFrame, m_pConfig, m_pVideoStream, and cVideoStream::SetStartDecodingWithIFrame().
Referenced by cMenuSetupSoft::Store().
|
virtual |
Definition at line 1047 of file softhddevice.cpp.
| void cSoftHdDevice::SetDisableDeint | ( | void | ) |
Disables deinterlacer (called from setup menu or conf)
Definition at line 1488 of file softhddevice.cpp.
References cSoftHdConfig::ConfigDisableDeint, cVideoStream::DisableDeint(), m_pConfig, and m_pVideoStream.
Referenced by cMenuSetupSoft::Store().
|
inline |
Definition at line 231 of file softhddevice.h.
References m_drmCanDisplayPip.
Referenced by cVideoRender::Init().
| void cSoftHdDevice::SetParseH264Dimensions | ( | void | ) |
Parse the h264 stream width and height before starting the decoder.
Definition at line 1506 of file softhddevice.cpp.
References cSoftHdConfig::ConfigParseH264Dimensions, m_pConfig, m_pVideoStream, and cVideoStream::SetParseH264Dimensions().
Referenced by cMenuSetupSoft::Store().
| void cSoftHdDevice::SetPassthrough | ( | int | mask | ) |
Set the passthrough mask (called from setup menu or conf)
Definition at line 1530 of file softhddevice.cpp.
References m_pAudio, m_pAudioDecoder, cSoftHdAudio::SetPassthrough(), and cAudioDecoder::SetPassthrough().
Referenced by cMenuSetupSoft::Store().
|
virtual |
Sets the device into the given play mode.
| play_mode | new play mode (Audio/Video/External...) |
Definition at line 564 of file softhddevice.cpp.
References LOGDEBUG, LOGERROR, and OnEventReceived().
| void cSoftHdDevice::SetRenderPipActive | ( | bool | active | ) |
Definition at line 1719 of file softhddevice.cpp.
References m_pRender, and cVideoRender::SetPipActive().
Referenced by cPipHandler::HandleEnable().
| void cSoftHdDevice::SetRenderPipSize | ( | void | ) |
Wrapper functions for cVideoRender and cPipHandler.
Definition at line 1718 of file softhddevice.cpp.
References m_pipUseAlt, m_pRender, and cVideoRender::SetPipSize().
Referenced by cPipHandler::HandleEvent().
| void cSoftHdDevice::SetScreenSize | ( | int | width, |
| int | height, | ||
| double | refreshRateHz | ||
| ) |
Set the screen size.
| width | screen width |
| height | screen height |
| refreshRateHz | screen refresh rate in Hz |
Definition at line 930 of file softhddevice.cpp.
References m_screenHeight, m_screenRefreshRateHz, m_screenWidth, and m_sizeMutex.
Referenced by cVideoRender::SetScreenSize().
|
private |
Sets the device into the given state.
| newState | new state |
Definition at line 547 of file softhddevice.cpp.
References LOGDEBUG, m_state, OnEnteringState(), OnLeavingState(), and StateToString().
Referenced by Clear(), and OnEventReceived().
| void cSoftHdDevice::SetVideoCodec | ( | enum AVCodecID | codecId, |
| AVCodecParameters * | par, | ||
| AVRational | timebase | ||
| ) |
Open a video codec.
| codecId | video codec id |
| par | video codec parameters |
| timebase | timebase |
Definition at line 1586 of file softhddevice.cpp.
References m_pVideoStream, and cVideoStream::Open().
Referenced by cSoftHdPlayer::Play().
|
virtual |
Sets the video display format.
| videoDisplayFormat | video display format Set it to the given one (only useful if this device has an MPEG decoder). |
Definition at line 856 of file softhddevice.cpp.
References LOGDEBUG.
Referenced by SetVideoFormat().
|
virtual |
Set the video format.
Sets the output video format to either 16:9 or 4:3 (only useful if this device has an MPEG decoder).
Should call SetVideoDisplayFormat
| videoFormat16_9 | flag true 16:9. |
Definition at line 873 of file softhddevice.cpp.
References LOGDEBUG, and SetVideoDisplayFormat().
|
virtual |
Sets the audio volume on this device (Volume = 0...255).
| volume | device volume |
Definition at line 1069 of file softhddevice.cpp.
References IsDetached(), LOGDEBUG, m_pAudio, and cSoftHdAudio::SetVolume().
| int cSoftHdDevice::Start | ( | void | ) |
Called by VDR when the plugin is started.
Definition at line 84 of file softhddevice.cpp.
References LOGDEBUG, and OnEventReceived().
Referenced by cPluginSoftHdDevice::Start().
|
virtual |
Display the given I-frame as a still picture.
| data | pes or ts data of a frame |
| length | length of data area |
Definition at line 757 of file softhddevice.cpp.
References LOGDEBUG, and OnEventReceived().
| void cSoftHdDevice::Stop | ( | void | ) |
Called by VDR when the plugin is stopped.
Definition at line 95 of file softhddevice.cpp.
References LOGDEBUG, and OnEventReceived().
Referenced by cPluginSoftHdDevice::Stop().
|
inline |
Definition at line 234 of file softhddevice.h.
References m_pipUseAlt.
Referenced by cPipHandler::HandleEvent().
|
virtual |
Sets the device into a mode where replay is done slower.
Every single frame shall then be displayed the given number of times. Forward is true if replay is done in the normal (forward) direction, false if it is done reverse. The cDvbPlayer uses the following values for the various speeds: 1x 2x 3x Fast Forward 6 3 1 Fast Reverse 6 3 1 Slow Forward 8 4 2 Slow Reverse 63 48 24
Definition at line 621 of file softhddevice.cpp.
References LOGDEBUG, and OnEventReceived().
|
inline |
Definition at line 232 of file softhddevice.h.
References m_disablePip, m_drmCanDisplayPip, and m_pPipHandler.
Referenced by cMenuSetupSoft::Create(), cSoftHdMenu::MainMenu(), cSoftHdMenu::ProcessKey(), cMenuSetupSoft::Store(), and cPluginSoftHdDevice::SVDRPCommand().
|
inline |
Definition at line 174 of file softhddevice.h.
References m_pVideoStream.
Referenced by cVideoRender::DisplayFrame(), and cVideoRender::LogDroppedDuped().
|
private |
current audio channel ID
Definition at line 255 of file softhddevice.h.
Referenced by PlayAudio(), and ResetChannelId().
|
private |
audio jitter tracker
Definition at line 251 of file softhddevice.h.
Referenced by OnEnteringState(), and PlayAudio().
|
private |
audio pes reassembly buffer
Definition at line 250 of file softhddevice.h.
Referenced by ClearAudio(), and PlayAudio().
|
private |
true, if pip was disabled by the user
Definition at line 267 of file softhddevice.h.
Referenced by ProcessArgs(), and UsePip().
|
private |
true, if the drm device is able to display a pip video
Definition at line 266 of file softhddevice.h.
Referenced by SetDrmCanDisplayPip(), and UsePip().
|
private |
mutex to protect event queue
Definition at line 240 of file softhddevice.h.
|
private |
start the plugin in detached state
Definition at line 273 of file softhddevice.h.
Referenced by Attach(), OnEventReceived(), and ProcessArgs().
|
mutableprivate |
mutex to lock the state machine
Definition at line 261 of file softhddevice.h.
Referenced by IsDetached(), OnEventReceived(), and PipIsEnabled().
|
private |
Definition at line 241 of file softhddevice.h.
|
private |
pointer to cSoftHdAudio object
Definition at line 246 of file softhddevice.h.
Referenced by Audio(), Clear(), ClearAudio(), GetFirstAudioPtsMsToPlay(), GetFirstVideoPtsMsToPlay(), GetSTC(), IsBufferingThresholdReached(), OnEnteringState(), OnEventReceived(), OnLeavingState(), PlayAudio(), PlayAudioPkts(), PlayVideoPkts(), Poll(), SetPassthrough(), and SetVolumeDevice().
|
private |
pointer to cAudioDecoder object
Definition at line 247 of file softhddevice.h.
Referenced by ClearAudio(), OnEnteringState(), OnLeavingState(), PlayAudio(), PlayAudioPkts(), SetAudioCodec(), and SetPassthrough().
|
private |
pointer to cSoftHdConfig object
Definition at line 243 of file softhddevice.h.
Referenced by Config(), GetBufferFillLevelThresholdMs(), GetFirstAudioPtsMsToPlay(), GetFirstVideoPtsMsToPlay(), GetVideoAudioDelayMs(), OnEventReceived(), OnLeavingState(), ProcessArgs(), SetDecoderFallbackToSw(), SetDecoderNeedsIFrame(), SetDisableDeint(), and SetParseH264Dimensions().
|
private |
pointer to grabber object
Definition at line 256 of file softhddevice.h.
Referenced by GrabImage(), OnEnteringState(), and OnLeavingState().
|
private |
pip pes reassembly buffer
Definition at line 259 of file softhddevice.h.
Referenced by PlayPipVideo(), and ResetPipStream().
|
private |
use alternative pip position
Definition at line 265 of file softhddevice.h.
Referenced by SetRenderPipSize(), and ToggleRenderPipPosition().
|
private |
current playback mode
Definition at line 254 of file softhddevice.h.
Referenced by Clear(), GetSTC(), OnEnteringState(), and OnEventReceived().
|
private |
pointer to cSoftOsdProvider object
Definition at line 248 of file softhddevice.h.
Referenced by IsOsdProviderSet(), MakePrimaryDevice(), OnEnteringState(), and ResetOsdProvider().
|
private |
pointer to pip handler
Definition at line 260 of file softhddevice.h.
Referenced by OnEnteringState(), OnEventReceived(), OnLeavingState(), PipChannelChange(), PipChannelSwap(), PipDisable(), PipEnable(), PipIsEnabled(), PipSetSize(), PipSwapPosition(), PipToggle(), and UsePip().
|
private |
pointer to pip video stream
Definition at line 258 of file softhddevice.h.
Referenced by OnEnteringState(), OnLeavingState(), PlayPipVideo(), and ResetPipStream().
|
private |
pointer to cVideoRender object
Definition at line 244 of file softhddevice.h.
Referenced by Clear(), GetFirstAudioPtsMsToPlay(), GetFirstVideoPtsMsToPlay(), GetStats(), GetSTC(), HandleStillPicture(), IsBufferingThresholdReached(), OnEnteringState(), OnEventReceived(), OnLeavingState(), OsdClose(), OsdDrawARGB(), Render(), ResetPipStream(), ScaleVideo(), SetRenderPipActive(), and SetRenderPipSize().
|
private |
pointer to spu decoder
Definition at line 242 of file softhddevice.h.
Referenced by GetSpuDecoder(), and ~cSoftHdDevice().
|
private |
pointer to main video stream
Definition at line 245 of file softhddevice.h.
Referenced by Clear(), Flush(), GetVideoSize(), HandleStillPicture(), IsBufferingThresholdReached(), OnEnteringState(), OnEventReceived(), OnLeavingState(), PlayVideo(), PlayVideoPkts(), Poll(), SetDecoderFallbackToSw(), SetDecoderNeedsIFrame(), SetDisableDeint(), SetParseH264Dimensions(), SetVideoCodec(), and VideoStream().
|
private |
flag if audio packets have been received
Definition at line 263 of file softhddevice.h.
Referenced by IsBufferingThresholdReached(), OnLeavingState(), and PlayAudio().
|
private |
flag if video packets have been received
Definition at line 264 of file softhddevice.h.
Referenced by IsBufferingThresholdReached(), OnLeavingState(), and PlayVideo().
|
private |
Definition at line 270 of file softhddevice.h.
Referenced by GetOsdSize(), and SetScreenSize().
|
private |
Definition at line 271 of file softhddevice.h.
Referenced by SetScreenSize().
|
private |
Definition at line 269 of file softhddevice.h.
Referenced by GetOsdSize(), and SetScreenSize().
|
private |
mutex to lock screen size (which is accessed by different threads)
Definition at line 262 of file softhddevice.h.
Referenced by GetOsdSize(), and SetScreenSize().
current plugin state, normal plugin start sets detached state
Definition at line 239 of file softhddevice.h.
Referenced by IsBufferingThresholdReached(), IsDetached(), OnEventReceived(), and SetState().
|
private |
video jitter tracker
Definition at line 252 of file softhddevice.h.
Referenced by OnEnteringState(), and PlayVideoInternal().
|
private |
video pes reassembly buffer
Definition at line 249 of file softhddevice.h.
Referenced by Clear(), HandleStillPicture(), OnEnteringState(), and PlayVideo().
|
staticconstexprprivate |
min buffering threshold in ms
Definition at line 237 of file softhddevice.h.
Referenced by GetBufferFillLevelThresholdMs().