Searched refs:old_h (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 2050 PerThreadSynch *old_h = nullptr; in UnlockSlow() local 2145 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow() 2149 if (old_h != nullptr && in UnlockSlow() 2150 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow() 2151 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow() 2152 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow() 2153 if (h != old_h && MuEquivalentWaiter(old_h, old_ in UnlockSlow() [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 54 unsigned old_h; member
|
H A D | drisw.c | 360 drawable->old_h != height); in drisw_allocate_textures() 424 drawable->old_h = height; in drisw_allocate_textures()
|
H A D | kopper.c | 508 drawable->old_h != height); in kopper_allocate_textures() 575 drawable->old_h = height; in kopper_allocate_textures()
|
H A D | dri2.c | 466 drawable->old_h == dri_drawable->h && in dri2_allocate_textures() 728 drawable->old_h = dri_drawable->h; in dri2_allocate_textures()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_crop.c | 331 int old_h = s->h; in process_command() local 342 s->h = old_h; in process_command()
|
H A D | vf_drawbox.c | 415 int old_h = s->h; in process_command() local 433 s->h = old_h; in process_command()
|
H A D | vf_zscale.c | 954 int old_h = s->h; in process_command() local 960 s->h = old_h; in process_command()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_render_pass.c | 761 unsigned old_h = ctx->fb_state.height; 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 D | rv34.c | 1589 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 30 milliseconds