Home
last modified time | relevance | path

Searched refs:screen_window_width (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h207 float screen_window_width; member
7385 float screen_window_width; member
7415 screen_window_width = 0.0f; in clear()
10467 info->screen_window_width = -1.0f; in ParseEXRHeader()
10636 memcpy(&info->screen_window_width, &data.at(0), sizeof(float)); in ParseEXRHeader()
10638 reinterpret_cast<unsigned int *>(&info->screen_window_width)); in ParseEXRHeader()
10729 exr_header->screen_window_width = info.screen_window_width; in ConvertHeader()