Searched refs:total_pixels (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dxan.c244 int total_pixels = width * height; local
275 while (total_pixels) {
348 total_pixels -= size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dxan.c244 int total_pixels = width * height; local
275 while (total_pixels) {
348 total_pixels -= size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dxan.c244 int total_pixels = width * height; local
275 while (total_pixels) {
348 total_pixels -= size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_modes.c329 unsigned int hblank, total_pixels, pixel_freq; local
424 total_pixels = total_active_pixels + hblank;
426 pixel_freq = total_pixels * hfreq_est / 1000;
432 hsync = H_SYNC_PERCENT * total_pixels / 100;
444 drm_mode->htotal = total_pixels;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c329 unsigned int hblank, total_pixels, pixel_freq; local
424 total_pixels = total_active_pixels + hblank;
426 pixel_freq = total_pixels * hfreq_est / 1000;
432 hsync = H_SYNC_PERCENT * total_pixels / 100;
444 drm_mode->htotal = total_pixels;

Completed in 131 milliseconds