Home | History | Annotate | Download | only in coders

Lines Matching defs:serial

265     serial[32];
916 offset+=ReadBlob(image,sizeof(dpx.orientation.serial),(unsigned char *)
917 dpx.orientation.serial);
918 if (*dpx.orientation.serial != '\0')
919 (void) FormatImageProperty(image,"dpx:orientation.serial","%.32s",
920 dpx.orientation.serial);
1751 value=GetDPXProperty(image,"dpx:orientation.serial",exception);
1753 (void) strncpy(dpx.orientation.serial,value,
1754 sizeof(dpx.orientation.serial)-1);
1755 offset+=WriteBlob(image,sizeof(dpx.orientation.serial),(unsigned char *)
1756 dpx.orientation.serial);