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

/external/libvpx/libvpx/
H A Dwebmdec.cc97 if (video_track == NULL || video_track->GetCodecId() == NULL) {
102 if (!strncmp(video_track->GetCodecId(), "V_VP8", 5)) {
104 } else if (!strncmp(video_track->GetCodecId(), "V_VP9", 5)) {
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h241 HRESULT GetCodecId(UInt32 index, UInt64 &id);
H A DLoadCodecs.cpp852 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) function in class:CCodecs
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h321 const char* GetCodecId() const;
H A Dmkvparser.cc4613 const char* Track::GetCodecId() const { return m_info.codecId; } function in class:Track
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h321 const char* GetCodecId() const;
H A Dmkvparser.cc4621 const char* Track::GetCodecId() const { return m_info.codecId; } function in class:Track
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp618 HRESULT res = codecs->GetCodecId(j, id);

Completed in 2857 milliseconds