Home | History | Annotate | Download | only in unit_test

Lines Matching refs:height

26 DEFINE_int32(libyuv_height, 0, "height of test image.");
58 const char* height = getenv("LIBYUV_HEIGHT");
59 if (height) {
60 benchmark_height_ = atoi(height); // NOLINT
110 const char* height = getenv("LIBYUV_HEIGHT");
111 if (height) {
112 benchmark_height_ = atoi(height); // NOLINT
162 const char* height = getenv("LIBYUV_HEIGHT");
163 if (height) {
164 benchmark_height_ = atoi(height); // NOLINT
214 const char* height = getenv("LIBYUV_HEIGHT");
215 if (height) {
216 benchmark_height_ = atoi(height); // NOLINT
266 const char* height = getenv("LIBYUV_HEIGHT");
267 if (height) {
268 benchmark_height_ = atoi(height); // NOLINT
318 const char* height = getenv("LIBYUV_HEIGHT");
319 if (height) {
320 benchmark_height_ = atoi(height); // NOLINT