Home
last modified time | relevance | path

Searched refs:PVR_CODEC (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/pvr/
H A DStream.h38 class PVRCodec : public CStructHdl<PVRCodec, PVR_CODEC>
81 PVRCodec(const PVR_CODEC& type) : CStructHdl(&type) {} in PVRCodec()
82 PVRCodec(const PVR_CODEC* type) : CStructHdl(type) {} in PVRCodec()
83 PVRCodec(PVR_CODEC* type) : CStructHdl(type) {} in PVRCodec()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/
H A Dpvr_stream.h93 typedef struct PVR_CODEC struct
100 } PVR_CODEC; argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClient.cpp1965 PVR_CODEC GetCodecByName(const char* strCodecName) in GetCodecByName()
1967 PVR_CODEC retVal = PVR_INVALID_CODEC; in GetCodecByName()
1974 std::map<std::string, PVR_CODEC>::const_iterator it = m_lookup.find(strUpperCodecName); in GetCodecByName()
1987 PVR_CODEC tmp; in CCodecIds()
2013 std::map<std::string, PVR_CODEC> m_lookup;
2016 PVR_CODEC CPVRClient::cb_get_codec_by_name(const void* kodiInstance, const char* strCodecName) in cb_get_codec_by_name()
H A DPVRClient.h1237 static PVR_CODEC cb_get_codec_by_name(const void* kodiInstance, const char* strCodecName);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/
H A Dpvr.h128 struct PVR_CODEC (*GetCodecByName)(const void* kodiInstance, const char* strCodecName);