Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodecList.h116 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp469 addMediaCodecFromAttributes(false /* encoder */, attrs); in startElementHandler()
480 addMediaCodecFromAttributes(true /* encoder */, attrs); in startElementHandler()
673 status_t MediaCodecList::addMediaCodecFromAttributes( in addMediaCodecFromAttributes() function in android::MediaCodecList