Home
last modified time | relevance | path

Searched defs:new_width (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c96 int new_width = width + params->paddings[2][0] + params->paddings[2][1]; in ff_dnn_execute_layer_pad() local
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c378 gint new_width = g_value_get_int (value); in gst_raw_video_parse_set_property() local
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.c704 guint new_rtformat, gint new_width, gint new_height) in gst_va_decoder_config_is_equal()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1050 int new_width = new_size.width; in OnAutoResize() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c846 int new_width, new_height; in opengl_configure_texture() local
/third_party/libjpeg-turbo/
Dtransupp.c1877 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1875 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1011 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1316 …const float new_width = ImFloor(new_x2 - column->MinX - table->CellSpacingX1 - table->CellPaddingX… in EndTable() local
/third_party/ffmpeg/fftools/
Dffplay.c839 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()