Home
last modified time | relevance | path

Searched refs:_codec (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/src/
H A Dvideo_decoder.cpp56 …cudaVideoCreateFlags videoCreateFlags = (_codec == cudaVideoCodec_JPEG || _codec == cudaVideoCodec… in create()
61 bool codecSupported = cudaVideoCodec_MPEG1 == _codec || in create()
62 cudaVideoCodec_MPEG2 == _codec || in create()
63 cudaVideoCodec_MPEG4 == _codec || in create()
64 cudaVideoCodec_VC1 == _codec || in create()
65 cudaVideoCodec_H264 == _codec || in create()
72 cudaVideoCodec_UYVY == _codec; in create()
76 codecSupported |= cudaVideoCodec_HEVC == _codec; in create()
82 cudaVideoCodec_YUV420 == _codec; in create()
95 decodeCaps.eCodecType = _codec; in create()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/utility/source/
H A Dfile_player_impl.cc46 _codec(), in FilePlayerImpl()
52 _codec.plfreq = 0; in FilePlayerImpl()
62 if(_codec.plfreq == 0) in Frequency()
68 if(_codec.plfreq == 11000) in Frequency()
72 else if(_codec.plfreq == 22000) in Frequency()
76 else if(_codec.plfreq == 44100 || _codec.plfreq == 44000 ) // XXX just 44100? in Frequency()
80 else if(_codec.plfreq == 48000) in Frequency()
86 return _codec.plfreq; in Frequency()
92 audioCodec = _codec; in AudioCodec()
101 if(_codec.plfreq == 0) in Get10msAudioFromFile()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dfile_player.cc65 CodecInst _codec; member in webrtc::__anon78b1e61c0111::FilePlayerImpl
79 _codec(), in FilePlayerImpl()
84 _codec.plfreq = 0; in FilePlayerImpl()
92 if (_codec.plfreq == 0) { in Frequency()
97 if (_codec.plfreq == 11000) { in Frequency()
99 } else if (_codec.plfreq == 22000) { in Frequency()
101 } else if (_codec.plfreq == 44100) { in Frequency()
106 return _codec.plfreq; in Frequency()
111 *audioCodec = _codec; in AudioCodec()
118 if (_codec.plfreq == 0) { in Get10msAudioFromFile()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/gpl/
H A Denc-ctx.cxx195 if (_codec == NULL) { in Initialise()
207 if (_codec != NULL) in Uninitialise()
209 X264_ENCODER_CLOSE(_codec); in Uninitialise()
211 _codec = NULL; in Uninitialise()
302 if (_codec != NULL) in ApplyOptions()
303 X264_ENCODER_CLOSE(_codec); in ApplyOptions()
306 if (_codec == NULL) { in ApplyOptions()
339 (!_codec) || in EncodeFrames()
374 if (_codec) in EncodeFrames()
375 X264_ENCODER_CLOSE(_codec); in EncodeFrames()
[all …]
/dports/converters/bsdconv/bsdconv-11.6/src/
H A Dlibbsdconv_module.c31 char * bsdconv_solve_alias(int type, const char *_codec){ in bsdconv_solve_alias() argument
55 codec=strdup(_codec); in bsdconv_solve_alias()
77 int bsdconv_codec_check(int type, const char *_codec){ in bsdconv_codec_check() argument
78 return bsdconv_module_check(type, _codec); in bsdconv_codec_check()
81 int bsdconv_module_check(int type, const char *_codec){ in bsdconv_module_check() argument
100 codec=strdup(_codec); in bsdconv_module_check()
105 codec=strdup(_codec); in bsdconv_module_check()
110 codec=strdup(_codec); in bsdconv_module_check()
115 codec=malloc(strlen(_codec) + strlen("." SHLIBEXT) + 1); in bsdconv_module_check()
116 strcpy(codec, _codec); in bsdconv_module_check()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/
H A DAudioDecoderSimple.cpp291 (int)_codec, _codec); in AudioDecoderSimple()
304 (int)_codec, _codec); in AudioDecoderSimple()
315 _codec = info.getFormat(); in setup()
316 switch (_codec) in setup()
330 % (int)_codec % _codec; in setup()
345 _codec = static_cast<audioCodecType>(info.codec); in setup()
346 switch (_codec) in setup()
355 log_unimpl("Sample size > 2 in %s sound!", _codec); in setup()
361 % (int)_codec % _codec; in setup()
374 switch (_codec) { in decode()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/encoders/
H A Dencoder-ffmpeg.cpp84_codec(_factory->get_avcodec()), _context(nullptr), _handler(ffmpeg_manager::get()->get_handler(_c… in ffmpeg_instance()
118 _context = avcodec_alloc_context3(_codec); in ffmpeg_instance()
264 DLOG_INFO("[%s] FFmpeg:", _codec->name); in update()
272 DLOG_INFO("[%s] Video:", _codec->name); in update()
409 if (_codec->type == AVMEDIA_TYPE_VIDEO) { in initialize_sw()
418 if (_codec->pix_fmts) { in initialize_sw()
611 if (_codec->id == AV_CODEC_ID_H264) { in receive_packet()
761 return _codec; in get_avcodec()
917 _codec = desc->name; in ffmpeg_factory()
920 _codec = _avcodec->name; in ffmpeg_factory()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/image/
H A Dhlz.cpp38 _codec = 0; in HLZFileDecoder()
46 delete _codec; in destroy()
47 _codec = 0; in destroy()
62 _codec = new HLZDecoder(width, height); in loadStream()
63 _surface = _codec->decodeFrame(stream); in loadStream()
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/image/
H A Dhlz.cpp38 _codec = 0; in HLZFileDecoder()
46 delete _codec; in destroy()
47 _codec = 0; in destroy()
62 _codec = new HLZDecoder(width, height); in loadStream()
63 _surface = _codec->decodeFrame(stream); in loadStream()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DOpenJPEGImage.cc57 _codec = opj_create_decompress( OPJ_CODEC_JP2 ); in openImage()
61 opj_set_info_handler( _codec, info_callback, NULL ); in openImage()
64 opj_set_error_handler( _codec, error_callback, NULL ); in openImage()
69 if( !opj_setup_decoder( _codec, &parameters ) ){ in openImage()
88 if( !opj_read_header( _stream, _codec, &_image ) ){ in openImage()
114 if( _codec && _stream ) opj_end_decompress( _codec, _stream ); in closeImage()
115 if( _codec ){ in closeImage()
116 opj_destroy_codec( _codec ); in closeImage()
117 _codec = NULL; in closeImage()
426 if( !opj_setup_decoder( _codec, &params ) ){ in process()
[all …]
H A DOpenJPEGImage.h38 opj_codec_t* _codec; /// codec variable
59 _stream = NULL; _codec = NULL; _image = NULL; in OpenJPEGImage()
68 _stream = NULL; _codec = NULL; _image = NULL; in OpenJPEGImage()
83 _stream = NULL; _codec = NULL; _image = NULL; in OpenJPEGImage()
/dports/games/residualvm/residualvm-0.3.1/image/
H A Dbmp.cpp38 _codec = 0; in BitmapDecoder()
53 delete _codec; in destroy()
54 _codec = 0; in destroy()
118 _codec = createBitmapCodec(compression, width, height, bitsPerPixel); in loadStream()
119 if (!_codec) in loadStream()
130 _surface = _codec->decodeFrame(subStream); in loadStream()
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dtextbuffer.h88 CodecType* _codec; variable
105 , _codec(codec) in BasicTextBuffer()
120 if(_codec && _codec->refs() == 0) in throw()
121 delete _codec; in throw() local
143 if( _codec && ! _codec->always_noconv() ) in terminate()
149 res = _codec->unshift(_state, _ebuf, _ebuf + _ebufmax, next); in terminate()
238 if(_codec)
239 res = _codec->out(_state, fromBegin, fromEnd, fromNext, toBegin, toEnd, toNext);
342 if(_codec) in do_underflow()
343 r = _codec->in(_state, fromBegin, fromEnd, fromNext, toBegin, toEnd, toNext); in do_underflow()
/dports/games/libretro-scummvm/scummvm-7b1e929/image/
H A Dbmp.cpp38 _codec = 0; in BitmapDecoder()
53 delete _codec; in destroy()
54 _codec = 0; in destroy()
118 _codec = createBitmapCodec(compression, width, height, bitsPerPixel); in loadStream()
119 if (!_codec) in loadStream()
130 _surface = _codec->decodeFrame(subStream); in loadStream()
/dports/games/scummvm/scummvm-2.5.1/image/
H A Dbmp.cpp44 _codec = 0; in BitmapDecoder()
59 delete _codec; in destroy()
60 _codec = 0; in destroy()
127 _codec = createBitmapCodec(compression, 0, width, height, bitsPerPixel); in loadStream()
128 if (!_codec) in loadStream()
144 _surface = _codec->decodeFrame(subStream); in loadStream()
/dports/net/h323plus/h323plus-1_27_2/plugins/video/common/
H A Ddyna.cxx199 _codec = codec; in FFMPEGLibrary()
200 if (_codec==CODEC_ID_H264) in FFMPEGLibrary()
202 if (_codec==CODEC_ID_H263) in FFMPEGLibrary()
204 if (_codec==CODEC_ID_H263P) in FFMPEGLibrary()
206 if (_codec==CODEC_ID_MPEG4) in FFMPEGLibrary()
257 if (_codec==CODEC_ID_H264) { in Load()
264 if (_codec==CODEC_ID_H263) { in Load()
276 if (_codec==CODEC_ID_H263P) { in Load()
293 if (_codec==CODEC_ID_MPEG4) { in Load()
434 if (_codec==CODEC_ID_H264) in Load()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dlblfile.h13 : SubFile(img), _codec(0), _offset(0), _size(0), _poiOffset(0), in LBLFile()
16 : SubFile(path), _codec(0), _offset(0), _size(0), _poiOffset(0), in LBLFile()
19 _codec(0), _offset(0), _size(0), _poiOffset(0), _poiSize(0), in LBLFile()
31 QTextCodec *_codec; variable
H A Dlblfile.cpp75 _codec = QTextCodec::codecForName("UTF-8"); in init()
77 _codec = 0; in init()
79 _codec = QTextCodec::codecForName(QString("CP%1").arg(codepage) in init()
170 QString text(_codec ? _codec->toUnicode(label) : QString::fromLatin1(label)); in label8b()
171 QString shieldText(_codec ? _codec->toUnicode(shieldLabel) in label8b()
/dports/multimedia/py-guessit/guessit-3.3.1/
H A DCHANGELOG.md65 - Add MP2 audio\_codec value.
108 - video\_codec property h264 is now H.264
109 - video\_codec property h265 is now H.265
110 - video\_codec property Mpeg2 is now MPEG-2
111 - video\_codec property Real is now RealVideo
112 - video\_codec property XviD is now Xvid
122 - audio\_codec property DTS-HD was added.
179 - Added Opus as new audio\_codec possible value
183 - Added VC-1 as new video\_codec possible value
215 - Add EAC3 as new audio\_codec possible value
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DAviWriter.cpp77 case VideoCodec::None: _codec.reset(new RawCodec()); break; in StartWrite()
78 case VideoCodec::ZMBV: _codec.reset(new ZmbvCodec()); break; in StartWrite()
79 case VideoCodec::CSCD: _codec.reset(new CamstudioCodec()); break; in StartWrite()
82 if(!_codec->SetupCompress(width, height, compressionLevel)) { in StartWrite()
152 AVIOUT4(_codec->GetFourCC()); /* Handler */ in EndWrite()
174 AVIOUT4(_codec->GetFourCC()); /* Compression */ in EndWrite()
245 int written = _codec->CompressFrame(isKeyFrame, frameData, &compressedData); in AddFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dencoded_frame.cc23 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
33 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
41 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
52 _codec(rhs._codec), in VCMEncodedFrame()
59 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
88 _codec = kVideoCodecUnknown; in Reset()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dencoded_frame.cc23 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
33 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
41 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
52 _codec(rhs._codec), in VCMEncodedFrame()
59 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
88 _codec = kVideoCodecUnknown; in Reset()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dencoded_frame.cc23 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
33 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
41 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
52 _codec(rhs._codec), in VCMEncodedFrame()
59 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
88 _codec = kVideoCodecUnknown; in Reset()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dencoded_frame.cc23 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
33 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
41 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
52 _codec(rhs._codec), in VCMEncodedFrame()
59 EncodedImage::GetBufferPaddingBytes(_codec)); in VCMEncodedFrame()
88 _codec = kVideoCodecUnknown; in Reset()
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DEmulation.h172 const QTextCodec* codec() { return _codec; } in codec()
181 bool utf8() { Q_ASSERT(_codec); return _codec->mibEnum() == 106; } in utf8()
431 const QTextCodec* _codec; variable

12345678910>>...15