Searched refs:mpeghProfileLevelIndication (Results 1 – 1 of 1) sorted by relevance
1150 int32_t mpeghProfileLevelIndication; in convertMetaDataToMessage() local1151 if (meta->findInt32(kKeyMpeghProfileLevelIndication, &mpeghProfileLevelIndication)) { in convertMetaDataToMessage()1153 mpeghProfileLevelIndication); in convertMetaDataToMessage()2007 int32_t mpeghProfileLevelIndication = -1; in convertMessageToMetaData() local2009 &mpeghProfileLevelIndication)) { in convertMessageToMetaData()2010 meta->setInt32(kKeyMpeghProfileLevelIndication, mpeghProfileLevelIndication); in convertMessageToMetaData()