HomeSort by relevance Sort by last modified time
    Searched refs:GetCodecId (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/
webmdec.cc 97 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/
LoadCodecs.h 241 HRESULT GetCodecId(UInt32 index, UInt64 &id);
LoadCodecs.cpp 852 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id)
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 321 const char* GetCodecId() const;
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 321 const char* GetCodecId() const;
mkvparser.cc     [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 618 HRESULT res = codecs->GetCodecId(j, id);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp     [all...]

Completed in 1243 milliseconds