Searched defs:maxpos (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | scpr3.h | 31 uint8_t maxpos; member
|
H A D | scpr3.c | 150 uint32_t q, g, maxpos, d, e = *c, totfr = *c; in decode_adaptive45() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | nutdec.c | 878 static int read_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta, int64_t maxpos) in read_sm_data() argument
|
H A D | avidec.c | 455 int64_t maxpos = 0; in calculate_bitrate() local
|
/third_party/python/Python/ |
H A D | getargs.c | 2294 _PyArg_UnpackKeywords(PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject *kwnames, struct _PyArg_Parser *parser, int minpos, int maxpos, int minkw, PyObject **buf) _PyArg_UnpackKeywords() argument 2469 _PyArg_UnpackKeywordsWithVararg(PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject *kwnames, struct _PyArg_Parser *parser, int minpos, int maxpos, int minkw, int vararg, PyObject **buf) _PyArg_UnpackKeywordsWithVararg() argument [all...] |
Completed in 11 milliseconds