vdr
1.7.27
|
#include <stdint.h>
#include "dvbhdffdevice.h"
#include <errno.h>
#include <limits.h>
#include <libsi/si.h>
#include <linux/videodev2.h>
#include <linux/dvb/audio.h>
#include <linux/dvb/dmx.h>
#include <linux/dvb/video.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <vdr/eitscan.h>
#include <vdr/transfer.h>
#include "hdffosd.h"
#include "setup.h"
Go to the source code of this file.
Functions | |
static HdffVideoStreamType_t | MapVideoStreamTypes (int Vtype) |
static HdffAudioStreamType_t | MapAudioStreamTypes (int Atype) |
static HdffAudioStreamType_t MapAudioStreamTypes | ( | int | Atype | ) | [static] |
Definition at line 711 of file dvbhdffdevice.c.
References SI::AC3DescriptorTag, SI::EnhancedAC3DescriptorTag, HDFF_AUDIO_STREAM_AAC, HDFF_AUDIO_STREAM_AC3, HDFF_AUDIO_STREAM_EAC3, HDFF_AUDIO_STREAM_HE_AAC, HDFF_AUDIO_STREAM_MPEG1, and HDFF_AUDIO_STREAM_MPEG2.
Referenced by cDvbHdFfDevice::PlayTsAudio().
static HdffVideoStreamType_t MapVideoStreamTypes | ( | int | Vtype | ) | [static] |
Definition at line 474 of file dvbhdffdevice.c.
References HDFF_VIDEO_STREAM_H264, HDFF_VIDEO_STREAM_MPEG1, and HDFF_VIDEO_STREAM_MPEG2.
Referenced by cDvbHdFfDevice::PlayTsVideo(), and cDvbHdFfDevice::StillPicture().