Home
last modified time | relevance | path

Searched refs:tco (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Dvoice.mak13 fate-g723_1-dec-1: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/ineqd53.tco -af aresample
16 fate-g723_1-dec-2: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/overd53.tco -af aresample
19 fate-g723_1-dec-3: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/overd63p.tco -af aresample
22 fate-g723_1-dec-4: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/pathd53.tco -af aresample
25 fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/pathd63p.tco -af aresample
28 fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/tamed63p.tco -af aresample
31 fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63b.tco -af aresample
34 fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63e.tco -af aresample
/third_party/python/Parser/
H A Dpegen.h257 PyObject *tco = _PyPegen_new_type_comment(p, bytes); in NEW_TYPE_COMMENT() local
258 if (tco == NULL) { in NEW_TYPE_COMMENT()
261 return tco; in NEW_TYPE_COMMENT()
H A Daction_helpers.c1032 PyObject *tco = _PyPegen_new_type_comment(p, bytes); in _PyPegen_add_type_comment_to_arg() local
1033 if (tco == NULL) { in _PyPegen_add_type_comment_to_arg()
1036 return _PyAST_arg(a->arg, a->annotation, tco, in _PyPegen_add_type_comment_to_arg()

Completed in 4 milliseconds