Home
last modified time | relevance | path

Searched defs:celt (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibcelt_dec.c61 struct libcelt_context *celt = c->priv_data; in libcelt_dec_init() local
98 struct libcelt_context *celt = c->priv_data; in libcelt_dec_close() local
108 struct libcelt_context *celt = c->priv_data; in libcelt_dec_decode() local
Dopus.h117 CeltFrame *celt; member
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs33 void Next([MarshalAs(UnmanagedType.U4), In] int celt, in Next()
37 void Skip([MarshalAs(UnmanagedType.U4), In] int celt); in Skip()
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc469 HRESULT DragEnumFormatEtc::Next(ULONG celt, in Next()
488 HRESULT DragEnumFormatEtc::Skip(ULONG celt) { in Skip()