Searched refs:picture_ptr (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmxpegdec.c49 s->jpg.picture_ptr = &s->picture[0];
145 if ( (!reference_ptr->data[i] ^ !jpg->picture_ptr->data[i]) ||
146 reference_ptr->linesize[i] != jpg->picture_ptr->linesize[i]) {
250 if (jpg->picture_ptr->data[0])
251 avctx->release_buffer(avctx, jpg->picture_ptr);
252 if (avctx->get_buffer(avctx, jpg->picture_ptr) < 0) {
256 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_P;
257 jpg->picture_ptr->key_frame = 0;
260 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
261 jpg->picture_ptr
[all...]
H A Djpeglsdec.c265 zero = av_mallocz(s->picture_ptr->linesize[0]);
267 cur = s->picture_ptr->data[0];
306 cur += s->picture_ptr->linesize[0];
316 memset(cur, 0, s->picture_ptr->linesize[0]);
329 cur += s->picture_ptr->linesize[0];
343 uint8_t *src = s->picture_ptr->data[0];
349 src += s->picture_ptr->linesize[0];
352 uint16_t *src = (uint16_t*) s->picture_ptr->data[0];
358 src += s->picture_ptr->linesize[0]/2;
H A Dmjpegdec.h87 AVFrame *picture_ptr; /* pointer to picture structure */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c89 if (!s->picture_ptr)
90 s->picture_ptr = &s->picture;
305 s->picture_ptr->interlaced_frame = 1;
306 s->picture_ptr->top_field_first = !s->interlace_polarity;
363 if (s->picture_ptr->data[0])
364 s->avctx->release_buffer(s->avctx, s->picture_ptr);
366 if (s->avctx->get_buffer(s->avctx, s->picture_ptr) < 0) {
370 s->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
371 s->picture_ptr->key_frame = 1;
375 s->linesize[i] = s->picture_ptr
[all...]
H A Dmjpegbdec.c139 *picture= *s->picture_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmxpegdec.c51 jpg->picture_ptr = NULL;
75 s->jpg.picture_ptr = s->picture[0];
172 if ( (!reference_ptr->data[i] ^ !jpg->picture_ptr->data[i]) ||
173 reference_ptr->linesize[i] != jpg->picture_ptr->linesize[i]) {
276 av_frame_unref(jpg->picture_ptr);
277 if ((ret = ff_get_buffer(avctx, jpg->picture_ptr,
280 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_P;
281 jpg->picture_ptr->key_frame = 0;
284 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
285 jpg->picture_ptr
[all...]
H A Djpeglsdec.c111 (s->picture_ptr->format == AV_PIX_FMT_GRAY8 || s->picture_ptr->format == AV_PIX_FMT_PAL8)) {
112 uint32_t *pal = (uint32_t *)s->picture_ptr->data[1];
113 s->picture_ptr->format =
341 zero = av_mallocz(s->picture_ptr->linesize[0]);
343 cur = s->picture_ptr->data[0];
390 cur += s->picture_ptr->linesize[0];
401 memset(cur, 0, s->picture_ptr->linesize[0]);
415 cur += s->picture_ptr->linesize[0];
429 uint8_t *src = s->picture_ptr
[all...]
H A Dmjpegdec.c103 if (!s->picture_ptr) {
107 s->picture_ptr = s->picture;
358 s->picture_ptr->interlaced_frame = 1;
359 s->picture_ptr->top_field_first = !s->interlace_polarity;
554 av_frame_unref(s->picture_ptr);
555 if (ff_get_buffer(s->avctx, s->picture_ptr, AV_GET_BUFFER_FLAG_REF) < 0)
557 s->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
558 s->picture_ptr->key_frame = 1;
562 s->linesize[i] = s->picture_ptr->linesize[i] << s->interlaced;
903 uint8_t *ptr = s->picture_ptr
[all...]
H A Dmjpegdec.h98 AVFrame *picture_ptr; /* pointer to picture structure */ member in struct:MJpegDecodeContext
H A Dsmvjpegdec.c95 s->jpg.picture_ptr = s->picture[0];
185 jpg->picture_ptr = NULL;
H A Dmjpegbdec.c147 if ((ret = av_frame_ref(data, s->picture_ptr)) < 0)

Completed in 79 milliseconds