Searched refs:video_scale (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showcqt.c165 int video_scale = s->fullhd ? 2 : 1; local
166 int video_width = (VIDEO_WIDTH/2) * video_scale;
167 int font_height = (FONT_HEIGHT/2) * video_scale;
168 int font_width = 8 * video_scale;
214 sy = font_height - 4*video_scale - face->glyph->bitmap_top;
267 int video_scale = s->fullhd ? 2 : 1; local
268 int video_width = (VIDEO_WIDTH/2) * video_scale;
269 int video_height = (VIDEO_HEIGHT/2) * video_scale;
270 int spectogram_height = (SPECTOGRAM_HEIGHT/2) * video_scale;
291 if (x >= (12*3+8)*8*video_scale
425 int video_scale = s->fullhd ? 2 : 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.c194 int video_scale; member in struct:__anon16371
577 if (state->video_scale != 0)
578 ainfo.vdrain_rate = ainfo.vdrain_rate/state->video_scale;
628 sim_data.video_scale = 1;

Completed in 36 milliseconds