Home
last modified time | relevance | path

Searched defs:new_buffer (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dparser.c224 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame() local
247 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame() local
Ddirac_parser.c158 void *new_buffer = in dirac_combine_frame() local
171 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in dirac_combine_frame() local
Dmpegvideo_enc.c2731 uint8_t *new_buffer = NULL; in ff_mpv_reallocate_putbitbuffer() local
/third_party/musl/src/internal/linux/
Dmusl_log.c121 char *new_buffer = mremap(g_buffer, g_end, g_end * 2, MREMAP_MAYMOVE); in ohos_dfx_log() local
/third_party/cJSON/tests/
Dprint_number.c49 unsigned char new_buffer[26]; in assert_print_number() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp351 T *new_buffer = in reserve() local
400 T *new_buffer = in insert() local
/third_party/mesa3d/src/gallium/frontends/va/
Dimage.c206 struct pipe_video_buffer *new_buffer = NULL; in vlVaDeriveImage() local
/third_party/icu/icu4c/source/test/cintltst/
Ducnvseltst.c353 char *new_buffer; in serializeAndUnserialize() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c372 struct vl_dri3_buffer *new_buffer; in dri3_get_back_buffer() local
/third_party/openssl/crypto/ec/
Dec_asn1.c1162 int new_buffer = 0; in i2o_ECPublicKey() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp2806 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2966 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
2325 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp1810 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer()
1965 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yypush_buffer_state()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp2584 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yy_switch_to_buffer()
2739 void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) in yypush_buffer_state()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c2046 struct loader_dri3_buffer *new_buffer; in dri3_get_buffer() local
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c459 uint32_t index, fi_type *new_buffer, uint32_t *max_index) in add_vertex()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1760 char* new_buffer; in FlattenSlowPath() local
/third_party/musl/src/regex/
Dregcomp.c352 union tre_stack_item *new_buffer; in tre_stack_push() local
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c352 union tre_stack_item *new_buffer; in tre_stack_push() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c352 union tre_stack_item *new_buffer; in tre_stack_push() local
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c352 union tre_stack_item *new_buffer; in tre_stack_push() local
/third_party/pcre2/pcre2/src/
Dpcre2grep.c2698 char *new_buffer; in pcre2grep() local
Dpcre2test.c3468 uint8_t *new_buffer = (uint8_t *)malloc(new_pbuffer8_size); in expand_input_buffers() local
/third_party/ffmpeg/libavformat/
Dmov.c6605 uint8_t *new_buffer = av_fast_realloc(buffer, &alloc_size, new_size); in mov_try_read_block() local