Home
last modified time | relevance | path

Searched refs:mpeghProfileLevelIndication (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DUtils.cpp1150 int32_t mpeghProfileLevelIndication; in convertMetaDataToMessage() local
1151 if (meta->findInt32(kKeyMpeghProfileLevelIndication, &mpeghProfileLevelIndication)) { in convertMetaDataToMessage()
1153 mpeghProfileLevelIndication); in convertMetaDataToMessage()
2007 int32_t mpeghProfileLevelIndication = -1; in convertMessageToMetaData() local
2009 &mpeghProfileLevelIndication)) { in convertMessageToMetaData()
2010 meta->setInt32(kKeyMpeghProfileLevelIndication, mpeghProfileLevelIndication); in convertMessageToMetaData()