• Home
  • Raw
  • Download

Lines Matching refs:FormatImageProperty

727   (void) FormatImageProperty(image,"dpx:file.version","%.8s",dpx.file.version);  in ReadDPXImage()
733 (void) FormatImageProperty(image,"dpx:file.ditto.key","%u", in ReadDPXImage()
743 (void) FormatImageProperty(image,"dpx:file.filename","%.100s", in ReadDPXImage()
745 (void) FormatImageProperty(image,"document","%.100s",dpx.file.filename); in ReadDPXImage()
749 (void) FormatImageProperty(image,"dpx:file.timestamp","%.24s", in ReadDPXImage()
755 (void) FormatImageProperty(image,"dpx:file.creator","%.100s", in ReadDPXImage()
757 (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator); in ReadDPXImage()
763 (void) FormatImageProperty(image,"dpx:file.project","%.200s", in ReadDPXImage()
765 (void) FormatImageProperty(image,"comment","%.100s",dpx.file.project); in ReadDPXImage()
771 (void) FormatImageProperty(image,"dpx:file.copyright","%.200s", in ReadDPXImage()
773 (void) FormatImageProperty(image,"copyright","%.100s", in ReadDPXImage()
779 (void) FormatImageProperty(image,"dpx:file.encrypt_key","%u", in ReadDPXImage()
791 (void) FormatImageProperty(image,"dpx:image.orientation","%d", in ReadDPXImage()
836 (void) FormatImageProperty(image,property,"%s", in ReadDPXImage()
868 (void) FormatImageProperty(image,"dpx:orientation.x_offset","%u", in ReadDPXImage()
873 (void) FormatImageProperty(image,"dpx:orientation.y_offset","%u", in ReadDPXImage()
878 (void) FormatImageProperty(image,"dpx:orientation.x_center","%g", in ReadDPXImage()
883 (void) FormatImageProperty(image,"dpx:orientation.y_center","%g", in ReadDPXImage()
888 (void) FormatImageProperty(image,"dpx:orientation.x_size","%u", in ReadDPXImage()
893 (void) FormatImageProperty(image,"dpx:orientation.y_size","%u", in ReadDPXImage()
898 (void) FormatImageProperty(image,"dpx:orientation.filename","%.100s", in ReadDPXImage()
903 (void) FormatImageProperty(image,"dpx:orientation.timestamp","%.24s", in ReadDPXImage()
908 (void) FormatImageProperty(image,"dpx:orientation.device","%.32s", in ReadDPXImage()
913 (void) FormatImageProperty(image,"dpx:orientation.serial","%.32s", in ReadDPXImage()
922 (void) FormatImageProperty(image,"dpx:orientation.border","%dx%d%+d%+d", in ReadDPXImage()
932 (void) FormatImageProperty(image,"dpx:orientation.aspect_ratio", in ReadDPXImage()
945 (void) FormatImageProperty(image,"dpx:film.id","%.2s",dpx.film.id); in ReadDPXImage()
949 (void) FormatImageProperty(image,"dpx:film.type","%.2s",dpx.film.type); in ReadDPXImage()
953 (void) FormatImageProperty(image,"dpx:film.offset","%.2s", in ReadDPXImage()
958 (void) FormatImageProperty(image,"dpx:film.prefix","%.6s", in ReadDPXImage()
963 (void) FormatImageProperty(image,"dpx:film.count","%.4s", in ReadDPXImage()
968 (void) FormatImageProperty(image,"dpx:film.format","%.4s", in ReadDPXImage()
973 (void) FormatImageProperty(image,"dpx:film.frame_position","%u", in ReadDPXImage()
978 (void) FormatImageProperty(image,"dpx:film.sequence_extent","%u", in ReadDPXImage()
983 (void) FormatImageProperty(image,"dpx:film.held_count","%u", in ReadDPXImage()
988 (void) FormatImageProperty(image,"dpx:film.frame_rate","%g", in ReadDPXImage()
993 (void) FormatImageProperty(image,"dpx:film.shutter_angle","%g", in ReadDPXImage()
998 (void) FormatImageProperty(image,"dpx:film.frame_id","%.32s", in ReadDPXImage()
1003 (void) FormatImageProperty(image,"dpx:film.slate","%.100s", in ReadDPXImage()
1024 (void) FormatImageProperty(image,"dpx:television.interlace","%.20g", in ReadDPXImage()
1029 (void) FormatImageProperty(image,"dpx:television.field_number","%.20g", in ReadDPXImage()
1034 (void) FormatImageProperty(image,"dpx:television.video_signal","%.20g", in ReadDPXImage()
1039 (void) FormatImageProperty(image,"dpx:television.padding","%d", in ReadDPXImage()
1044 (void) FormatImageProperty(image, in ReadDPXImage()
1050 (void) FormatImageProperty(image,"dpx:television.vertical_sample_rate", in ReadDPXImage()
1055 (void) FormatImageProperty(image,"dpx:television.frame_rate","%g", in ReadDPXImage()
1060 (void) FormatImageProperty(image,"dpx:television.time_offset","%g", in ReadDPXImage()
1065 (void) FormatImageProperty(image,"dpx:television.gamma","%g", in ReadDPXImage()
1070 (void) FormatImageProperty(image,"dpx:television.black_level","%g", in ReadDPXImage()
1075 (void) FormatImageProperty(image,"dpx:television.black_gain","%g", in ReadDPXImage()
1080 (void) FormatImageProperty(image,"dpx:television.break_point","%g", in ReadDPXImage()
1085 (void) FormatImageProperty(image,"dpx:television.white_level","%g", in ReadDPXImage()
1090 (void) FormatImageProperty(image,"dpx:television.integration_times", in ReadDPXImage()
1102 (void) FormatImageProperty(image,"dpx:user.id","%.32s",dpx.user.id); in ReadDPXImage()