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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxan.c301 int total_pixels = width * height; local
356 while (total_pixels && opcode_buffer < opcode_buffer_end) {
416 if (size > total_pixels)
450 total_pixels -= size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxan.c272 int total_pixels = width * height; local
326 while (total_pixels && opcode_buffer < opcode_buffer_end) {
376 if (size > total_pixels)
405 total_pixels -= size;

Completed in 57 milliseconds