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

  /frameworks/av/include/media/stagefright/
MediaCodecList.h 96 void addMediaCodec(bool encoder, const char *name, const char *type = NULL);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 63 addMediaCodec(true /* encoder */, "AACEncoder", "audio/mp4a-latm");
65 addMediaCodec(
304 addMediaCodec(encoder, name, type);
309 void MediaCodecList::addMediaCodec(

Completed in 267 milliseconds