Lines Matching refs:prop1
191 MediaAnalyticsItem::Prop *prop1 = &(single->mProps[i]);
192 const char *attrName = prop1->mName;
215 if (prop1->mType != prop2->mType) {
219 switch (prop1->mType) {
221 if (prop1->u.int32Value != prop2->u.int32Value)
225 if (prop1->u.int64Value != prop2->u.int64Value)
230 if (prop1->u.doubleValue != prop2->u.doubleValue)
234 if (strcmp(prop1->u.CStringValue, prop2->u.CStringValue) != 0)
238 if (prop1->u.rate.count != prop2->u.rate.count)
240 if (prop1->u.rate.duration != prop2->u.rate.duration)