Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DUtils.cpp1098 int32_t mpeghProfileLevelIndication; in convertMetaDataToMessage() local
1099 if (meta->findInt32(kKeyMpeghProfileLevelIndication, &mpeghProfileLevelIndication)) { in convertMetaDataToMessage()
1101 mpeghProfileLevelIndication); in convertMetaDataToMessage()
1882 int32_t mpeghProfileLevelIndication = -1; in convertMessageToMetaData() local
1884 &mpeghProfileLevelIndication)) { in convertMessageToMetaData()
1885 meta->setInt32(kKeyMpeghProfileLevelIndication, mpeghProfileLevelIndication); in convertMessageToMetaData()