Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DMediaProfiles.cpp171 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec()
195 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) in createAudioCodec()
216 MediaProfiles::createAudioDecoderCap(const char **atts) in createAudioDecoderCap()
232 MediaProfiles::createVideoDecoderCap(const char **atts) in createVideoDecoderCap()
248 MediaProfiles::createVideoEncoderCap(const char **atts) in createVideoEncoderCap()
274 MediaProfiles::createAudioEncoderCap(const char **atts) in createAudioEncoderCap()
297 MediaProfiles::createEncoderOutputFileFormat(const char **atts) in createEncoderOutputFileFormat()
318 MediaProfiles::createCamcorderProfile(int cameraId, const char **atts, Vector<int>& cameraIds) in createCamcorderProfile()
357 void MediaProfiles::addImageEncodingQualityLevel(int cameraId, const char** atts) in addImageEncodingQualityLevel()
374 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.java48 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()