Searched refs:picture (Results 51 - 75 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmxpegdec.c34 AVFrame *picture[2]; /* pictures array */ member in struct:MXpegDecodeContext
35 int picture_index; /* index of current picture */
42 unsigned mb_width, mb_height; /* size of picture in MB's from MXM header */
55 av_frame_free(&s->picture[i]);
68 s->picture[0] = av_frame_alloc();
69 s->picture[1] = av_frame_alloc();
70 if (!s->picture[0] || !s->picture[1]) {
75 s->jpg.picture_ptr = s->picture[0];
175 "Dimensions of current and reference picture mismatc
[all...]
H A Dlibvpxdec.c67 AVFrame *picture = data; local
98 if ((ret = ff_get_buffer(avctx, picture, 0)) < 0)
100 av_image_copy(picture->data, picture->linesize, (const uint8_t **)img->planes,
H A Dthread.h53 * Returns the next available frame in picture. *got_picture_ptr
61 int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
75 * Notify later decoding threads when part of their reference picture is ready.
76 * Call this when some part of the picture is finished decoding.
79 * @param f The picture being decoded.
80 * @param progress Value, in arbitrary units, of how much of the picture has decoded.
81 * @param field The field being decoded, for field-picture codecs.
88 * Call this before accessing some part of a picture, with a given
93 * @param f The picture being referenced.
95 * @param field The field being referenced, for field-picture codec
[all...]
H A Dffv1.c52 s->picture.f = av_frame_alloc();
54 if (!s->picture.f || !s->last_picture.f)
196 if (s->picture.f)
197 ff_thread_release_buffer(avctx, &s->picture);
198 av_frame_free(&s->picture.f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp497 ::FLAC__StreamMetadata streaminfo, vorbiscomment, *cuesheet, picture, padding;
546 picture.is_last = false;
547 picture.type = ::FLAC__METADATA_TYPE_PICTURE;
548 picture.length =
560 picture.data.picture.type = ::FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER;
561 picture.data.picture.mime_type = strdup_or_die_("image/jpeg");
562 picture.length += strlen(picture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dasv1.c42 AVFrame picture; member in struct:ASV1Context
348 int linesize= a->picture.linesize[0];
350 uint8_t *dest_y = a->picture.data[0] + (mb_y * 16* linesize ) + mb_x * 16;
351 uint8_t *dest_cb = a->picture.data[1] + (mb_y * 8 * a->picture.linesize[1]) + mb_x * 8;
352 uint8_t *dest_cr = a->picture.data[2] + (mb_y * 8 * a->picture.linesize[2]) + mb_x * 8;
360 a->dsp.idct_put(dest_cb, a->picture.linesize[1], block[4]);
361 a->dsp.idct_put(dest_cr, a->picture.linesize[2], block[5]);
367 int linesize= a->picture
396 AVFrame *picture = data; local
[all...]
H A Dtiff.c41 AVFrame picture; member in struct:TiffContext
262 if (s->picture.data[0])
263 s->avctx->release_buffer(s->avctx, &s->picture);
264 if ((ret = s->avctx->get_buffer(s->avctx, &s->picture)) < 0) {
270 memcpy(s->picture.data[1], s->palette, sizeof(s->palette));
273 pal = (uint32_t *) s->picture.data[1];
511 AVFrame *picture = data; local
512 AVFrame * const p= (AVFrame*)&s->picture;
608 src = s->picture.data[0];
610 for(i = 0; i < s->picture
[all...]
H A Dpcxenc.c33 AVFrame picture; member in struct:PCXContext
42 avcodec_get_frame_defaults(&s->picture);
43 avctx->coded_frame = &s->picture;
102 AVFrame *const pict = &s->picture;
H A Dpnm.c180 if (s->picture.data[0])
181 avctx->release_buffer(avctx, &s->picture);
190 avcodec_get_frame_defaults((AVFrame*)&s->picture);
191 avctx->coded_frame = (AVFrame*)&s->picture;
H A Dsgienc.c31 AVFrame picture; member in struct:SgiContext
38 avcodec_get_frame_defaults(&s->picture);
39 avctx->coded_frame = &s->picture;
48 AVFrame * const p = &s->picture;
H A Dtargaenc.c29 AVFrame picture; member in struct:TargaContext
134 /* if that worked well, mark the picture as RLE compressed */
155 avcodec_get_frame_defaults(&s->picture);
156 s->picture.key_frame= 1;
157 avctx->coded_frame= &s->picture;
H A Dbmp.c30 avcodec_get_frame_defaults((AVFrame*)&s->picture);
31 avctx->coded_frame = (AVFrame*)&s->picture;
43 AVFrame *picture = data; local
44 AVFrame *p = &s->picture;
227 // RLE may skip decoding some picture areas, so blank picture before decoding
348 *picture = s->picture;
358 if (c->picture.data[0])
359 avctx->release_buffer(avctx, &c->picture);
[all...]
H A Dlibopenjpeg.c76 AVFrame *picture = &ctx->image, *output = data; local
150 if(picture->data[0])
151 ff_thread_release_buffer(avctx, picture);
153 if(ff_thread_get_buffer(avctx, picture) < 0){
181 img_ptr = picture->data[0] + y*picture->linesize[0];
H A Ddv.c55 AVFrame picture; member in struct:DVVideoContext
343 avctx->coded_frame = &s->picture;
586 y_stride = (s->picture.linesize[0] << ((!is_field_mode[mb_index]) * log2_blocksize));
590 y_ptr = s->picture.data[0] + ((mb_y * s->picture.linesize[0] + mb_x) << log2_blocksize);
591 linesize = s->picture.linesize[0] << is_field_mode[mb_index];
604 c_offset = (((mb_y >> (s->sys->pix_fmt == PIX_FMT_YUV420P)) * s->picture.linesize[1] +
607 uint8_t *c_ptr = s->picture.data[j] + c_offset;
614 for (y = 0; y < (1 << log2_blocksize); y++, c_ptr += s->picture.linesize[j], pixels += 8) {
616 c_ptr1 = c_ptr + (s->picture
[all...]
H A Dbmpenc.c35 avcodec_get_frame_defaults((AVFrame*)&s->picture);
36 avctx->coded_frame = (AVFrame*)&s->picture;
69 AVFrame * const p= (AVFrame*)&s->picture;
H A Dgif.c55 AVFrame picture; member in struct:__anon1912
133 avctx->coded_frame = &s->picture;
148 AVFrame *const p = (AVFrame *)&s->picture;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c512 FLAC__StreamMetadata streaminfo, vorbiscomment, *cuesheet, picture, padding; local
561 picture.is_last = false;
562 picture.type = FLAC__METADATA_TYPE_PICTURE;
563 picture.length =
575 picture.data.picture.type = FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER;
576 picture.data.picture.mime_type = strdup_or_die_("image/jpeg");
577 picture.length += strlen(picture
694 FLAC__StreamMetadata *picture = 0; local
[all...]
H A Dmetadata_object.c485 if(block->data.picture.mime_type) {
486 block->length -= strlen(block->data.picture.mime_type);
487 free(block->data.picture.mime_type);
489 block->data.picture.mime_type = strdup(s);
490 FLAC__ASSERT(block->data.picture.mime_type);
491 block->length += strlen(block->data.picture.mime_type);
496 if(block->data.picture.description) {
497 block->length -= strlen((const char *)block->data.picture.description);
498 free(block->data.picture.description);
500 block->data.picture
519 FLAC__StreamMetadata *block, *blockcopy, *vorbiscomment, *cuesheet, *picture; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c81 psong->image_size = block->data.picture.data_length;
83 memcpy(psong->image, block->data.picture.data, psong->image_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-flc.c85 psong->image_size = block->data.picture.data_length;
87 memcpy(psong->image, block->data.picture.data, psong->image_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.am40 picture.ok \
H A Dtest_metaflac.sh331 run_metaflac --import-picture-from="|image/gif|$f||pictures/$f" $flacfile
333 metaflac_test "case$ncase" "--import-picture-from" "--list"
340 run_metaflac --import-picture-from="4|image/jpeg|$f||pictures/$f" $flacfile
342 metaflac_test "case$ncase" "--import-picture-from" "--list"
356 run_metaflac --import-picture-from="5|image/png|$f||pictures/$f" $flacfile
358 metaflac_test "case$ncase" "--import-picture-from" "--list"
363 fn=export-picture-check
364 echo -n "Testing --export-picture-to... "
365 run_metaflac --export-picture-to=$fn $flacfile
367 cmp $fn pictures/0.gif || die "ERROR, exported picture fil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c489 object->data.picture.type = FLAC__STREAM_METADATA_PICTURE_TYPE_OTHER;
490 object->data.picture.mime_type = 0;
491 object->data.picture.description = 0;
493 object->data.picture.width = 0;
494 object->data.picture.height = 0;
495 object->data.picture.depth = 0;
496 object->data.picture.colors = 0;
497 object->data.picture.data_length = 0;
498 object->data.picture.data = 0;
501 if(!copy_cstring_(&object->data.picture
[all...]
H A Dstream_encoder_framing.c183 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.type, FLAC__STREAM_METADATA_PICTURE_TYPE_LEN))
185 len = strlen(metadata->data.picture.mime_type);
188 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.picture.mime_type, len))
190 len = strlen((const char *)metadata->data.picture.description);
193 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.picture.description, len))
195 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.width, FLAC__STREAM_METADATA_PICTURE_WIDTH_LEN))
197 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.height, FLAC__STREAM_METADATA_PICTURE_HEIGHT_LEN))
199 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.depth, FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN))
201 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.colors, FLAC__STREAM_METADATA_PICTURE_COLORS_LEN))
203 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyuv4mpeg.c93 AVPicture *picture; local
101 picture = (AVPicture *)pkt->data;
123 ptr = picture->data[0];
126 ptr += picture->linesize[0];
136 ptr1 = picture->data[1];
137 ptr2 = picture->data[2];
140 ptr1 += picture->linesize[1];
144 ptr2 += picture->linesize[2];

Completed in 213 milliseconds

12345678