Searched refs:init_frame (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nuv.c | 166 int result, init_frame = !avctx->frame_number; in decode_frame() local 278 init_frame = 1; in decode_frame() 283 if (init_frame) { in decode_frame()
|
H A D | flacenc.c | 437 static void init_frame(FlacEncodeContext *s, int nb_samples) in init_frame() function 1363 init_frame(s, frame->nb_samples); in flac_encode_frame()
|
/third_party/python/Objects/ |
H A D | frameobject.c | 1007 init_frame(_PyInterpreterFrame *frame, PyFunctionObject *func, PyObject *locals) in init_frame() function 1065 init_frame((_PyInterpreterFrame *)f->_f_frame_data, func, locals); in PyFrame_New()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 865 init_frame 2123 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() function 9960 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize); in compile_assert_matchingpath() 10688 init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacksize + 1); in compile_bracket_matchingpath() 11150 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize); in compile_bracketpos_matchingpath() 12083 init_frame(common, cc, ccend, size - 1, 0); in compile_then_trap_matchingpath()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 9180 static void init_frame(upb_jsonparser_frame* frame) { in init_frame() function 9243 init_frame(inner); in start_jsonparser_frame() 12230 init_frame(p->top); in json_parser_reset()
|
Completed in 38 milliseconds