Home
last modified time | relevance | path

Searched refs:pnm (Results 1 – 25 of 33) sorted by relevance

12

/third_party/openssl/doc/man3/
DPEM_bytes_read_bio.pod11 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
14 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
35 The actual type indicated by the file is returned in I<*pnm> if I<pnm> is
36 non-NULL. The caller must free the storage pointed to by I<*pnm>.
44 returned in I<*pdata> and I<*pnm>. Accordingly, the caller must use
/third_party/openssl/crypto/pem/
Dpem_lib.c233 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags() argument
261 if (pnm != NULL) in pem_bytes_read_bio_flags()
262 *pnm = nm; in pem_bytes_read_bio_flags()
267 if (!ret || pnm == NULL) in pem_bytes_read_bio_flags()
275 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument
278 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio()
282 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() argument
285 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio_secmem()
/third_party/ffmpeg/
D.gitattributes1 *.pnm -diff -text
DLICENSE.md76 * `tests/reference.pnm` is under the expat license.
/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnm.c38 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, pnm,
/third_party/gstreamer/gstplugins_bad/gst/
Dmeson.build10 'mxf', 'netsim', 'onvif', 'pcapparse', 'pnm', 'proxy',
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dpnm.c119 GST_CHECK_MAIN (pnm);
/third_party/boost/libs/gil/test/extension/io/
DJamfile48 alias full : bmp jpeg png pnm raw targa tiff ;
Dfabscript65 … gil_test('pnm', ['pnm_test.cpp', 'pnm_old_test.cpp', 'pnm_read_test.cpp', 'pnm_write_test.cpp'],
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctionsplugin.h156 GST_TYPE_FIND_REGISTER_DECLARE (pnm);
Dgsttypefindfunctionsplugin.c179 GST_TYPE_FIND_REGISTER (pnm, plugin); in plugin_init()
/third_party/openssl/include/openssl/
Dpem.h244 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
249 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
/third_party/ffmpeg/tests/
DMakefile30 $(M)$< $(SRC_PATH)/tests/reference.pnm $@
33 $(M)$< $(SAMPLES)/lena.pnm $@
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dtotem.desktop36 …ontent/video-dvd;x-content/video-vcd;x-content/video-svcd;x-scheme-handler/pnm;x-scheme-handler/mm…
Dmimeinfo.cache242 x-scheme-handler/pnm=totem.desktop;
/third_party/ffmpeg/libavcodec/
DMakefile543 OBJS-$(CONFIG_PAM_DECODER) += pnmdec.o pnm.o
545 OBJS-$(CONFIG_PBM_DECODER) += pnmdec.o pnm.o
549 OBJS-$(CONFIG_PFM_DECODER) += pnmdec.o pnm.o
551 OBJS-$(CONFIG_PGM_DECODER) += pnmdec.o pnm.o
553 OBJS-$(CONFIG_PGMYUV_DECODER) += pnmdec.o pnm.o
563 OBJS-$(CONFIG_PPM_DECODER) += pnmdec.o pnm.o
1124 OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build61 [['elements/pnm.c']],
/third_party/ffmpeg/tests/fate/
Dffmpeg.mak39 …lags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/lena.pnm -an -filter_complex…
/third_party/boost/libs/gil/doc/html/_sources/
Dio.rst.txt363 BOOST_GIL_IO_USE_PNM_TEST_SUITE_IMAGES Run tests using the pnm test images suite.…
443 following PNM_Wiki_. No external library is needed for the pnm format.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt505 -bad pnm: pnmdec: PNM image decoder
506 -bad pnm: pnmenc: PNM image encoder
/third_party/boost/libs/gil/doc/
Dio.rst363 BOOST_GIL_IO_USE_PNM_TEST_SUITE_IMAGES Run tests using the pnm test images suite.…
443 following PNM_Wiki_. No external library is needed for the pnm format.
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …24,26,27],pack:12,perform:5,pixel:[7,10,12,13,14,15,28],platform:24,png:24,pnm:24,point:16,process… property
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt49 option('pnm', type : 'feature', value : 'auto') feature
DChangeLog10875 * gst/pnm/gstpnm.c:
10876 * gst/pnm/gstpnmdec.c:
10877 * gst/pnm/gstpnmdec.h:
10878 * gst/pnm/gstpnmenc.c:
10879 * gst/pnm/gstpnmenc.h:
33467 * gst/pnm/gstpnmdec.c:
33912 * gst/pnm/gstpnmdec.c:
34185 * gst/pnm/Makefile.am:
40049 * docs/plugins/inspect/plugin-pnm.xml:
40185 * gst/pnm/meson.build:
[all …]
/third_party/ffmpeg/doc/
Dwriting_filters.txt26 - ./ffmpeg -i http://samples.ffmpeg.org/image-samples/lena.pnm -vf foobar foobar.png

12