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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h95 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp328 addMediaCodecFromAttributes(false /* encoder */, attrs);
339 addMediaCodecFromAttributes(true /* encoder */, attrs);
454 status_t MediaCodecList::addMediaCodecFromAttributes( function in class:android::MediaCodecList

Completed in 84 milliseconds