Home
last modified time | relevance | path

Searched refs:GetCodecId (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/
Dwebmdec.cc97 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()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h241 HRESULT GetCodecId(UInt32 index, UInt64 &id);
DLoadCodecs.cpp852 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) in GetCodecId() function in CCodecs
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp323 const char* GetCodecId() const;
Dmkvparser.cpp4622 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h321 const char* GetCodecId() const;
Dmkvparser.cc4621 const char* Track::GetCodecId() const { return m_info.codecId; } in GetCodecId() function in mkvparser::Track
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp618 HRESULT res = codecs->GetCodecId(j, id); in Main2()