Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp222 AMediaObjects aMediaObjects; in testGetPropertyStringNative() local
223 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() local
318 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 …]