Home
last modified time | relevance | path

Searched refs:cur_fmt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvdec.c367 struct vpu_format *cur_fmt; in vdec_g_fmt() local
371 cur_fmt = vpu_get_format(inst, f->type); in vdec_g_fmt()
373 pixmp->pixelformat = cur_fmt->pixfmt; in vdec_g_fmt()
374 pixmp->num_planes = cur_fmt->mem_planes; in vdec_g_fmt()
375 pixmp->width = cur_fmt->width; in vdec_g_fmt()
376 pixmp->height = cur_fmt->height; in vdec_g_fmt()
377 pixmp->field = cur_fmt->field; in vdec_g_fmt()
378 pixmp->flags = cur_fmt->flags; in vdec_g_fmt()
380 pixmp->plane_fmt[i].bytesperline = cur_fmt->bytesperline[i]; in vdec_g_fmt()
381 pixmp->plane_fmt[i].sizeimage = vpu_get_fmt_plane_size(cur_fmt, i); in vdec_g_fmt()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1979 enum resfmt cur_fmt; in handle_comparison_mode() local
2102 cur_fmt = RESFMT_TABLE_CALCLEN; in handle_comparison_mode()
2104 cur_fmt = env.out_fmt; in handle_comparison_mode()
2107 output_comp_headers(cur_fmt); in handle_comparison_mode()
2120 if (cur_fmt == RESFMT_TABLE_CALCLEN) in handle_comparison_mode()
2123 output_comp_stats(join, cur_fmt, i == last_idx); in handle_comparison_mode()
2128 if (cur_fmt == RESFMT_TABLE_CALCLEN) { in handle_comparison_mode()
2129 cur_fmt = RESFMT_TABLE; in handle_comparison_mode()