Searched refs:x_sampling (Results 1 – 1 of 1) sorted by relevance
183 int x_sampling; member7371 int x_sampling; member7463 memcpy(&info.x_sampling, p, sizeof(int)); // int in ReadChannelInfo()7469 tinyexr::swap4(reinterpret_cast<unsigned int *>(&info.x_sampling)); in ReadChannelInfo()7498 int x_sampling = channels[c].x_sampling; in WriteChannelInfo() local7501 tinyexr::swap4(reinterpret_cast<unsigned int *>(&x_sampling)); in WriteChannelInfo()7510 memcpy(p, &x_sampling, sizeof(int)); in WriteChannelInfo()10762 exr_header->channels[c].x_sampling = info.channels[c].x_sampling; in ConvertHeader()12087 info.x_sampling = 1; in SaveEXRImageToMemory()