Searched refs:tmp_w (Results 1 – 7 of 7) sorted by relevance
| /drivers/staging/greybus/ |
| A D | audio_helper.c | 117 struct snd_soc_dapm_widget *w, *tmp_w; in gbaudio_dapm_free_controls() local 123 list_for_each_entry(tmp_w, &dapm->card->widgets, list) { in gbaudio_dapm_free_controls() 124 if (tmp_w->dapm == dapm && in gbaudio_dapm_free_controls() 125 !strcmp(tmp_w->name, widget->name)) { in gbaudio_dapm_free_controls() 126 w = tmp_w; in gbaudio_dapm_free_controls()
|
| /drivers/media/platform/samsung/exynos-gsc/ |
| A D | gsc-core.c | 395 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 437 tmp_w = pix_mp->width; in gsc_try_fmt_mplane() 510 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 511 *w = tmp_w; in gsc_check_crop_change() 539 tmp_w = s->r.width; in gsc_try_selection() 564 tmp_w = s->r.height; in gsc_try_selection() 590 if (s->r.left + tmp_w > max_w) in gsc_try_selection() 591 s->r.left = max_w - tmp_w; in gsc_try_selection() 608 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local 616 tmp_w = dh; in gsc_check_scaler_ratio() [all …]
|
| A D | gsc-core.h | 396 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
| /drivers/media/platform/verisilicon/ |
| A D | hantro_g2_hevc_dec.c | 51 u32 tmp_w = 0, tmp_h = 0; in prepare_tile_info_buffer() local 61 for (j = 0, tmp_w = 0; j < num_tile_cols - 1; j++) { in prepare_tile_info_buffer() 62 tmp_w += pps->column_width_minus1[j] + 1; in prepare_tile_info_buffer() 69 *p++ = pic_width_in_ctbs - tmp_w; in prepare_tile_info_buffer()
|
| /drivers/media/platform/mediatek/mdp/ |
| A D | mtk_mdp_m2m.c | 816 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 819 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio() 822 tmp_w = dst_w; in mtk_mdp_check_scaler_ratio() 826 if ((src_w / tmp_w) > var->h_scale_down_max || in mtk_mdp_check_scaler_ratio() 828 (tmp_w / src_w) > var->h_scale_up_max || in mtk_mdp_check_scaler_ratio()
|
| /drivers/media/platform/mediatek/vcodec/decoder/ |
| A D | mtk_vcodec_dec.c | 310 int tmp_w, tmp_h; in vidioc_try_fmt() local 318 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 324 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 333 tmp_w, tmp_h, pix_fmt_mp->width, pix_fmt_mp->height, in vidioc_try_fmt()
|
| /drivers/media/platform/mediatek/vcodec/encoder/ |
| A D | mtk_vcodec_enc.c | 298 int tmp_w, tmp_h; in vidioc_try_fmt_out() local 317 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt_out() 326 if (pix_fmt_mp->width < tmp_w && (pix_fmt_mp->width + 16) <= max_width) in vidioc_try_fmt_out() 333 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt_out()
|
Completed in 24 milliseconds