Home
last modified time | relevance | path

Searched refs:fccHandler (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dvfl.c48 long fccHandler, /* [in] <n>th compressor */ in ICInfo() argument
51 (void)fccHandler; in ICInfo()
65 ICOpen(long filename,long fccHandler,unsigned int wMode) { in ICOpen() argument
74 icopen.fccHandler = fccHandler; in ICOpen()
H A Dvfw.h182 long fccHandler; /* 08: */ member
296 long fccHandler; /* 08:compressor sub-type 'rle ' 'jpeg' 'pcm '*/ member
435 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo);
437 HIC VFWAPI ICOpen(long fccType, long fccHandler, UINT wMode);
505 long fccHandler; member
526 long fccHandler; member
606 long fccHandler; /* compressor */ member
626 long fccHandler; // handler of chosen compressor or member
H A Dloader.h42 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo);
44 HIC VFWAPI ICOpen(long fccType, long fccHandler, UINT wMode);
45 HIC VFWAPI ICOpenFunction(long fccType, long fccHandler, unsigned int wMode, void* lpfnHandler);
49 HIC VFWAPI ICLocate(long fccType, long fccHandler, LPBITMAPINFOHEADER lpbiIn, LPBITMAPINFOHEADER lp…
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h183 long fccHandler; /* 08: */ member
300 long fccHandler; /* 08:compressor sub-type 'rle ' 'jpeg' 'pcm '*/ member
437 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo);
439 HIC VFWAPI ICOpen(long fccType, long fccHandler, UINT wMode);
507 long fccHandler; member
528 long fccHandler; member
608 long fccHandler; /* compressor */ member
628 long fccHandler; // handler of chosen compressor or member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h183 long fccHandler; /* 08: */ member
300 long fccHandler; /* 08:compressor sub-type 'rle ' 'jpeg' 'pcm '*/ member
437 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo);
439 HIC VFWAPI ICOpen(long fccType, long fccHandler, UINT wMode);
507 long fccHandler; member
528 long fccHandler; member
608 long fccHandler; /* compressor */ member
628 long fccHandler; // handler of chosen compressor or member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Dvfl.c48 long fccHandler, /* [in] <n>th compressor */ in ICInfo() argument
64 ICOpen(long filename,long fccHandler,unsigned int wMode) { in ICOpen() argument
73 icopen.fccHandler = fccHandler; in ICOpen()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/
H A Dvfl.c48 long fccHandler, /* [in] <n>th compressor */ in ICInfo() argument
64 ICOpen(long filename,long fccHandler,unsigned int wMode) { in ICOpen() argument
73 icopen.fccHandler = fccHandler; in ICOpen()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDML.cpp50 if(fourCC::check(_videostream.fccHandler,(uint8_t *)"MJPG")) in getFlags()
523 … if(!_video_bih.biCompression && fourCC::check(_videostream.fccHandler,(uint8_t*)"DIB ")) in open()
525 … _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t*)"DIB "); in open()
528 _videostream.fccHandler=_video_bih.biCompression; in open()
547 bool isFraps=fourCC::check(_videostream.fccHandler,(uint8_t *)"FPS1"); in removeEmptyFrames()
589 if(isMpeg4Compatible(_videostream.fccHandler)) OpenDMLHeader::unpackPacked( ); in computePtsDts()
683 … if(tmp.fccType==MKFCC('v','i','d','s') && tmp.fccHandler==MKFCC('D','X','S','B')) in countAudioTrack()
692 fourCC::print(tmp.fccHandler); in countAudioTrack()
739 fourCC::print(_videostream.fccHandler);printf("\n"); in Dump()
782 fourCC::print(_audioTracks[i].avistream->fccHandler);printf("\n"); in Dump()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDML.cpp50 if(fourCC::check(_videostream.fccHandler,(uint8_t *)"MJPG")) in getFlags()
523 … if(!_video_bih.biCompression && fourCC::check(_videostream.fccHandler,(uint8_t*)"DIB ")) in open()
525 … _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t*)"DIB "); in open()
528 _videostream.fccHandler=_video_bih.biCompression; in open()
547 bool isFraps=fourCC::check(_videostream.fccHandler,(uint8_t *)"FPS1"); in removeEmptyFrames()
589 if(isMpeg4Compatible(_videostream.fccHandler)) OpenDMLHeader::unpackPacked( ); in computePtsDts()
683 … if(tmp.fccType==MKFCC('v','i','d','s') && tmp.fccHandler==MKFCC('D','X','S','B')) in countAudioTrack()
692 fourCC::print(tmp.fccHandler); in countAudioTrack()
739 fourCC::print(_videostream.fccHandler);printf("\n"); in Dump()
782 fourCC::print(_audioTracks[i].avistream->fccHandler);printf("\n"); in Dump()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDML.cpp50 if(fourCC::check(_videostream.fccHandler,(uint8_t *)"MJPG")) in getFlags()
523 … if(!_video_bih.biCompression && fourCC::check(_videostream.fccHandler,(uint8_t*)"DIB ")) in open()
525 … _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t*)"DIB "); in open()
528 _videostream.fccHandler=_video_bih.biCompression; in open()
547 bool isFraps=fourCC::check(_videostream.fccHandler,(uint8_t *)"FPS1"); in removeEmptyFrames()
589 if(isMpeg4Compatible(_videostream.fccHandler)) OpenDMLHeader::unpackPacked( ); in computePtsDts()
683 … if(tmp.fccType==MKFCC('v','i','d','s') && tmp.fccHandler==MKFCC('D','X','S','B')) in countAudioTrack()
692 fourCC::print(tmp.fccHandler); in countAudioTrack()
739 fourCC::print(_videostream.fccHandler);printf("\n"); in Dump()
782 fourCC::print(_audioTracks[i].avistream->fccHandler);printf("\n"); in Dump()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDML.cpp50 if(fourCC::check(_videostream.fccHandler,(uint8_t *)"MJPG")) in getFlags()
523 … if(!_video_bih.biCompression && fourCC::check(_videostream.fccHandler,(uint8_t*)"DIB ")) in open()
525 … _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t*)"DIB "); in open()
528 _videostream.fccHandler=_video_bih.biCompression; in open()
547 bool isFraps=fourCC::check(_videostream.fccHandler,(uint8_t *)"FPS1"); in removeEmptyFrames()
589 if(isMpeg4Compatible(_videostream.fccHandler)) OpenDMLHeader::unpackPacked( ); in computePtsDts()
683 … if(tmp.fccType==MKFCC('v','i','d','s') && tmp.fccHandler==MKFCC('D','X','S','B')) in countAudioTrack()
692 fourCC::print(tmp.fccHandler); in countAudioTrack()
739 fourCC::print(_videostream.fccHandler);printf("\n"); in Dump()
782 fourCC::print(_audioTracks[i].avistream->fccHandler);printf("\n"); in Dump()
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ogg_SubElement.cpp635 int32u fccHandler, Width, Height; in Identification_video() local
639 Get_C4 (fccHandler, "fccHandler"); in Identification_video()
654 …CodecID_Fill(Ztring().From_CC4(fccHandler), Stream_Video, StreamPos_Last, InfoCodecID_Format_Riff); in Identification_video()
655 Fill(Stream_Video, StreamPos_Last, Video_Codec, Ztring().From_CC4(fccHandler)); in Identification_video()
663 …g.CodecID_Get(Stream_Video, InfoCodecID_Format_Riff, Ztring().From_CC4(fccHandler))==__T("MPEG-4 V… in Identification_video()
678 int32u fccHandler, AvgBytesPerSec; in Identification_audio() local
683 Get_C4 (fccHandler, "fccHandler"); in Identification_audio()
699 Ztring Codec; Codec.From_CC4(fccHandler); in Identification_audio()
718 else if (fccHandler==0x32303030) in Identification_audio()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ogg_SubElement.cpp635 int32u fccHandler, Width, Height; in Identification_video() local
639 Get_C4 (fccHandler, "fccHandler"); in Identification_video()
654 …CodecID_Fill(Ztring().From_CC4(fccHandler), Stream_Video, StreamPos_Last, InfoCodecID_Format_Riff); in Identification_video()
655 Fill(Stream_Video, StreamPos_Last, Video_Codec, Ztring().From_CC4(fccHandler)); in Identification_video()
663 …g.CodecID_Get(Stream_Video, InfoCodecID_Format_Riff, Ztring().From_CC4(fccHandler))==__T("MPEG-4 V… in Identification_video()
678 int32u fccHandler, AvgBytesPerSec; in Identification_audio() local
683 Get_C4 (fccHandler, "fccHandler"); in Identification_audio()
699 Ztring Codec; Codec.From_CC4(fccHandler); in Identification_audio()
718 else if (fccHandler==0x32303030) in Identification_audio()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ogg_SubElement.cpp635 int32u fccHandler, Width, Height; in Identification_video() local
639 Get_C4 (fccHandler, "fccHandler"); in Identification_video()
654 …CodecID_Fill(Ztring().From_CC4(fccHandler), Stream_Video, StreamPos_Last, InfoCodecID_Format_Riff); in Identification_video()
655 Fill(Stream_Video, StreamPos_Last, Video_Codec, Ztring().From_CC4(fccHandler)); in Identification_video()
663 …g.CodecID_Get(Stream_Video, InfoCodecID_Format_Riff, Ztring().From_CC4(fccHandler))==__T("MPEG-4 V… in Identification_video()
678 int32u fccHandler, AvgBytesPerSec; in Identification_audio() local
683 Get_C4 (fccHandler, "fccHandler"); in Identification_audio()
699 Ztring Codec; Codec.From_CC4(fccHandler); in Identification_audio()
718 else if (fccHandler==0x32303030) in Identification_audio()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/avi/
H A Dtiio_avi.cpp275 hic = ICOpen(icinfo.fccType, icinfo.fccHandler, ICMODE_COMPRESS); in searchForCodec()
372 psi.fccHandler = icinfo.fccHandler; in save()
552 audioStreamInfo.fccHandler = 0; in doSaveSoundTrack()
722 ICInfo(ICTYPE_VIDEO, si.fccHandler, &icinfo); in TLevelReaderAvi()
1032 BOOL safe_ICInfo(DWORD fccType, DWORD fccHandler, ICINFO *lpicinfo) { in safe_ICInfo() argument
1035 return ICInfo(fccType, fccHandler, lpicinfo); in safe_ICInfo()
1040 return ICInfo(fccType, fccHandler, lpicinfo); in safe_ICInfo()
1068 hic_t safe_ICOpen(DWORD fccType, DWORD fccHandler, UINT wMode) { in safe_ICOpen() argument
1070 HIC const hic = [fccType, fccHandler, wMode]() -> HIC { in safe_ICOpen()
1072 return ICOpen(fccType, fccHandler, wMode); in safe_ICOpen()
[all …]
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Davi_strh.c50 quicktime_read_data(file, (uint8_t*)(strh->fccHandler), 4); in quicktime_read_strh()
74 quicktime_write_data(file, (uint8_t*)(strh->fccHandler), 4); in quicktime_write_strh()
100 lqt_dump(" fccHandler: %.4s\n", strh->fccHandler); in quicktime_strh_dump()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Davi_strh.c50 quicktime_read_data(file, (uint8_t*)(strh->fccHandler), 4); in quicktime_read_strh()
74 quicktime_write_data(file, (uint8_t*)(strh->fccHandler), 4); in quicktime_write_strh()
100 lqt_dump(" fccHandler: %.4s\n", strh->fccHandler); in quicktime_strh_dump()
/dports/editors/biew/biew-610/plugins/bin/
H A Davi.c54 FOURCC fccHandler; member
230 INT_2_CHAR_ARG(strh.fccHandler),strh.fccHandler in Show_A_Header()
305 INT_2_CHAR_ARG(strh.fccHandler),strh.fccHandler in Show_V_Header()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/avisource/
H A Davi_source.cpp195 bool AttemptCodecNegotiation(DWORD fccHandler, BITMAPINFOHEADER* bmih);
362 bool AVISource::AttemptCodecNegotiation(DWORD fccHandler, BITMAPINFOHEADER* bmih) { in AttemptCodecNegotiation() argument
367 if (fccHandler) in AttemptCodecNegotiation()
368 hic = ICOpen(ICTYPE_VIDEO, fccHandler, ICMODE_DECOMPRESS); in AttemptCodecNegotiation()
438 asi.fccHandler = pbiSrc->biCompression = fcc; in LocateVideoCodec()
489 if (AttemptCodecNegotiation(asi.fccHandler, pbiSrc)) return; in LocateVideoCodec()
491 if (AttemptCodecNegotiation(asi.fccHandler, pbiSrc)) return; in LocateVideoCodec()
493 if (AttemptCodecNegotiation(asi.fccHandler, pbiSrc)) return; in LocateVideoCodec()
495 if (AttemptCodecNegotiation(asi.fccHandler, pbiSrc)) return; in LocateVideoCodec()
498 if (AttemptCodecNegotiation(asi.fccHandler, pbiSrc)) return; in LocateVideoCodec()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Drecord.c106 strhdr.fccHandler = pCompression->fccHandler; in RECORD_Start()
114 opts.fccHandler = pCompression->fccHandler; in RECORD_Start()
/dports/games/spring/spring_98.0/rts/Rendering/
H A DAVIGenerator.cpp213 cv.fccHandler = mmioFOURCC('x', 'v', 'i', 'd'); // default video codec in InitAVICompressionEngine()
225 strHdr.fccHandler = cv.fccHandler; in InitAVICompressionEngine()
235 opts.fccHandler = cv.fccHandler; in InitAVICompressionEngine()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerAviConverter.cpp250 fccHandler = compressVars.fccHandler; in Record()
268 fccHandler = compressVars.fccHandler; in Record()
296 fccHandler = 1; in Record()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsReadIndex.cpp220 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)type); in readVideo()
224 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"VC1 "); in readVideo()
228 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()
232 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsReadIndex.cpp220 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)type); in readVideo()
224 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"VC1 "); in readVideo()
228 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()
232 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsReadIndex.cpp220 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)type); in readVideo()
224 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"VC1 "); in readVideo()
228 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()
232 _videostream.fccHandler=_video_bih.biCompression=fourCC::get((uint8_t *)"MPEG"); in readVideo()

123456789