Searched refs:picture (Results 26 - 50 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegbdec.c48 AVFrame *picture = data; local
139 *picture= *s->picture_ptr;
143 picture->quality= FFMAX3(s->qscale[0], s->qscale[1], s->qscale[2]);
144 picture->qstride= 0;
145 picture->qscale_table= s->qscale_table;
146 memset(picture->qscale_table, picture->quality, (s->width+15)/16);
148 av_log(avctx, AV_LOG_DEBUG, "QP: %d\n", picture->quality);
149 picture->quality*= FF_QP2LAMBDA;
H A Dsunrast.c34 AVFrame picture; member in struct:SUNRASTContext
40 avcodec_get_frame_defaults(&s->picture);
41 avctx->coded_frame= &s->picture;
51 AVFrame *picture = data; local
52 AVFrame * const p = &s->picture;
186 *picture = s->picture;
195 if(s->picture.data[0])
196 avctx->release_buffer(avctx, &s->picture);
H A Dtxd.c30 AVFrame picture; member in struct:TXDContext
36 avcodec_get_frame_defaults(&s->picture);
37 avctx->coded_frame = &s->picture;
46 AVFrame *picture = data; local
47 AVFrame * const p = &s->picture;
140 *picture = s->picture;
153 if (s->picture.data[0])
154 avctx->release_buffer(avctx, &s->picture);
H A Dgifdec.c36 AVFrame picture; member in struct:GifState
114 linesize = s->picture.linesize[0];
115 ptr1 = s->picture.data[0] + top * linesize + left;
223 av_log(NULL, AV_LOG_ERROR, "picture size too large\n");
277 avcodec_get_frame_defaults(&s->picture);
278 avctx->coded_frame= &s->picture;
279 s->picture.data[0] = NULL;
289 AVFrame *picture = data; local
302 if (s->picture.data[0])
303 avctx->release_buffer(avctx, &s->picture);
[all...]
H A Ddpx.c28 AVFrame picture; member in struct:DPXContext
61 AVFrame *picture = data; local
62 AVFrame *const p = &s->picture;
155 if (s->picture.data[0])
156 avctx->release_buffer(avctx, &s->picture);
213 *picture = s->picture;
222 avcodec_get_frame_defaults(&s->picture);
223 avctx->coded_frame = &s->picture;
230 if (s->picture
[all...]
H A Drawdec.c110 static void flip(AVCodecContext *avctx, AVPicture * picture){ argument
111 picture->data[0] += picture->linesize[0] * (avctx->height-1);
112 picture->linesize[0] *= -1;
125 AVPicture * picture = (AVPicture *) data; local
160 if ((res = avpicture_fill(picture, buf, avctx->pix_fmt,
180 flip(avctx, picture);
184 FFSWAP(uint8_t *, picture->data[1], picture->data[2]);
189 uint8_t *line = picture
[all...]
H A Dtarga.c29 AVFrame picture; member in struct:TargaContext
108 AVFrame *picture = data; local
109 AVFrame * const p= (AVFrame*)&s->picture;
156 if(s->picture.data[0])
157 avctx->release_buffer(avctx, &s->picture);
251 *picture= *(AVFrame*)&s->picture;
260 avcodec_get_frame_defaults((AVFrame*)&s->picture);
261 avctx->coded_frame= (AVFrame*)&s->picture;
269 if(s->picture
[all...]
H A Ddxva2.c25 void *ff_dxva2_get_surface(const Picture *picture) argument
27 return picture->f.data[3];
31 const Picture *picture)
33 void *surface = ff_dxva2_get_surface(picture);
104 "Failed to add picture parameter buffer\n");
30 ff_dxva2_get_surface_index(const struct dxva_context *ctx, const Picture *picture) argument
H A Dthread.h43 * Returns the next available frame in picture. *got_picture_ptr
51 int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
65 * Notify later decoding threads when part of their reference picture is ready.
66 * Call this when some part of the picture is finished decoding.
69 * @param f The picture being decoded.
70 * @param progress Value, in arbitrary units, of how much of the picture has decoded.
71 * @param field The field being decoded, for field-picture codecs.
78 * Call this before accessing some part of a picture, with a given
83 * @param f The picture being referenced.
85 * @param field The field being referenced, for field-picture codec
[all...]
H A Dpcx.c31 AVFrame picture; member in struct:PCXContext
37 avcodec_get_frame_defaults(&s->picture);
38 avctx->coded_frame= &s->picture;
84 AVFrame *picture = data; local
85 AVFrame * const p = &s->picture;
232 *picture = s->picture;
244 if(s->picture.data[0])
245 avctx->release_buffer(avctx, &s->picture);
H A Dsgidec.c28 AVFrame picture; member in struct:SgiState
157 AVFrame *picture = data; local
158 AVFrame *p = &s->picture;
200 av_log(avctx, AV_LOG_ERROR, "wrong picture format\n");
234 *picture = s->picture;
245 avcodec_get_frame_defaults(&s->picture);
246 avctx->coded_frame = &s->picture;
255 if (s->picture.data[0])
256 avctx->release_buffer(avctx, &s->picture);
[all...]
H A Dmxpegdec.c33 AVFrame picture[2]; /* pictures array */ member in struct:MXpegDecodeContext
34 int picture_index; /* index of current picture */
41 unsigned mb_width, mb_height; /* size of picture in MB's from MXM header */
48 s->picture[0].reference = s->picture[1].reference = 3;
49 s->jpg.picture_ptr = &s->picture[0];
148 "Dimensions of current and reference picture mismatch\n");
169 AVFrame *picture = data; local
241 "First picture has no SOF, skipping\n");
249 /* use stored SOF data to allocate current picture */
[all...]
H A Dproresdec.c50 AVFrame picture; member in struct:__anon1962
62 int total_slices; ///< total number of slices in a picture
111 avctx->coded_frame = &ctx->picture;
112 avcodec_get_frame_defaults(&ctx->picture);
113 ctx->picture.type = AV_PICTURE_TYPE_I;
114 ctx->picture.key_frame = 1;
148 "picture dimension changed: old: %d x %d, new: %d x %d\n",
172 "unsupported picture format: %d\n", ctx->pic_format);
187 ctx->picture.interlaced_frame = 1;
188 ctx->picture
640 AVFrame *picture = avctx->coded_frame; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_grabbag.sh38 PATH=../src/test_grabbag/picture:$PATH
76 log=picture.log
86 diff -w picture.ok $log > picture.diff || die "Error: .log file does not match .ok file, see picture.diff"
88 diff picture.ok $log > picture.diff || die "Error: .log file does not match .ok file, see picture.diff"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A DMakefile.am12 picture.c \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmeye.h42 unsigned char picture; member in struct:meye_params
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dmetadata_utils.c423 return mutils__compare_block_data_picture(&block->data.picture, &blockcopy->data.picture);
467 FLAC__StreamMetadata *picture,
598 picture->is_last = false;
599 picture->type = FLAC__METADATA_TYPE_PICTURE;
600 picture->length =
612 picture->data.picture.type = FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER;
613 picture->data.picture
459 mutils__init_metadata_blocks( FLAC__StreamMetadata *streaminfo, FLAC__StreamMetadata *padding, FLAC__StreamMetadata *seektable, FLAC__StreamMetadata *application1, FLAC__StreamMetadata *application2, FLAC__StreamMetadata *vorbiscomment, FLAC__StreamMetadata *cuesheet, FLAC__StreamMetadata *picture, FLAC__StreamMetadata *unknown ) argument
632 mutils__free_metadata_blocks( FLAC__StreamMetadata *streaminfo, FLAC__StreamMetadata *padding, FLAC__StreamMetadata *seektable, FLAC__StreamMetadata *application1, FLAC__StreamMetadata *application2, FLAC__StreamMetadata *vorbiscomment, FLAC__StreamMetadata *cuesheet, FLAC__StreamMetadata *picture, FLAC__StreamMetadata *unknown ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c193 static AVFrame *picture, *tmp_picture; variable
245 AVFrame *picture; local
249 picture = avcodec_alloc_frame();
250 if (!picture)
255 av_free(picture);
258 avpicture_fill((AVPicture *)picture, picture_buf,
260 return picture;
295 /* allocate the encoded raw picture */
296 picture = alloc_picture(c->pix_fmt, c->width, c->height);
297 if (!picture) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drawdec.c135 static void flip(AVCodecContext *avctx, AVPicture *picture) argument
137 picture->data[0] += picture->linesize[0] * (avctx->height - 1);
138 picture->linesize[0] *= -1;
181 AVPicture *picture = data; local
270 if ((res = avpicture_fill(picture, buf, avctx->pix_fmt,
326 flip(avctx, picture);
332 FFSWAP(uint8_t *, picture->data[1], picture->data[2]);
335 picture
[all...]
H A Dindeo2.c37 AVFrame *picture; member in struct:Ir2Context
148 AVFrame *picture = data; local
149 AVFrame * const p = s->picture;
203 if ((ret = av_frame_ref(picture, p)) < 0)
220 ic->picture = av_frame_alloc();
221 if (!ic->picture)
243 av_frame_free(&ic->picture);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c42 AVFrame *picture,
46 testxmmclobbers(avcodec_decode_video2, avctx, picture,
41 avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyuv4mpegenc.c141 AVPicture *picture, picture_tmp; local
150 picture = &picture_tmp;
172 ptr = picture->data[0];
207 ptr += picture->linesize[0];
218 ptr1 = picture->data[1];
219 ptr2 = picture->data[2];
222 ptr1 += picture->linesize[1];
226 ptr2 += picture->linesize[2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/test_libs_common/
H A Dmetadata_utils.h54 FLAC__StreamMetadata *picture,
66 FLAC__StreamMetadata *picture,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c42 AVFrame *picture,
46 testneonclobbers(avcodec_decode_video2, avctx, picture,
41 avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c42 AVFrame *picture,
46 testneonclobbers(avcodec_decode_video2, avctx, picture,
41 avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt) argument

Completed in 204 milliseconds

12345678