Searched refs:pixel_count (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpgssubdec.c95 int pixel_count, line_count; local
104 pixel_count = 0;
122 if (run > 0 && pixel_count + run <= sub->rects[0]->w * sub->rects[0]->h) {
123 memset(sub->rects[0]->pict.data[0] + pixel_count, color, run);
124 pixel_count += run;
130 if (pixel_count % sub->rects[0]->w > 0)
132 pixel_count % sub->rects[0]->w, sub->rects[0]->w);
137 if (pixel_count < sub->rects[0]->w * sub->rects[0]->h) {
142 av_dlog(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, sub->rects[0]->w * sub->rects[0]->h);
H A Dxan.c188 const unsigned char *pixel_buffer, int x, int y, int pixel_count)
202 while (pixel_count && index < s->frame_size) {
203 int count = FFMIN(pixel_count, width - current_x);
205 pixel_count -= count;
218 int pixel_count, int motion_x,
242 while (pixel_count &&
245 int count = FFMIN3(pixel_count, width - curframe_x,
250 pixel_count -= count;
187 xan_wc3_output_pixel_run(XanContext *s, const unsigned char *pixel_buffer, int x, int y, int pixel_count) argument
217 xan_wc3_copy_pixel_run(XanContext *s, int x, int y, int pixel_count, int motion_x, int motion_y) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxan.c209 const uint8_t *pixel_buffer, int x, int y, int pixel_count)
223 while (pixel_count && index < s->frame_size) {
224 int count = FFMIN(pixel_count, width - current_x);
226 pixel_count -= count;
240 int pixel_count, int motion_x,
265 if (prev_palette_plane == palette_plane && FFABS(curframe_index - prevframe_index) < pixel_count) {
270 while (pixel_count &&
273 int count = FFMIN3(pixel_count, width - curframe_x,
278 pixel_count -= count;
208 xan_wc3_output_pixel_run(XanContext *s, AVFrame *frame, const uint8_t *pixel_buffer, int x, int y, int pixel_count) argument
238 xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, int x, int y, int pixel_count, int motion_x, int motion_y) argument
H A Dpgssubdec.c165 int pixel_count, line_count; local
174 pixel_count = 0;
192 if (run > 0 && pixel_count + run <= rect->w * rect->h) {
193 memset(rect->pict.data[0] + pixel_count, color, run);
194 pixel_count += run;
200 if (pixel_count % rect->w > 0) {
202 pixel_count % rect->w, rect->w);
211 if (pixel_count < rect->w * rect->h) {
216 av_dlog(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, rect->w * rect->h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmddi_hw.h250 uint16_t pixel_count; member in struct:mddi_video_stream
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihosti.h345 uint16 pixel_count; member in struct:GCC_PACKED

Completed in 131 milliseconds