HomeSort by relevance Sort by last modified time
    Searched refs:addMediaCodecFromAttributes (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
MediaCodecList.h 95 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 193 addMediaCodecFromAttributes(false /* encoder */, attrs);
204 addMediaCodecFromAttributes(true /* encoder */, attrs);
274 status_t MediaCodecList::addMediaCodecFromAttributes(

Completed in 740 milliseconds