Searched refs:GetCodecId (Results 1 – 8 of 8) sorted by relevance
97 if (video_track == NULL || video_track->GetCodecId() == NULL) { in file_is_webm()102 if (!strncmp(video_track->GetCodecId(), "V_VP8", 5)) { in file_is_webm()104 } else if (!strncmp(video_track->GetCodecId(), "V_VP9", 5)) { in file_is_webm()106 } else if (!strncmp(video_track->GetCodecId(), "V_VP10", 6)) { in file_is_webm()
241 HRESULT GetCodecId(UInt32 index, UInt64 &id);
852 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) in GetCodecId() function in CCodecs
323 const char* GetCodecId() const;
4622 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track
321 const char* GetCodecId() const;
4621 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track
618 HRESULT res = codecs->GetCodecId(j, id); in Main2()