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

/external/jhead/
H A Dmain.c201 // "attrCnt attr1=valueLen value1attr2=value2Len value2..."
206 int attrCnt = 0; local
216 attrCnt = atoi(attributes);
219 ALOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr);
223 exifElementTable = malloc(sizeof(ExifElement_t) * attrCnt);
237 for (i = 0; i < attrCnt; i++) {
342 for (i = 0; i < attrCnt; i++) {

Completed in 46 milliseconds