Home
last modified time | relevance | path

Searched refs:dec_enc (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/harp/harp-0.6.0/
H A Djackutil.c239 ph->dec_enc=*enc; in snd_param_init()
281 …_default_audio_sample_t *tmpbuf, const char *out, const int c, const int dec_enc, const int sample… in fill_buff_16() argument
296 …_default_audio_sample_t *tmpbuf, const char *out, const int c, const int dec_enc, const int sample… in fill_buff_32() argument
298 const int by=dec_enc/8; in fill_buff_32()
336 const int by=ph->dec_enc?ph->dec_enc/8:1; in writei_snd()
382 if(ph->dec_enc>16){ in writei_snd()
383 fill_buff_32(ph->tmpbuf,out,c,ph->dec_enc,samples,ph->dec_chan,chan_shift,ph->vol_mod); in writei_snd()
386 fill_buff_16(ph->tmpbuf,out,c,ph->dec_enc,samples,ph->dec_chan,chan_shift,ph->vol_mod); in writei_snd()
H A Ddefs.h310 int dec_enc,dec_chan,dec_rate,out_rate; member
/dports/multimedia/handbrake/ffmpeg-4.4/doc/examples/
H A Dvaapi_transcode.c145 static int dec_enc(AVPacket *pkt, AVCodec *enc_codec) in dec_enc() function
285 ret = dec_enc(dec_pkt, enc_codec); in main()
292 ret = dec_enc(dec_pkt, enc_codec); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/examples/
H A Dvaapi_transcode.c145 static int dec_enc(AVPacket *pkt, AVCodec *enc_codec) in dec_enc() function
285 ret = dec_enc(dec_pkt, enc_codec); in main()
292 ret = dec_enc(dec_pkt, enc_codec); in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/examples/
H A Dvaapi_transcode.c148 static int dec_enc(AVPacket *pkt, AVCodec *enc_codec) in dec_enc() function
282 ret = dec_enc(&dec_pkt, enc_codec); in main()
290 ret = dec_enc(&dec_pkt, enc_codec); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/examples/
H A Dvaapi_transcode.c148 static int dec_enc(AVPacket *pkt, AVCodec *enc_codec) in dec_enc() function
282 ret = dec_enc(&dec_pkt, enc_codec); in main()
290 ret = dec_enc(&dec_pkt, enc_codec); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/examples/
H A Dvaapi_transcode.c148 static int dec_enc(AVPacket *pkt, AVCodec *enc_codec) in dec_enc() function
282 ret = dec_enc(&dec_pkt, enc_codec); in main()
290 ret = dec_enc(&dec_pkt, enc_codec); in main()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dformat.c318 fr->af.dec_enc = MPG123_ENC_SIGNED_16; in frame_output_format()
328 fr->af.dec_enc = MPG123_ENC_SIGNED_32; in frame_output_format()
333 fr->af.dec_enc = MPG123_ENC_SIGNED_16; in frame_output_format()
337 fr->af.dec_enc = fr->af.encoding; in frame_output_format()
342 fr->af.dec_encsize = mpg123_encsize(fr->af.dec_enc); in frame_output_format()
630 switch(fr->af.dec_enc) in postprocess_buffer()
H A Doptimize.c371 else if(fr->af.dec_enc & MPG123_ENC_16) in set_synth_functions()
375 else if(fr->af.dec_enc & MPG123_ENC_8) in set_synth_functions()
379 else if(fr->af.dec_enc & MPG123_ENC_FLOAT) in set_synth_functions()
384 else if(fr->af.dec_enc & MPG123_ENC_32 || fr->af.dec_enc & MPG123_ENC_24) in set_synth_functions()
H A Dframe.h52 int dec_enc; /* Encoding of decoder synth. */ member
H A Dtabinit.c280 int mode = fr->af.dec_enc;
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dformat.c318 fr->af.dec_enc = MPG123_ENC_SIGNED_16;
328 fr->af.dec_enc = MPG123_ENC_SIGNED_32;
333 fr->af.dec_enc = MPG123_ENC_SIGNED_16;
337 fr->af.dec_enc = fr->af.encoding;
342 fr->af.dec_encsize = mpg123_encsize(fr->af.dec_enc);
630 switch(fr->af.dec_enc)
H A Doptimize.c371 else if(fr->af.dec_enc & MPG123_ENC_16) in set_synth_functions()
375 else if(fr->af.dec_enc & MPG123_ENC_8) in set_synth_functions()
379 else if(fr->af.dec_enc & MPG123_ENC_FLOAT) in set_synth_functions()
384 else if(fr->af.dec_enc & MPG123_ENC_32 || fr->af.dec_enc & MPG123_ENC_24) in set_synth_functions()
H A Dframe.h52 int dec_enc; /* Encoding of decoder synth. */ member
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dformat.c390 fr->af.dec_enc = MPG123_ENC_SIGNED_16; in frame_output_format()
400 fr->af.dec_enc = MPG123_ENC_SIGNED_32; in frame_output_format()
405 fr->af.dec_enc = MPG123_ENC_SIGNED_16; in frame_output_format()
409 fr->af.dec_enc = fr->af.encoding; in frame_output_format()
414 fr->af.dec_encsize = mpg123_encsize(fr->af.dec_enc); in frame_output_format()
710 switch(fr->af.dec_enc) in postprocess_buffer()
H A Doptimize.c355 else if(fr->af.dec_enc & MPG123_ENC_16) in set_synth_functions()
359 else if(fr->af.dec_enc & MPG123_ENC_8) in set_synth_functions()
363 else if(fr->af.dec_enc & MPG123_ENC_FLOAT) in set_synth_functions()
368 else if(fr->af.dec_enc & MPG123_ENC_32 || fr->af.dec_enc & MPG123_ENC_24) in set_synth_functions()
H A Dframe.h53 int dec_enc; /* Encoding of decoder synth. */ member
H A Dtabinit.c237 int mode = fr->af.dec_enc; in make_conv16to8_table()
/dports/devel/stack/stack-2.7.3/_cabal_deps/base16-bytestring-1.0.1.0/tests/
H A DTests.hs76 [ testCase ("decode: " ++ show rawEnc) $ do dec_enc @?= Right raw; dec_upp @?= Right raw
78 , let dec_enc = d rawEnc function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/base16-bytestring-1.0.1.0/tests/
H A DTests.hs76 [ testCase ("decode: " ++ show rawEnc) $ do dec_enc @?= Right raw; dec_upp @?= Right raw
78 , let dec_enc = d rawEnc function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/base16-bytestring-1.0.1.0/tests/
H A DTests.hs76 [ testCase ("decode: " ++ show rawEnc) $ do dec_enc @?= Right raw; dec_upp @?= Right raw
78 , let dec_enc = d rawEnc function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/base16-bytestring-1.0.1.0/tests/
H A DTests.hs76 [ testCase ("decode: " ++ show rawEnc) $ do dec_enc @?= Right raw; dec_upp @?= Right raw
78 , let dec_enc = d rawEnc function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/base16-bytestring-1.0.1.0/tests/
H A DTests.hs76 [ testCase ("decode: " ++ show rawEnc) $ do dec_enc @?= Right raw; dec_upp @?= Right raw
78 , let dec_enc = d rawEnc function
/dports/devel/py-reedsolo/reedsolomon-1.5.4/tests/
H A Dtest_reedsolo.py38 dec, dec_enc, errata_pos = rs.decode(enc)
40 self.assertEqual(dec_enc, enc)
73 dec, dec_enc, errata_pos = rs.decode(enc)
75 self.assertEqual(dec_enc, enc)
/dports/audio/harp/harp-0.6.0/plugins/mp3/
H A Dmp3.c129 ph->dec_enc=enc_bit; in new_format()

12