Searched refs:num_dim_props (Results 1 – 1 of 1) sorted by relevance
168 uint8_t num_dim_props; member185 for (uint32_t i = 0; i < f->num_dim_props; ++i) { in AvifInfoInternalGetItemFeatures()229 AVIFINFO_CHECK(f->num_dim_props > 0 && f->num_chan_props, kNotFound); in AvifInfoInternalGetPrimaryItemFeatures()337 if (features->num_dim_props < AVIFINFO_MAX_FEATURES && in ParseIpco()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()342 ++features->num_dim_props; in ParseIpco()
Completed in 10 milliseconds