Searched refs:atts (Results 1 – 7 of 7) sorted by relevance
171 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec() argument173 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() argument197 CHECK(!strcmp("codec", atts[0]) && in createAudioCodec()[all …]
99 private void parseRow(Attributes atts) throws SAXException { in parseRow() argument100 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() argument149 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 …]
341 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 …]
48 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView, in BatteryMeterView() local50 final int frameColor = atts.getColor(R.styleable.BatteryMeterView_frameColor, in BatteryMeterView()53 atts.recycle(); in BatteryMeterView()
163 startElement(void *userData, const char *name, const char **atts);
1233 XMLNode::startElement(void *userData, const char *name, const char **atts) in startElement() argument1254 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()
... localname String qname org.xml.sax.Attributes atts int length public void startPrefixMapping (java.lang. ...