Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dsl_iid.c46 const SLInterfaceID SL_IID_METADATAEXTRACTION = &SL_IID_array[MPH_METADATAEXTRACTION]; variable
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp329 iidArray[2] = SL_IID_METADATAEXTRACTION; in TestDecToBuffQueue()
396 result = (*player)->GetInterface(player, SL_IID_METADATAEXTRACTION, (void*)&mdExtrItf); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp506 iidArray[3] = SL_IID_METADATAEXTRACTION; in TestDecToBuffQueue()
603 res = (*player)->GetInterface(player, SL_IID_METADATAEXTRACTION, (void*)&mdExtrItf); in TestDecToBuffQueue()
/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc627 SL_IID_METADATAEXTRACTION, SL_IID_ANDROIDCONFIGURATION }; in PlayFromThisSource()
649 OpenSL(decoder, GetInterface, SL_IID_METADATAEXTRACTION, &decoderMetadata); in PlayFromThisSource()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h759 extern SL_API const SLInterfaceID SL_IID_METADATAEXTRACTION;