Searched refs:pictures (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dc93.c27 AVFrame *pictures[2]; member in struct:__anon3101
53 av_frame_free(&c93->pictures[0]);
54 av_frame_free(&c93->pictures[1]);
64 s->pictures[0] = av_frame_alloc();
65 s->pictures[1] = av_frame_alloc();
66 if (!s->pictures[0] || !s->pictures[1]) {
130 AVFrame * const newpic = c93->pictures[c93->currentpic];
131 AVFrame * const oldpic = c93->pictures[c93->currentpic^1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dc93.c26 AVFrame pictures[2]; member in struct:__anon1888
58 if (c93->pictures[0].data[0])
59 avctx->release_buffer(avctx, &c93->pictures[0]);
60 if (c93->pictures[1].data[0])
61 avctx->release_buffer(avctx, &c93->pictures[1]);
121 AVFrame * const newpic = &c93->pictures[c93->currentpic];
122 AVFrame * const oldpic = &c93->pictures[c93->currentpic^1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.am24 SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
H A Dtest_grabbag.sh77 picture_dir=pictures
H A Dtest_metaflac.sh331 run_metaflac --import-picture-from="|image/gif|$f||pictures/$f" $flacfile
340 run_metaflac --import-picture-from="4|image/jpeg|$f||pictures/$f" $flacfile
356 run_metaflac --import-picture-from="5|image/png|$f||pictures/$f" $flacfile
367 cmp $fn pictures/0.gif || die "ERROR, exported picture file and original differ"
373 cmp $fn pictures/0.png || die "ERROR, exported picture file and original differ"
380 run_metaflac --import-picture-from="1|image/png|standard_icon|32x32x24|pictures/0.png" $flacfile
383 run_metaflac --import-picture-from="2|image/png|icon|64x64x24|pictures/1.png" $flacfile
H A DMakefile.in226 SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/
H A DMakefile.am1 SUBDIRS=pictures
H A DMakefile.in224 SUBDIRS = pictures
H A DMakefile224 SUBDIRS = pictures
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h87 FLAC__StreamMetadata *pictures[64]; member in struct:__anon3783
H A Dmain.c276 FLAC__StreamMetadata *pictures[64]; member in struct:__anon3792
739 const unsigned max_pictures = sizeof(option_values.pictures)/sizeof(option_values.pictures[0]);
743 if(0 == (option_values.pictures[option_values.num_pictures] = grabbag__picture_parse_specification(option_argument, &violation)))
1079 FLAC__metadata_object_delete(option_values.pictures[i]);
1467 printf(" file. For best compatibility with players, use pictures with MIME\n");
1835 FLAC__ASSERT(sizeof(common_options.pictures) >= sizeof(option_values.pictures));
1836 memcpy(common_options.pictures, option_values.pictures, sizeo
[all...]
H A Dencode.c1799 FLAC__ASSERT(sizeof(options.pictures)/sizeof(options.pictures[0]) <= 64);
1844 * first handle pictures: simple append any --pictures
1848 FLAC__StreamMetadata *pic = FLAC__metadata_object_clone(options.pictures[i]);
2078 static_metadata_append(&static_metadata, options.pictures[i], /*needs_delete=*/false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/pictures/
H A DMakefile2 # doc/pictures/Makefile. Generated from Makefile.in by configure.
36 subdir = doc/pictures
131 abs_builddir = $(SRC_PATH)/alsa-lib-1.0.26/doc/pictures
132 abs_srcdir = $(SRC_PATH)/alsa-lib-1.0.26/doc/pictures
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/pictures/Makefile'; \
198 $(AUTOMAKE) --foreign doc/pictures/Makefile
H A DMakefile.in36 subdir = doc/pictures
196 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/pictures/Makefile'; \
198 $(AUTOMAKE) --foreign doc/pictures/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex44 % In LaTeX, pictures are normally put into floating environments, and it is
46 % docs however expect pictures to be placed in a *specific* position. So we
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/pictures/
H A DMakefile.in238 subdir = test/pictures
250 $(AUTOMAKE) --gnu test/pictures/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/
H A Dedit_makefile.sh146 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./alsa-lib-1.0.26/doc/pictures/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex822 Pictures\index{pictures} are handled in a limited way: if the PSBOX\index{PSBOX} macro package is
2395 use to recognise pictures in RTF files. You may need to use the {\it bitmapMethod} setting,

Completed in 135 milliseconds