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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dpgssubdec.c96 int pixel_count, line_count; local
105 pixel_count = 0;
123 if (run > 0 && pixel_count + run <= sub->rects[0]->w * sub->rects[0]->h) {
124 memset(sub->rects[0]->pict.data[0] + pixel_count, color, run);
125 pixel_count += run;
131 if (pixel_count % sub->rects[0]->w > 0)
133 pixel_count % sub->rects[0]->w, sub->rects[0]->w);
138 dprintf(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, sub->rects[0]->w * sub->rects[0]->h);
H A Dxan.c171 const unsigned char *pixel_buffer, int x, int y, int pixel_count)
185 while(pixel_count && (index < s->frame_size)) {
186 int count = FFMIN(pixel_count, width - current_x);
188 pixel_count -= count;
201 int x, int y, int pixel_count, int motion_x, int motion_y)
218 while(pixel_count && (curframe_index < s->frame_size)) {
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
222 pixel_count -= count;
170 xan_wc3_output_pixel_run(XanContext *s, const unsigned char *pixel_buffer, int x, int y, int pixel_count) argument
200 xan_wc3_copy_pixel_run(XanContext *s, int x, int y, int pixel_count, int motion_x, int motion_y) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dpgssubdec.c96 int pixel_count, line_count; local
105 pixel_count = 0;
123 if (run > 0 && pixel_count + run <= sub->rects[0]->w * sub->rects[0]->h) {
124 memset(sub->rects[0]->pict.data[0] + pixel_count, color, run);
125 pixel_count += run;
131 if (pixel_count % sub->rects[0]->w > 0)
133 pixel_count % sub->rects[0]->w, sub->rects[0]->w);
138 dprintf(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, sub->rects[0]->w * sub->rects[0]->h);
H A Dxan.c171 const unsigned char *pixel_buffer, int x, int y, int pixel_count)
185 while(pixel_count && (index < s->frame_size)) {
186 int count = FFMIN(pixel_count, width - current_x);
188 pixel_count -= count;
201 int x, int y, int pixel_count, int motion_x, int motion_y)
218 while(pixel_count && (curframe_index < s->frame_size)) {
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
222 pixel_count -= count;
170 xan_wc3_output_pixel_run(XanContext *s, const unsigned char *pixel_buffer, int x, int y, int pixel_count) argument
200 xan_wc3_copy_pixel_run(XanContext *s, int x, int y, int pixel_count, int motion_x, int motion_y) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dxan.c171 const unsigned char *pixel_buffer, int x, int y, int pixel_count)
185 while(pixel_count && (index < s->frame_size)) {
186 int count = FFMIN(pixel_count, width - current_x);
188 pixel_count -= count;
201 int x, int y, int pixel_count, int motion_x, int motion_y)
218 while(pixel_count && (curframe_index < s->frame_size)) {
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
222 pixel_count -= count;
170 xan_wc3_output_pixel_run(XanContext *s, const unsigned char *pixel_buffer, int x, int y, int pixel_count) argument
200 xan_wc3_copy_pixel_run(XanContext *s, int x, int y, int pixel_count, int motion_x, int motion_y) argument
H A Dpgssubdec.c96 int pixel_count, line_count; local
105 pixel_count = 0;
123 if (run > 0 && pixel_count + run <= sub->rects[0]->w * sub->rects[0]->h) {
124 memset(sub->rects[0]->pict.data[0] + pixel_count, color, run);
125 pixel_count += run;
131 if (pixel_count % sub->rects[0]->w > 0)
133 pixel_count % sub->rects[0]->w, sub->rects[0]->w);
138 dprintf(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, sub->rects[0]->w * sub->rects[0]->h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/msm/
H A Dmddi_hw.h250 uint16_t pixel_count; member in struct:mddi_video_stream
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/msm/
H A Dmddi_hw.h250 uint16_t pixel_count; member in struct:mddi_video_stream
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihosti.h345 uint16 pixel_count; member in struct:GCC_PACKED
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/msm/
H A Dmddihosti.h345 uint16 pixel_count; member in struct:GCC_PACKED

Completed in 96 milliseconds