Home
last modified time | relevance | path

Searched defs:atts (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
DMediaProfiles.cpp173 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec()
197 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) in createAudioCodec()
218 MediaProfiles::createAudioDecoderCap(const char **atts) in createAudioDecoderCap()
234 MediaProfiles::createVideoDecoderCap(const char **atts) in createVideoDecoderCap()
250 MediaProfiles::createVideoEncoderCap(const char **atts) in createVideoEncoderCap()
276 MediaProfiles::createAudioEncoderCap(const char **atts) in createAudioEncoderCap()
299 MediaProfiles::createEncoderOutputFileFormat(const char **atts) in createEncoderOutputFileFormat()
320 MediaProfiles::createCamcorderProfile(int cameraId, const char **atts, Vector<int>& cameraIds) in createCamcorderProfile()
359 void MediaProfiles::addImageEncodingQualityLevel(int cameraId, const char** atts) in addImageEncodingQualityLevel()
376 MediaProfiles::getCameraId(const char** atts) in getCameraId()
[all …]
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java99 private void parseRow(Attributes atts) throws SAXException { in parseRow()
134 Attributes atts) throws SAXException { in startElement()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java95 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView, in BatteryMeterView() local
/frameworks/base/tools/aapt/
DXMLNode.cpp1233 XMLNode::startElement(void *userData, const char *name, const char **atts) in startElement()