/third_party/ffmpeg/libavcodec/ |
D | libcelt_dec.c | 61 struct libcelt_context *celt = c->priv_data; in libcelt_dec_init() local 67 celt->mode = celt_mode_create(c->sample_rate, c->frame_size, &err); in libcelt_dec_init() 68 if (!celt->mode) in libcelt_dec_init() 70 celt->dec = celt_decoder_create_custom(celt->mode, c->channels, &err); in libcelt_dec_init() 71 if (!celt->dec) { in libcelt_dec_init() 72 celt_mode_destroy(celt->mode); in libcelt_dec_init() 76 celt->discard = AV_RL32(c->extradata); in libcelt_dec_init() 77 if (celt->discard < 0 || celt->discard >= c->frame_size) { in libcelt_dec_init() 79 "Invalid overlap (%d), ignored.\n", celt->discard); in libcelt_dec_init() 80 celt->discard = 0; in libcelt_dec_init() [all …]
|
D | opusdec.c | 160 ret = ff_celt_decode_frame(s->celt, &s->redundancy_rc, in opus_decode_redundancy() 237 ff_celt_flush(s->celt); in opus_decode_frame() 270 ret = ff_celt_decode_frame(s->celt, &s->rc, dst, in opus_decode_frame() 294 ff_celt_flush(s->celt); in opus_decode_frame() 305 ff_celt_flush(s->celt); in opus_decode_frame() 586 ff_celt_flush(s->celt); in opus_decode_flush() 599 ff_celt_free(&s->celt); in opus_decode_close() 675 ret = ff_celt_init(avctx, &s->celt, s->output_channels, c->apply_phase_inv); in opus_decode_init()
|
D | opus.h | 117 CeltFrame *celt; member
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_dragdrop_win.h | 122 HRESULT __stdcall Next(ULONG celt, 125 HRESULT __stdcall Skip(ULONG celt);
|
D | osr_dragdrop_win.cc | 469 HRESULT DragEnumFormatEtc::Next(ULONG celt, in Next() argument 475 while (m_nIndex < m_nNumFormats && copied < celt) { in Next() 486 return (copied == celt) ? S_OK : S_FALSE; in Next() 488 HRESULT DragEnumFormatEtc::Skip(ULONG celt) { in Skip() argument 489 m_nIndex += celt; in Skip()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 33 void Next([MarshalAs(UnmanagedType.U4), In] int celt, in Next() argument 37 void Skip([MarshalAs(UnmanagedType.U4), In] int celt); in Skip() argument
|
/third_party/ffmpeg/tests/fate/ |
D | opus.mak | 46 fate-opus-celt: $(FATE_OPUS_CELT)
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsplugin.h | 171 GST_TYPE_FIND_REGISTER_DECLARE (celt);
|
D | gsttypefindfunctionsplugin.c | 194 GST_TYPE_FIND_REGISTER (celt, plugin); in plugin_init()
|
D | gsttypefindfunctions.c | 6261 GST_TYPE_FIND_REGISTER_DEFINE (celt, "audio/x-celt", GST_RANK_PRIMARY,
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 267 -bad celt: celtdec: Celt audio decoder 268 -bad celt: celtenc: Celt audio encoder
|
/third_party/ffmpeg/ |
D | configure | 6352 enabled libcelt && require libcelt celt/celt.h celt_decode -lcelt0 && 6353 { check_lib libcelt celt/celt.h celt_decoder_create_custom -lcelt0 ||
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 131284 * docs/plugins/inspect/plugin-celt.xml: 131352 * ext/celt/Makefile.am: 131353 * ext/celt/gstcelt.c: 131354 * ext/celt/gstceltdec.c: 131355 * ext/celt/gstceltdec.h: 131356 * ext/celt/gstceltenc.c: 131357 * ext/celt/gstceltenc.h: 131358 celt: remove, replaced by opus. 131734 * docs/plugins/inspect/plugin-celt.xml: 131835 * docs/plugins/inspect/plugin-celt.xml: [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 86559 docs/plugins/inspect/plugin-celt.xml 86590 ext/celt/gstceltdec.c 86642 docs/plugins/inspect/plugin-celt.xml 86673 ext/celt/gstceltdec.c 94220 ext/celt/gstceltdec.c 94231 ext/celt/gstceltdec.c 101174 Copy the celt plugin and convert it to Opus. Mostly works. 102210 * ext/celt/Makefile.am: 109860 ... supporting theora, flac, speex, celt. 129577 * ext/celt/Makefile.am: [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 88216 * ext/celt/gstceltenc.c: 88217 * ext/celt/gstceltenc.h: 92653 * ext/celt/Makefile.am: 101182 * ext/celt/Makefile.am: 108906 Added frame-size to static caps for audio/x-celt 111990 * ext/celt/Makefile.am: 116912 * ext/celt/Makefile.am: 117891 * ext/celt/Makefile.am: 119034 * ext/celt/Makefile.am: 121374 * ext/celt/Makefile.am:
|