Searched refs:SL_IID_METADATAEXTRACTION (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
H A Dsl_iid.c46 const SLInterfaceID SL_IID_METADATAEXTRACTION = &SL_IID_array[MPH_METADATAEXTRACTION]; variable
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp50 * on the AudioPlayer object for decoding, SL_IID_METADATAEXTRACTION for retrieving the
329 iidArray[2] = SL_IID_METADATAEXTRACTION;
396 result = (*player)->GetInterface(player, SL_IID_METADATAEXTRACTION, (void*)&mdExtrItf);
H A DslesTestDecodeAac.cpp66 * SL_IID_METADATAEXTRACTION for retrieving the format of the decoded audio.
505 iidArray[3] = SL_IID_METADATAEXTRACTION;
602 res = (*player)->GetInterface(player, SL_IID_METADATAEXTRACTION, (void*)&mdExtrItf);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h759 extern SL_API const SLInterfaceID SL_IID_METADATAEXTRACTION;

Completed in 79 milliseconds