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

/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp311 addMediaCodecFromAttributes(false /* encoder */, attrs);
322 addMediaCodecFromAttributes(true /* encoder */, attrs);
504 status_t MediaCodecsXmlParser::addMediaCodecFromAttributes( function in class:android::MediaCodecsXmlParser
514 ALOGE("addMediaCodecFromAttributes: name is null");
520 ALOGE("addMediaCodecFromAttributes: type is null");
526 ALOGE("addMediaCodecFromAttributes: update is null");
531 ALOGE("addMediaCodecFromAttributes: unrecognized attribute: %s", attrs[i]);
538 ALOGE("addMediaCodecFromAttributes: name not found");
546 ALOGE("addMediaCodecFromAttributes: updating non-existing codec");
562 ALOGE("addMediaCodecFromAttributes
[all...]

Completed in 72 milliseconds