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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp32 static const CodecProfileLevel kM4VProfileLevels[] = { member in namespace:android
226 sizeof(kM4VProfileLevels) / sizeof(kM4VProfileLevels[0]);
231 profileLevel->eProfile = kM4VProfileLevels[index].mProfile;
232 profileLevel->eLevel = kM4VProfileLevels[index].mLevel;

Completed in 25 milliseconds