Home
last modified time | relevance | path

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

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