Home
last modified time | relevance | path

Searched defs:new_buf_size (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_data.c164 int ret, new_buf_size, plane_size, p; in ff_audio_data_realloc() local
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstgdiscreencapsrc.c411 gint new_buf_size; in gst_gdiscreencapsrc_create() local
Dgstdx9screencapsrc.c455 gint new_buf_size, i; in gst_dx9screencapsrc_create() local
/third_party/flatbuffers/ts/
Dbuilder.ts320 const new_buf_size = old_buf_size << 1; constant
/third_party/ffmpeg/libavfilter/
Daf_haas.c103 size_t new_buf_size = 1; in config_input() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c594 unsigned new_buf_size = 0; in emit_constbuf() local
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java264 int new_buf_size; in growByteBuffer() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3046 int new_buf_size = BufTextLen + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1; in InsertChars() local
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3046 int new_buf_size = BufTextLen + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1; in InsertChars() local
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3830 int new_buf_size = BufTextLen + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1; in InsertChars() local