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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h136 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp470 addMediaCodecFromAttributes(false /* encoder */, attrs);
481 addMediaCodecFromAttributes(true /* encoder */, attrs);
674 status_t MediaCodecList::addMediaCodecFromAttributes( function in class:android::MediaCodecList

Completed in 89 milliseconds