Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h344 static AudioDecoderCap* createAudioDecoderCap(const char **atts);
/frameworks/av/media/libmedia/
DMediaProfiles.cpp215 MediaProfiles::createAudioDecoderCap(const char **atts) in createAudioDecoderCap() function in android::MediaProfiles
411 profiles->mAudioDecoders.add(createAudioDecoderCap(atts)); in startElementHandler()