Lines Matching refs:property_index
143 uint8_t property_index; member
148 uint8_t property_index; member
153 uint8_t property_index; member
179 const uint32_t property_index = f->props[prop_item].property_index; in AvifInfoInternalGetItemFeatures() local
186 if (f->dim_props[i].property_index != property_index) continue; in AvifInfoInternalGetItemFeatures()
201 if (f->chan_props[i].property_index != property_index) continue; in AvifInfoInternalGetItemFeatures()
339 features->dim_props[features->num_dim_props].property_index = box_index; in ParseIpco()
368 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
394 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
488 const uint32_t property_index = (value & ~essential_bit_mask); in ParseIprp() local
489 if (property_index <= AVIFINFO_MAX_VALUE && in ParseIprp()
491 features->props[features->num_props].property_index = in ParseIprp()
492 property_index; in ParseIprp()