Searched refs:aMediaObjects (Results 1 – 1 of 1) sorted by relevance
222 AMediaObjects aMediaObjects; in testGetPropertyStringNative() local223 aMediaObjects.setDrm(AMediaDrm_createByUUID(&juuid[0])); in testGetPropertyStringNative()224 if (NULL == aMediaObjects.getDrm()) { in testGetPropertyStringNative()231 media_status_t status = AMediaDrm_getPropertyString(aMediaObjects.getDrm(), in testGetPropertyStringNative()317 AMediaObjects aMediaObjects; in testPsshNative() local318 aMediaObjects.setVideoExtractor(AMediaExtractor_new()); in testPsshNative()322 aMediaObjects.getVideoExtractor(), url); in testPsshNative()332 PsshInfo* psshInfo = AMediaExtractor_getPsshInfo(aMediaObjects.getVideoExtractor()); in testPsshNative()343 aMediaObjects.setDrm(AMediaDrm_createByUUID(&juuid[0])); in testPsshNative()344 if (aMediaObjects.getDrm()) { in testPsshNative()[all …]