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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp800 const char *const codecID = track->GetCodecId(); local
801 ALOGV("codec id = %s", codecID);
818 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
821 } else if (!strcmp("V_MPEG4/ISO/ASP", codecID)) {
829 codecID);
832 } else if (!strcmp("V_VP8", codecID)) {
835 ALOGW("%s is not supported.", codecID);
849 if (!strcmp("A_AAC", codecID)) {
855 } else if (!strcmp("A_VORBIS", codecID)) {
859 } else if (!strcmp("A_MPEG/L3", codecID)) {
[all...]

Completed in 352 milliseconds