Home
last modified time | relevance | path

Searched refs:fcc_type (Results 1 – 17 of 17) sorted by relevance

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/m9x/
H A Dnexttowardf.c49 enum fcc_type { enum
60 extern enum fcc_type _Q_cmp(const long double *, const long double *);
75 enum fcc_type rel; in __nexttowardf()
H A Dnexttoward.c60 enum fcc_type { enum
71 extern enum fcc_type _Q_cmp(const long double *, const long double *);
86 enum fcc_type rel; in __nexttoward()
/dports/multimedia/xawtv/xawtv-3.107/libng/plugins/
H A Dread-avi.c28 unsigned char fcc_type[4]; member
142 memcpy(h->fcc_type,strh.type,sizeof(h->fcc_type)); in avi_parse_header()
144 fprintf(stderr,"%*s[header type is %4.4s]\n",level,"",h->fcc_type); in avi_parse_header()
146 if (FCCS(h->fcc_type) == FCC('a','u','d','s')) in avi_parse_header()
148 if (FCCS(h->fcc_type) == FCC('v','i','d','s')) in avi_parse_header()
152 if (FCCS(h->fcc_type) == FCC('a','u','d','s')) { in avi_parse_header()
156 if (FCCS(h->fcc_type) == FCC('v','i','d','s')) { in avi_parse_header()
/dports/multimedia/xawtv/xawtv-3.107/console/
H A Dshowriff.c103 static DWORD fcc_type; variable
474 fread(&fcc_type,sizeof(FOURCC),1,f); in ProcessChunk()
475 FOURCC2Str(fcc_type,typestr); in ProcessChunk()
481 switch (fcc_type) { in ProcessChunk()
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davidump.c128 static DWORD fcc_type; variable
581 xio_read(fd, &fcc_type,sizeof(FOURCC)); in ProcessChunk()
582 FOURCC2Str(fcc_type,typestr); in ProcessChunk()
589 switch (fcc_type) { in ProcessChunk()
H A Davilib.h180 uint32_t fcc_type; member
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davidump.c129 static DWORD fcc_type; variable
582 xio_read(fd, &fcc_type,sizeof(FOURCC)); in ProcessChunk()
583 FOURCC2Str(fcc_type,typestr); in ProcessChunk()
590 switch (fcc_type) { in ProcessChunk()
H A Davilib.h179 uint32_t fcc_type; member
/dports/multimedia/xanim/xanim2920/
H A Dxa_avi.h235 xaULONG fcc_type; /* fccType {vids} */ member
H A Dxa_avi.c371 str_type = avi_stream_type[avi_stream_cnt] = strh_hdr.fcc_type;
650 strh_hdr->fcc_type = xin->Read_MSB_U32(xin);
663 if (strh_hdr->fcc_type == RIFF_vids)
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Davilib.h166 u32 fcc_type; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Davilib.h166 u32 fcc_type; member
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.h180 uint32_t fcc_type; member
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.h174 uint32_t fcc_type; member
/dports/misc/veles/veles-2018.05.0/include/kaitai/
H A Davi.h229 stream_type_t fcc_type() const { return m_fcc_type; } in fcc_type() function
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/internal/
H A Davilib.h166 u32 fcc_type; member
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.h208 uint32_t fcc_type; member