Searched refs:pic (Results 1 - 25 of 497) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.h14 void socrates_fpga_pic_init(struct device_node *pic);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.h14 void socrates_fpga_pic_init(struct device_node *pic);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dtmv.c34 AVFrame pic; member in struct:TMVContext
47 if (tmv->pic.data[0])
48 avctx->release_buffer(avctx, &tmv->pic);
50 if (avctx->get_buffer(avctx, &tmv->pic) < 0) {
62 tmv->pic.pict_type = FF_I_TYPE;
63 tmv->pic.key_frame = 1;
64 dst = tmv->pic.data[0];
66 tmv->pic.palette_has_changed = 1;
67 memcpy(tmv->pic.data[1], ff_cga_palette, 16 * 4);
80 dst_char += tmv->pic
[all...]
H A Dr210dec.c40 AVFrame *pic = avctx->coded_frame; local
45 if (pic->data[0])
46 avctx->release_buffer(avctx, pic);
53 pic->reference = 0;
54 if (avctx->get_buffer(avctx, pic) < 0)
57 pic->pict_type = FF_I_TYPE;
58 pic->key_frame = 1;
59 dst_line = pic->data[0];
74 dst_line += pic->linesize[0];
85 AVFrame *pic local
[all...]
H A Dmsrledec.h31 * @param pic destination frame
36 int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
H A Dv210dec.c45 AVFrame *pic = avctx->coded_frame; local
51 if (pic->data[0])
52 avctx->release_buffer(avctx, pic);
59 pic->reference = 0;
60 if (avctx->get_buffer(avctx, pic) < 0)
63 y = (uint16_t*)pic->data[0];
64 u = (uint16_t*)pic->data[1];
65 v = (uint16_t*)pic->data[2];
66 pic->pict_type = FF_I_TYPE;
67 pic
115 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dfrwu.c44 AVFrame *pic = avctx->coded_frame; local
48 if (pic->data[0])
49 avctx->release_buffer(avctx, pic);
60 pic->reference = 0;
61 if (avctx->get_buffer(avctx, pic) < 0)
64 pic->pict_type = FF_I_TYPE;
65 pic->key_frame = 1;
66 pic->interlaced_frame = 1;
67 pic->top_field_first = 1;
73 uint8_t *dst = pic
104 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dv210x.c42 AVFrame *pic= avctx->coded_frame; local
46 if(pic->data[0])
47 avctx->release_buffer(avctx, pic);
58 pic->reference= 0;
59 if(avctx->get_buffer(avctx, pic) < 0)
62 ydst= (uint16_t *)pic->data[0];
63 udst= (uint16_t *)pic->data[1];
64 vdst= (uint16_t *)pic->data[2];
66 pic->pict_type= FF_I_TYPE;
67 pic
127 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dxl.c32 AVFrame pic; member in struct:VideoXLContext
48 AVFrame * const p= (AVFrame*)&a->pic;
66 Y = a->pic.data[0];
67 U = a->pic.data[1];
68 V = a->pic.data[2];
112 Y += a->pic.linesize[0];
113 U += a->pic.linesize[1];
114 V += a->pic.linesize[2];
118 *(AVFrame*)data = a->pic;
133 AVFrame *pic local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dtmv.c34 AVFrame pic; member in struct:TMVContext
47 if (tmv->pic.data[0])
48 avctx->release_buffer(avctx, &tmv->pic);
50 if (avctx->get_buffer(avctx, &tmv->pic) < 0) {
62 tmv->pic.pict_type = FF_I_TYPE;
63 tmv->pic.key_frame = 1;
64 dst = tmv->pic.data[0];
66 tmv->pic.palette_has_changed = 1;
67 memcpy(tmv->pic.data[1], ff_cga_palette, 16 * 4);
80 dst_char += tmv->pic
[all...]
H A Dr210dec.c40 AVFrame *pic = avctx->coded_frame; local
45 if (pic->data[0])
46 avctx->release_buffer(avctx, pic);
53 pic->reference = 0;
54 if (avctx->get_buffer(avctx, pic) < 0)
57 pic->pict_type = FF_I_TYPE;
58 pic->key_frame = 1;
59 dst_line = pic->data[0];
74 dst_line += pic->linesize[0];
85 AVFrame *pic local
[all...]
H A Dfrwu.c44 AVFrame *pic = avctx->coded_frame; local
48 if (pic->data[0])
49 avctx->release_buffer(avctx, pic);
60 pic->reference = 0;
61 if (avctx->get_buffer(avctx, pic) < 0)
64 pic->pict_type = FF_I_TYPE;
65 pic->key_frame = 1;
66 pic->interlaced_frame = 1;
67 pic->top_field_first = 1;
73 uint8_t *dst = pic
104 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dmsrledec.h31 * @param pic destination frame
36 int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
H A Dv210dec.c45 AVFrame *pic = avctx->coded_frame; local
51 if (pic->data[0])
52 avctx->release_buffer(avctx, pic);
59 pic->reference = 0;
60 if (avctx->get_buffer(avctx, pic) < 0)
63 y = (uint16_t*)pic->data[0];
64 u = (uint16_t*)pic->data[1];
65 v = (uint16_t*)pic->data[2];
66 pic->pict_type = FF_I_TYPE;
67 pic
115 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dv210x.c42 AVFrame *pic= avctx->coded_frame; local
46 if(pic->data[0])
47 avctx->release_buffer(avctx, pic);
58 pic->reference= 0;
59 if(avctx->get_buffer(avctx, pic) < 0)
62 ydst= (uint16_t *)pic->data[0];
63 udst= (uint16_t *)pic->data[1];
64 vdst= (uint16_t *)pic->data[2];
66 pic->pict_type= FF_I_TYPE;
67 pic
127 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dxl.c32 AVFrame pic; member in struct:VideoXLContext
48 AVFrame * const p= (AVFrame*)&a->pic;
66 Y = a->pic.data[0];
67 U = a->pic.data[1];
68 V = a->pic.data[2];
112 Y += a->pic.linesize[0];
113 U += a->pic.linesize[1];
114 V += a->pic.linesize[2];
118 *(AVFrame*)data = a->pic;
133 AVFrame *pic local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dtmv.c34 AVFrame pic; member in struct:TMVContext
47 if (tmv->pic.data[0])
48 avctx->release_buffer(avctx, &tmv->pic);
50 if (avctx->get_buffer(avctx, &tmv->pic) < 0) {
62 tmv->pic.pict_type = FF_I_TYPE;
63 tmv->pic.key_frame = 1;
64 dst = tmv->pic.data[0];
66 tmv->pic.palette_has_changed = 1;
67 memcpy(tmv->pic.data[1], ff_cga_palette, 16 * 4);
80 dst_char += tmv->pic
[all...]
H A Dr210dec.c40 AVFrame *pic = avctx->coded_frame; local
45 if (pic->data[0])
46 avctx->release_buffer(avctx, pic);
53 pic->reference = 0;
54 if (avctx->get_buffer(avctx, pic) < 0)
57 pic->pict_type = FF_I_TYPE;
58 pic->key_frame = 1;
59 dst_line = pic->data[0];
74 dst_line += pic->linesize[0];
85 AVFrame *pic local
[all...]
H A Dfrwu.c44 AVFrame *pic = avctx->coded_frame; local
48 if (pic->data[0])
49 avctx->release_buffer(avctx, pic);
60 pic->reference = 0;
61 if (avctx->get_buffer(avctx, pic) < 0)
64 pic->pict_type = FF_I_TYPE;
65 pic->key_frame = 1;
66 pic->interlaced_frame = 1;
67 pic->top_field_first = 1;
73 uint8_t *dst = pic
104 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dmsrledec.h31 * @param pic destination frame
36 int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
H A Dv210dec.c45 AVFrame *pic = avctx->coded_frame; local
51 if (pic->data[0])
52 avctx->release_buffer(avctx, pic);
59 pic->reference = 0;
60 if (avctx->get_buffer(avctx, pic) < 0)
63 y = (uint16_t*)pic->data[0];
64 u = (uint16_t*)pic->data[1];
65 v = (uint16_t*)pic->data[2];
66 pic->pict_type = FF_I_TYPE;
67 pic
115 AVFrame *pic = avctx->coded_frame; local
[all...]
H A Dv210x.c42 AVFrame *pic= avctx->coded_frame; local
46 if(pic->data[0])
47 avctx->release_buffer(avctx, pic);
58 pic->reference= 0;
59 if(avctx->get_buffer(avctx, pic) < 0)
62 ydst= (uint16_t *)pic->data[0];
63 udst= (uint16_t *)pic->data[1];
64 vdst= (uint16_t *)pic->data[2];
66 pic->pict_type= FF_I_TYPE;
67 pic
127 AVFrame *pic = avctx->coded_frame; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Ddefaults.c26 static void avfilter_default_free_video_buffer(AVFilterPic *pic) argument
28 av_free(pic->data[0]);
29 av_free(pic);
37 AVFilterPic *pic = av_mallocz(sizeof(AVFilterPic)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
49 pic->refcount = 1;
50 pic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Ddefaults.c26 static void avfilter_default_free_video_buffer(AVFilterPic *pic) argument
28 av_free(pic->data[0]);
29 av_free(pic);
37 AVFilterPic *pic = av_mallocz(sizeof(AVFilterPic)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
49 pic->refcount = 1;
50 pic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Ddefaults.c26 static void avfilter_default_free_video_buffer(AVFilterPic *pic) argument
28 av_free(pic->data[0]);
29 av_free(pic);
37 AVFilterPic *pic = av_mallocz(sizeof(AVFilterPic)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
49 pic->refcount = 1;
50 pic
[all...]

Completed in 143 milliseconds

1234567891011>>