Searched refs:show_value_unit (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffprobe.c38 static int show_value_unit = 0; variable
85 snprintf(buf, buf_size, "%.3f %s%s", val, prefix_string, show_value_unit ? unit : "");
87 snprintf(buf, buf_size, "%f %s", val, show_value_unit ? unit : "");
326 show_value_unit = 1;
336 { "unit", OPT_BOOL, {(void*)&show_value_unit}, "show unit of the displayed values" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffprobe.c38 static int show_value_unit = 0; variable
85 snprintf(buf, buf_size, "%.3f %s%s", val, prefix_string, show_value_unit ? unit : "");
87 snprintf(buf, buf_size, "%f %s", val, show_value_unit ? unit : "");
326 show_value_unit = 1;
336 { "unit", OPT_BOOL, {(void*)&show_value_unit}, "show unit of the displayed values" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffprobe.c38 static int show_value_unit = 0; variable
85 snprintf(buf, buf_size, "%.3f %s%s", val, prefix_string, show_value_unit ? unit : "");
87 snprintf(buf, buf_size, "%f %s", val, show_value_unit ? unit : "");
326 show_value_unit = 1;
336 { "unit", OPT_BOOL, {(void*)&show_value_unit}, "show unit of the displayed values" },

Completed in 108 milliseconds