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

  /frameworks/av/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.cpp 304 mInitCheck = addTypeFromAttributes(attrs, (mCurrentSection == SECTION_ENCODER));
567 status_t MediaCodecsXmlParser::addTypeFromAttributes(const char **attrs, bool encoder) {
575 ALOGE("addTypeFromAttributes: name is null");
582 ALOGE("addTypeFromAttributes: update is null");
588 ALOGE("addTypeFromAttributes: unrecognized attribute: %s", attrs[i]);
604 ALOGE("addTypeFromAttributes: re-defining existing type without update");
610 ALOGE("addTypeFromAttributes: updating non-existing type");
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 519 mInitCheck = addTypeFromAttributes(attrs);
824 status_t MediaCodecList::addTypeFromAttributes(const char **attrs) {
    [all...]

Completed in 260 milliseconds