Searched defs:MAX_YUV420_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
101 constexpr static int32_t MAX_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2 * 2; variable
361 constexpr int32_t MAX_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2 * 2; variable
147 constexpr int64_t MAX_YUV420_BUFFER_SIZE = 2560 * 1600 * (3 / 2) * 2; variable