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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1179 const char *const codecID = track->GetCodecId(); local
1180 ALOGV("codec id = %s", codecID);
1183 if (codecID == NULL) {
1184 ALOGW("unknown codecID is not supported.");
1204 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
1207 } else if (!strcmp("V_MPEG4/ISO/ASP", codecID)) {
1215 codecID);
1218 } else if (!strcmp("V_VP8", codecID)) {
1220 } else if (!strcmp("V_VP9", codecID)) {
1230 ALOGW("%s is not supported.", codecID);
[all...]

Completed in 26 milliseconds