Home | History | Annotate | Download | only in coders

Lines Matching refs:WriteBlob

1575   offset+=WriteBlob(image,8,(unsigned char *) &dpx.file.version);
1600 offset+=WriteBlob(image,sizeof(dpx.file.filename),(unsigned char *)
1605 offset+=WriteBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
1613 offset+=WriteBlob(image,sizeof(dpx.file.creator),(unsigned char *)
1618 offset+=WriteBlob(image,sizeof(dpx.file.project),(unsigned char *)
1623 offset+=WriteBlob(image,sizeof(dpx.file.copyright),(unsigned char *)
1627 offset+=WriteBlob(image,sizeof(dpx.file.reserve),(unsigned char *)
1716 offset+=WriteBlob(image,sizeof(dpx.image.image_element[i].description),
1719 offset+=WriteBlob(image,sizeof(dpx.image.reserve),(unsigned char *)
1771 offset+=WriteBlob(image,sizeof(dpx.orientation.filename),(unsigned char *)
1773 offset+=WriteBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *)
1779 offset+=WriteBlob(image,sizeof(dpx.orientation.device),(unsigned char *)
1785 offset+=WriteBlob(image,sizeof(dpx.orientation.serial),(unsigned char *)
1815 offset+=WriteBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *)
1824 offset+=WriteBlob(image,sizeof(dpx.film.id),(unsigned char *) dpx.film.id);
1829 offset+=WriteBlob(image,sizeof(dpx.film.type),(unsigned char *)
1835 offset+=WriteBlob(image,sizeof(dpx.film.offset),(unsigned char *)
1841 offset+=WriteBlob(image,sizeof(dpx.film.prefix),(unsigned char *)
1847 offset+=WriteBlob(image,sizeof(dpx.film.count),(unsigned char *)
1853 offset+=WriteBlob(image,sizeof(dpx.film.format),(unsigned char *)
1884 offset+=WriteBlob(image,sizeof(dpx.film.frame_id),(unsigned char *)
1889 offset+=WriteBlob(image,sizeof(dpx.film.slate),(unsigned char *)
1891 offset+=WriteBlob(image,sizeof(dpx.film.reserve),(unsigned char *)
1973 offset+=WriteBlob(image,sizeof(dpx.television.reserve),(unsigned char *)
1981 offset+=WriteBlob(image,sizeof(dpx.user.id),(unsigned char *) dpx.user.id);
1983 offset+=WriteBlob(image,GetStringInfoLength(profile),
2035 count=WriteBlob(image,extent,pixels);