Searched refs:GetCodecId (Results 1 – 8 of 8) sorted by relevance
100 if (!strncmp(video_track->GetCodecId(), "V_VP8", 5)) { in file_is_webm()102 } else if (!strncmp(video_track->GetCodecId(), "V_VP9", 5)) { in file_is_webm()
185 HRESULT GetCodecId(UInt32 index, UInt64 &id);
660 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) in GetCodecId() function in CCodecs
322 HRESULT res = codecs->GetCodecId(j, id); in Main2()
318 const char* GetCodecId() const;
4970 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track
4967 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track