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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h96 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp193 addMediaCodecFromAttributes(false /* encoder */, attrs);
204 addMediaCodecFromAttributes(true /* encoder */, attrs);
274 status_t MediaCodecList::addMediaCodecFromAttributes( function in class:android::MediaCodecList

Completed in 42 milliseconds