Home
last modified time | relevance | path

Searched refs:old_w (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.h53 unsigned old_w; member
H A Ddrisw.c359 resized = (drawable->old_w != width || in drisw_allocate_textures()
423 drawable->old_w = width; in drisw_allocate_textures()
H A Dkopper.c507 resized = (drawable->old_w != width || in kopper_allocate_textures()
574 drawable->old_w = width; in kopper_allocate_textures()
H A Ddri2.c465 drawable->old_w == dri_drawable->w && in dri2_allocate_textures()
727 drawable->old_w = dri_drawable->w; in dri2_allocate_textures()
/third_party/ffmpeg/libavfilter/
H A Dvf_crop.c330 int old_w = s->w; in process_command() local
341 s->w = old_w; in process_command()
H A Dvf_drawbox.c414 int old_w = s->w; in process_command() local
432 s->w = old_w; in process_command()
H A Dvf_zscale.c953 int old_w = s->w; in process_command() local
959 s->w = old_w; in process_command()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c760 unsigned old_w = ctx->fb_state.width; in zink_render_update_swapchain() local
765 if (ctx->fb_state.width != old_w || ctx->fb_state.height != old_h) in zink_render_update_swapchain()
/third_party/ffmpeg/libavcodec/
H A Drv34.c1589 static AVRational update_sar(int old_w, int old_h, AVRational sar, int new_w, int new_h) in update_sar() argument
1595 sar = av_mul_q(sar, av_mul_q((AVRational){new_h, new_w}, (AVRational){old_w, old_h})); in update_sar()

Completed in 15 milliseconds