Searched refs:init_frame (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.h | 290 void init_frame();
|
D | jpgd.cpp | 2470 void jpeg_decoder::init_frame() in init_frame() function in jpgd::jpeg_decoder 2918 init_frame(); in decode_start()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 914 static void init_frame(VP8D_COMP *pbi) in init_frame() function 1085 init_frame(pbi); in vp8_decode_frame()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 1424 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() 7232 …init_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()
|