Searched refs:dim_props (Results 1 – 1 of 1) sorted by relevance
169 AvifInfoInternalDimProp dim_props[AVIFINFO_MAX_FEATURES]; member186 if (f->dim_props[i].property_index != property_index) continue; in AvifInfoInternalGetItemFeatures()187 f->primary_item_features.width = f->dim_props[i].width; in AvifInfoInternalGetItemFeatures()188 f->primary_item_features.height = f->dim_props[i].height; in AvifInfoInternalGetItemFeatures()339 features->dim_props[features->num_dim_props].property_index = box_index; in ParseIpco()340 features->dim_props[features->num_dim_props].width = width; in ParseIpco()341 features->dim_props[features->num_dim_props].height = height; in ParseIpco()
Completed in 7 milliseconds