Searched refs:init_frame (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
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()
|
D | flacenc.c | 470 static void init_frame(FlacEncodeContext *s, int nb_samples) in init_frame() function 1402 init_frame(s, frame->nb_samples);
|
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/ |
D | parser.c | 223 static void init_frame(upb_jsonparser_frame* frame) { in init_frame() function 286 init_frame(inner); in start_jsonparser_frame() 3277 init_frame(p->top); in json_parser_reset()
|
/third_party/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 223 static void init_frame(upb_jsonparser_frame* frame) { in init_frame() function 286 init_frame(inner); in start_jsonparser_frame() 3277 init_frame(p->top); in json_parser_reset()
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 867 static void init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL re… in init_frame() function 4274 init_frame(common, ccbegin, framesize + 1, 2, FALSE); in compile_assert_trypath() 4849 init_frame(common, ccbegin, BACKTRACK_AS(bracket_backtrack)->u.framesize + 1, 2, FALSE); in compile_bracket_trypath() 4858 init_frame(common, ccbegin, BACKTRACK_AS(bracket_backtrack)->u.framesize, 1, FALSE); in compile_bracket_trypath() 5201 init_frame(common, cc, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_trypath() 6775 init_frame(common, cc, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 221 static void init_frame(upb_jsonparser_frame* frame) { 284 init_frame(inner); 2847 init_frame(p->top);
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 2121 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() function 9798 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize); in compile_assert_matchingpath() 10526 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath() 10988 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize); in compile_bracketpos_matchingpath() 11921 init_frame(common, cc, ccend, size - 1, 0); in compile_then_trap_matchingpath()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
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()
|