Searched refs:GetCodecId (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.cc100 if (!strncmp(video_track->GetCodecId(), "V_VP8", 5)) {
102 } else if (!strncmp(video_track->GetCodecId(), "V_VP9", 5)) {
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h185 HRESULT GetCodecId(UInt32 index, UInt64 &id);
H A DLoadCodecs.cpp660 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) function in class:CCodecs
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp322 HRESULT res = codecs->GetCodecId(j, id);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp318 const char* GetCodecId() const;
H A Dmkvparser.cpp4967 const char* Track::GetCodecId() const { return m_info.codecId; } function in class:mkvparser::Track
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp358 const char* GetCodecId() const;
H A Dmkvparser.cpp5687 const char* Track::GetCodecId() const function in class:mkvparser::Track
/external/libvpx/libwebm/
H A Dmkvparser.hpp318 const char* GetCodecId() const;
H A Dmkvparser.cpp4970 const char* Track::GetCodecId() const { return m_info.codecId; } function in class:mkvparser::Track

Completed in 1101 milliseconds