Searched refs:addMediaCodecFromAttributes (Results 1 – 2 of 2) sorted by relevance
116 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
469 addMediaCodecFromAttributes(false /* encoder */, attrs); in startElementHandler()480 addMediaCodecFromAttributes(true /* encoder */, attrs); in startElementHandler()673 status_t MediaCodecList::addMediaCodecFromAttributes( in addMediaCodecFromAttributes() function in android::MediaCodecList