Home
last modified time | relevance | path

Searched refs:pnm (Results 1 – 25 of 37) 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/ffmpeg/
D.gitattributes1 *.pnm -diff -text
DLICENSE.md76 * `tests/reference.pnm` is under the expat license.
/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/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnm.c43 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, pnm,
DMakefile.in93 subdir = gst/pnm
764 $(AUTOMAKE) --gnu gst/pnm/Makefile
/third_party/gstreamer/gstplugins_bad/gst/
Dmeson.build10 'mxf', 'netsim', 'onvif', 'pcapparse', 'pnm', 'proxy',
/third_party/boringssl/src/crypto/pem/
Dpem_lib.c208 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument
241 if (pnm) in PEM_bytes_read_bio()
242 *pnm = nm; in PEM_bytes_read_bio()
247 if (!ret || !pnm) in PEM_bytes_read_bio()
/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/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/gstreamer/gstplugins_bad/tests/check/
DMakefile.in112 elements/pcapparse$(EXEEXT) elements/pnm$(EXEEXT) \
533 elements_pnm_SOURCES = elements/pnm.c
534 elements_pnm_OBJECTS = elements/pnm-pnm.$(OBJEXT)
819 elements/$(DEPDIR)/pnm-pnm.Po \
885 elements/pcapparse.c elements/pnm.c elements/rtponvifparse.c \
918 elements/pcapparse.c elements/pnm.c elements/rtponvifparse.c \
4016 elements/pnm.log: elements/pnm$(EXEEXT)
4358 -rm -f elements/$(DEPDIR)/pnm-pnm.Po
4489 -rm -f elements/$(DEPDIR)/pnm-pnm.Po
Dmeson.build47 [['elements/pnm.c']],
DMakefile.am290 elements/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/
DMakefile527 OBJS-$(CONFIG_PAM_DECODER) += pnmdec.o pnm.o
529 OBJS-$(CONFIG_PBM_DECODER) += pnmdec.o pnm.o
533 OBJS-$(CONFIG_PFM_DECODER) += pnmdec.o pnm.o
534 OBJS-$(CONFIG_PGM_DECODER) += pnmdec.o pnm.o
536 OBJS-$(CONFIG_PGMYUV_DECODER) += pnmdec.o pnm.o
544 OBJS-$(CONFIG_PPM_DECODER) += pnmdec.o pnm.o
1089 OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
/third_party/mingw-w64/mingw-w64-headers/include/
Dshdeprecated.h593 virtual LRESULT WINAPI OnNotify(struct tagNMHDR *pnm) = 0;
692 LRESULT (WINAPI *OnNotify)(IBrowserService2 *This,struct tagNMHDR *pnm);
793 #define IBrowserService2_OnNotify(This,pnm) (This)->lpVtbl->OnNotify(This,pnm) argument
864 LRESULT WINAPI IBrowserService2_OnNotify_Proxy(IBrowserService2 *This,struct tagNMHDR *pnm);
1032 LRESULT (WINAPI *OnNotify)(IBrowserService3 *This,struct tagNMHDR *pnm);
1135 #define IBrowserService3_OnNotify(This,pnm) (This)->lpVtbl->OnNotify(This,pnm) argument
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h386 char pnm[7]; member
/third_party/boringssl/src/include/openssl/
Dpem.h337 OPENSSL_EXPORT int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *na…
/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/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.

12