Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h345 static VideoDecoderCap* createVideoDecoderCap(const char **atts);
/frameworks/av/media/libmedia/
DMediaProfiles.cpp232 MediaProfiles::createVideoDecoderCap(const char **atts) in createVideoDecoderCap() function in android::MediaProfiles
409 profiles->mVideoDecoders.add(createVideoDecoderCap(atts)); in startElementHandler()