Searched refs:picture (Results 76 - 100 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp95 const Picture *picture = dynamic_cast<const Picture *>(object); local
110 else if(0 != picture)
111 return new Picture(*picture);
1039 return object_->data.picture.type;
1045 return object_->data.picture.mime_type;
1051 return object_->data.picture.description;
1057 return object_->data.picture.width;
1063 return object_->data.picture.height;
1069 return object_->data.picture.depth;
1075 return object_->data.picture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpnmdec.c34 AVFrame *picture = data; local
35 AVFrame * const p = (AVFrame*)&s->picture;
183 *picture = *(AVFrame*)&s->picture;
H A Dcavsdec.c480 av_log(s->avctx, AV_LOG_ERROR, "illegal picture type\n");
502 if(h->picture.f.data[0])
503 s->avctx->release_buffer(s->avctx, (AVFrame *)&h->picture);
505 s->avctx->get_buffer(s->avctx, (AVFrame *)&h->picture);
507 h->picture.poc = get_bits(&s->gb,8)*2;
511 h->dist[0] = (h->picture.poc - h->DPB[0].poc + 512) % 512;
513 h->dist[0] = (h->DPB[0].poc - h->picture.poc + 512) % 512;
515 h->dist[1] = (h->picture.poc - h->DPB[1].poc + 512) % 512;
596 h->DPB[0] = h->picture;
597 memset(&h->picture,
659 AVFrame *picture = data; local
[all...]
H A Dsvq1enc.c47 AVFrame picture; member in struct:SVQ1Context
269 const int lambda= (s->picture.quality*s->picture.quality) >> (2*FF_LAMBDA_SHIFT);
279 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
295 s->m.pict_type= s->picture.pict_type;
302 s->m.lambda= s->picture.quality;
381 if(s->picture.pict_type == AV_PICTURE_TYPE_I || (s->m.mb_type[x + y*s->m.mb_stride]&CANDIDATE_MB_TYPE_INTRA)){
385 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
400 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
476 avctx->coded_frame= (AVFrame*)&s->picture;
[all...]
H A Ddpxenc.c27 AVFrame picture; member in struct:DPXContext
37 avctx->coded_frame = &s->picture;
H A Dlibdiracdec.c84 AVPicture *picture = data; local
156 /* fill picture with current buffer data from Dirac */
157 avpicture_fill(picture, p_dirac_params->p_out_frame_buf,
H A Dlibxvidff.c416 AVFrame *picture = data; local
427 *p = *picture;
442 xvid_enc_frame.input.plane[i] = picture->data[i];
443 xvid_enc_frame.input.stride[i] = picture->linesize[i];
451 picture->pict_type == AV_PICTURE_TYPE_I ? XVID_TYPE_IVOP :
452 picture->pict_type == AV_PICTURE_TYPE_P ? XVID_TYPE_PVOP :
453 picture->pict_type == AV_PICTURE_TYPE_B ? XVID_TYPE_BVOP :
468 if( x->qscale ) xvid_enc_frame.quant = picture->quality / FF_QP2LAMBDA;
H A Dmjpegdec.h54 int first_picture; /* true if decoding first picture */
86 AVFrame picture; /* picture structure */ member in struct:MJpegDecodeContext
87 AVFrame *picture_ptr; /* pointer to picture structure */
88 int got_picture; ///< we found a SOF and picture is valid, too.
108 int flipped; /* true if picture is flipped */
H A Dutils.c229 //picture size unneccessarily in some cases. The solution here is not
413 AVPicture picture; local
429 av_image_fill_linesizes(picture.linesize, s->pix_fmt, w);
435 unaligned |= picture.linesize[i] % stride_align[i];
439 tmpsize = av_image_fill_pointers(picture.data, s->pix_fmt, h, NULL, picture.linesize);
443 for (i=0; i<3 && picture.data[i+1]; i++)
444 size[i] = picture.data[i+1] - picture.data[i];
445 size[i] = tmpsize - (picture
1134 avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt) argument
[all...]
H A Dimgconvert.c429 int avpicture_fill(AVPicture *picture, uint8_t *ptr, argument
437 if ((ret = av_image_fill_linesizes(picture->linesize, pix_fmt, width)) < 0)
440 return av_image_fill_pointers(picture->data, pix_fmt, height, ptr, picture->linesize);
758 int avpicture_alloc(AVPicture *picture, argument
763 if ((ret = av_image_alloc(picture->data, picture->linesize, width, height, pix_fmt, 1)) < 0) {
764 memset(picture, 0, sizeof(AVPicture));
771 void avpicture_free(AVPicture *picture) argument
773 av_free(picture
[all...]
H A Dlagarith.c50 AVFrame picture; member in struct:LagarithContext
452 * @param data_size size of output data or 0 if no picture is returned
462 AVFrame *const p = &l->picture;
469 AVFrame *picture = data; local
596 *picture = *p;
616 if (l->picture.data[0])
617 avctx->release_buffer(avctx, &l->picture);
H A Dmpegvideo.c382 * Deallocate a picture.
560 memcpy(s->picture, s1->picture, s1->picture_count * sizeof(Picture));
807 FF_ALLOCZ_OR_GOTO(s->avctx, s->picture,
810 avcodec_get_frame_defaults((AVFrame *) &s->picture[i]);
989 if (s->picture && !s->avctx->internal->is_copy) {
991 free_picture(s, &s->picture[i]);
994 av_freep(&s->picture);
1106 if (s->picture[i].f.data[0] && !s->picture[
[all...]
H A Djpegls.h35 AVFrame picture; member in struct:JpeglsContext
H A Djpeglsenc.c233 AVFrame * const p= (AVFrame*)&s->picture;
322 cur += s->picture.linesize[0];
335 cur += s->picture.linesize[0];
376 ctx->coded_frame = &c->picture;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c663 PPR; printf(" type: %u (%s)\n", block->data.picture.type, block->data.picture.type < FLAC__STREAM_METADATA_PICTURE_TYPE_UNDEFINED? FLAC__StreamMetadata_Picture_TypeString[block->data.picture.type] : "UNDEFINED");
664 PPR; printf(" MIME type: %s\n", block->data.picture.mime_type);
665 PPR; printf(" description: %s\n", block->data.picture.description);
666 PPR; printf(" width: %u\n", (unsigned)block->data.picture.width);
667 PPR; printf(" height: %u\n", (unsigned)block->data.picture.height);
668 PPR; printf(" depth: %u\n", (unsigned)block->data.picture.depth);
669 PPR; printf(" colors: %u%s\n", (unsigned)block->data.picture.colors, block->data.picture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp214 picture_.data.picture.type = FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER;
215 picture_.data.picture.mime_type = strdup_or_die_("image/jpeg");
216 picture_.length += strlen(picture_.data.picture.mime_type);
217 picture_.data.picture.description = (FLAC__byte*)strdup_or_die_("desc");
218 picture_.length += strlen((const char *)picture_.data.picture.description);
219 picture_.data.picture.width = 300;
220 picture_.data.picture.height = 300;
221 picture_.data.picture.depth = 24;
222 picture_.data.picture.colors = 0;
223 picture_.data.picture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dmuxing.c342 AVFrame *picture; local
345 picture = av_frame_alloc();
346 if (!picture)
349 picture->format = pix_fmt;
350 picture->width = width;
351 picture->height = height;
354 ret = av_frame_get_buffer(picture, 32);
360 return picture;
383 * picture is needed too. It is then converted to the required
389 fprintf(stderr, "Could not allocate temporary picture\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davs.c54 AVFrame *picture = data; local
152 if ((ret = av_frame_ref(picture, p)) < 0)
H A Dmjpegdec.h58 int first_picture; /* true if decoding first picture */
97 AVFrame *picture; /* picture structure */ member in struct:MJpegDecodeContext
98 AVFrame *picture_ptr; /* pointer to picture structure */
99 int got_picture; ///< we found a SOF and picture is valid, too.
122 int flipped; /* true if picture is flipped */
H A Dpngdec.c41 ThreadFrame picture; member in struct:PNGDecContext
530 FFSWAP(ThreadFrame, s->picture, s->last_picture);
531 p = s->picture.f;
659 if (ff_thread_get_buffer(avctx, &s->picture, AV_GET_BUFFER_FLAG_REF) < 0)
864 ff_thread_report_progress(&s->picture, INT_MAX, 0);
869 if ((ret = av_frame_ref(data, s->picture.f)) < 0)
881 ff_thread_report_progress(&s->picture, INT_MAX, 0);
894 ff_thread_release_buffer(dst, &pdst->picture);
895 if (psrc->picture.f->data[0])
896 return ff_thread_ref_frame(&pdst->picture,
[all...]
H A Dgifdec.c87 static void gif_fill(AVFrame *picture, uint32_t color) argument
89 uint32_t *p = (uint32_t *)picture->data[0];
90 uint32_t *p_end = p + (picture->linesize[0] / sizeof(uint32_t)) * picture->height;
96 static void gif_fill_rect(AVFrame *picture, uint32_t color, int l, int t, int w, int h) argument
98 const int linesize = picture->linesize[0] / sizeof(uint32_t);
99 const uint32_t *py = (uint32_t *)picture->data[0] + t * linesize;
163 av_log(s->avctx, AV_LOG_ERROR, "picture doesn't have either global or local palette.\n");
176 * this is necessary since by default picture filled with 0x80808080. */
H A Ddnxhddec.c433 AVFrame *picture = data; local
440 if ((ret = dnxhd_decode_header(ctx, picture, buf, buf_size, first_field)) < 0)
457 picture->pict_type = AV_PICTURE_TYPE_I;
458 picture->key_frame = 1;
461 dnxhd_decode_macroblocks(ctx, picture, buf + 0x280, buf_size - 0x280);
463 if (first_field && picture->interlaced_frame) {
H A Dmpegvideo.h144 int field_picture; ///< whether or not the picture was encoded in separate fields
197 /* temp variables for picture complexity calculation */
236 int width, height;///< picture size. must be a multiple of 16
272 int mb_num; ///< number of MBs of a picture
275 Picture *picture; ///< main picture buffer member in struct:MpegEncContext
298 * copy of the previous picture structure.
299 * note, linesize & data, might not match the previous picture (for field pictures)
304 * copy of the next picture structure.
305 * note, linesize & data, might not match the next picture (fo
[all...]
H A Dmpegvideo.c691 av_log(s->avctx, AV_LOG_ERROR, "Error allocating a picture.\n");
698 * Deallocate a picture.
983 av_assert0(!s->picture || s->picture != s1->picture);
984 if(s->picture)
986 ff_mpeg_unref_picture(s, &s->picture[i]);
987 if (s1->picture[i].f->buf[0] &&
988 (ret = ff_mpeg_ref_picture(s, &s->picture[i], &s1->picture[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7146.h62 struct video_picture picture; member in struct:saa7146

Completed in 227 milliseconds

12345678