MythTV
master
|
Go to the source code of this file.
Functions | |
QString | toString (MythCodecID codecid) |
AVCodecID | myth2av_codecid (MythCodecID codec_id) |
uint | mpeg_version (AVCodecID codec_id) |
QString | get_encoding_type (MythCodecID codecid) |
QString | get_decoder_name (MythCodecID codec_id) |
QString toString | ( | MythCodecID | codecid | ) |
Definition at line 8 of file mythcodecid.cpp.
AVCodecID myth2av_codecid | ( | MythCodecID | codec_id | ) |
Definition at line 227 of file mythcodecid.cpp.
Referenced by MythVideoOutput::InputChanged(), and MythVideoOutputGPU::ProcessInputChange().
uint mpeg_version | ( | AVCodecID | codec_id | ) |
Definition at line 454 of file mythcodecid.cpp.
Referenced by AvFormatDecoder::autoSelectVideoTrack(), CODEC_IS_H264(), CODEC_IS_MPEG(), MythCodecContext::FindDecoder(), MythVDPAUContext::InitialiseContext(), and MythVAAPIContext::InitialiseContext().
QString get_encoding_type | ( | MythCodecID | codecid | ) |
Definition at line 474 of file mythcodecid.cpp.
Referenced by MythVideoOutputGPU::Create(), and MythPlayer::GetEncodingType().
QString get_decoder_name | ( | MythCodecID | codec_id | ) |
Definition at line 713 of file mythcodecid.cpp.
Referenced by AvFormatDecoder::autoSelectVideoTrack(), MythVideoOutputGPU::Create(), and AvFormatDecoder::GetCodecDecoderName().