Searched defs:codecID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp710 const char *const codecID = track->GetCodecId(); local
711 LOGV("codec id = %s", codecID);
728 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
731 } else if (!strcmp("V_VP8", codecID)) {
747 if (!strcmp("A_AAC", codecID)) {
753 } else if (!strcmp("A_VORBIS", codecID)) {

Completed in 89 milliseconds