Home
last modified time | relevance | path

Searched refs:atts (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmedia/
DMediaProfiles.cpp171 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec() argument
173 CHECK(!strcmp("codec", atts[0]) && in createVideoCodec()
174 !strcmp("bitRate", atts[2]) && in createVideoCodec()
175 !strcmp("width", atts[4]) && in createVideoCodec()
176 !strcmp("height", atts[6]) && in createVideoCodec()
177 !strcmp("frameRate", atts[8])); in createVideoCodec()
180 const int codec = findTagForName(sVideoEncoderNameMap, nMappings, atts[1]); in createVideoCodec()
185 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]), atoi(atts[9])); in createVideoCodec()
195 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) in createAudioCodec() argument
197 CHECK(!strcmp("codec", atts[0]) && in createAudioCodec()
[all …]
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java99 private void parseRow(Attributes atts) throws SAXException { in parseRow() argument
100 String uriStr = atts.getValue(URI_STR); in parseRow()
107 atts.getValue(URI_STR) + " parsing failure"); in parseRow()
112 String postfix = atts.getValue(POSTFIX); in parseRow()
134 Attributes atts) throws SAXException { in startElement() argument
149 parseRow(atts); in startElement()
152 int attrLen = atts.getLength(); in startElement()
157 parseRow(atts); in startElement()
161 int attrLen = atts.getLength(); in startElement()
165 String key = atts.getValue(0); in startElement()
[all …]
/frameworks/av/include/media/
DMediaProfiles.h341 static output_format createEncoderOutputFileFormat(const char **atts);
342 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
343 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles);
344 static AudioDecoderCap* createAudioDecoderCap(const char **atts);
345 static VideoDecoderCap* createVideoDecoderCap(const char **atts);
346 static VideoEncoderCap* createVideoEncoderCap(const char **atts);
347 static AudioEncoderCap* createAudioEncoderCap(const char **atts);
350 int cameraId, const char **atts, Vector<int>& cameraIds);
352 static int getCameraId(const char **atts);
354 void addStartTimeOffset(int cameraId, const char **atts);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java48 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView, in BatteryMeterView() local
50 final int frameColor = atts.getColor(R.styleable.BatteryMeterView_frameColor, in BatteryMeterView()
53 atts.recycle(); in BatteryMeterView()
/frameworks/base/tools/aapt/
DXMLNode.h163 startElement(void *userData, const char *name, const char **atts);
DXMLNode.cpp1233 XMLNode::startElement(void *userData, const char *name, const char **atts) in startElement() argument
1254 for (int i = 0; atts[i]; i += 2) { in startElement()
1255 splitName(atts[i], &ns16, &name16); in startElement()
1256 node->addAttribute(ns16, name16, String16(atts[i+1])); in startElement()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jar ... localname String qname org.xml.sax.Attributes atts int length public void startPrefixMapping (java.lang. ...