Home
last modified time | relevance | path

Searched refs:property_index (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/libavifinfo/
H A Davifinfo.c143 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()
368 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
394 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
489 if (property_index <= AVIFINFO_MAX_VALUE && in ParseIprp()
491 features->props[features->num_props].property_index = in ParseIprp()
[all …]

Completed in 7 milliseconds