Home
last modified time | relevance | path

Searched refs:init_frame (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
Djpgd.h290 void init_frame();
Djpgd.cpp2470 void jpeg_decoder::init_frame() in init_frame() function in jpgd::jpeg_decoder
2918 init_frame(); in decode_start()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c914 static void init_frame(VP8D_COMP *pbi) in init_frame() function
1085 init_frame(pbi); in vp8_decode_frame()
/external/pcre/dist/
Dpcre_jit_compile.c1424 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame() function
6545 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
7232init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
7666 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_matchingpath()
8272 init_frame(common, cc, ccend, size - 1, 0, FALSE); in compile_then_trap_matchingpath()
9699 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()