prop_id          1321 core/gui.c         short prop_id = shooting_get_aperture_from_av96(shooting_get_av96_override_value())/10;
prop_id          1322 core/gui.c         sprintf(buf, "%d.%02d", (int)prop_id/100, (int)prop_id%100 );
prop_id           470 core/shooting.c         if (iso_table[i].prop_id == isov)
prop_id           495 core/shooting.c     short vv = iso_table[i].prop_id;
prop_id           515 core/shooting.c         if (v <= iso_table[0].prop_id)    // In case no AUTO (0) entry
prop_id           522 core/shooting.c             if ((v > iso_table[i].prop_id) && (v <= iso_table[i+1].prop_id))
prop_id           524 core/shooting.c                 if ((v - iso_table[i].prop_id) < (iso_table[i+1].prop_id - v))
prop_id           589 core/shooting.c     if (iso_table[1-iso_table[0].id].prop_id == 50)
prop_id           651 core/shooting.c     if (tv96 <= shutter_speeds_table[0].prop_id)
prop_id           657 core/shooting.c         if ((tv96 > shutter_speeds_table[i].prop_id) && (tv96 <= shutter_speeds_table[i+1].prop_id))
prop_id           659 core/shooting.c             if ((tv96 - shutter_speeds_table[i].prop_id) < (shutter_speeds_table[i+1].prop_id - tv96))
prop_id           672 core/shooting.c     return shutter_speeds_table[find_nearest_shutter_speed_entry(tv96)].prop_id;
prop_id           727 core/shooting.c                 short vv = shutter_speeds_table[i].prop_id;
prop_id           781 core/shooting.c #define AV96_MIN (aperture_sizes_table[0].prop_id)
prop_id           782 core/shooting.c #define AV96_MAX (aperture_sizes_table[AS_SIZE-1].prop_id)
prop_id           805 core/shooting.c         return (short) aperture_sizes_table[conf.av_override_value].prop_id;
prop_id           829 core/shooting.c     if (av96 <= aperture_sizes_table[0].prop_id)
prop_id           835 core/shooting.c         if ((av96 > aperture_sizes_table[i].prop_id) && (av96 <= aperture_sizes_table[i+1].prop_id))
prop_id           837 core/shooting.c             if ((av96 - aperture_sizes_table[i].prop_id) < (aperture_sizes_table[i+1].prop_id - av96))
prop_id           852 core/shooting.c     return aperture_sizes_table[find_nearest_aperture_entry(av96)].prop_id;
prop_id           916 core/shooting.c                 short vv = aperture_sizes_table[i].prop_id;
prop_id            22 include/shooting.h     short prop_id;  // Canons id
prop_id            29 include/shooting.h     short prop_id;  // Canons id
prop_id            36 include/shooting.h     short prop_id;  // Canons id
prop_id           653 modules/luascript.c     unsigned prop_id = luaL_checknumber( L, 1 );
prop_id           659 modules/luascript.c     if(get_property_case(prop_id,buf,size) == 0) {
prop_id           986 modules/luascript.c     int prop_id;
prop_id           989 modules/luascript.c     prop_id = luaL_checknumber( L, 1 );
prop_id           992 modules/luascript.c         lua_pushboolean( L, (set_property_case(prop_id,(void *)str,len) == 0));
prop_id           141 platform/a1000/shooting.c 	if (shutter_speeds_table[i].prop_id >= tvv)
prop_id           153 platform/a1000/shooting.c 	if (aperture_sizes_table[i].prop_id == avv)
prop_id            14 platform/generic/shooting.c #define AV96_MIN (aperture_sizes_table[0].prop_id)