Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c521 char str_src_fmt[5], str_dst_fmt[5]; in main() local
605 sscanf(optarg, "%s", str_dst_fmt); in main()
606 csc_dst_fourcc = map_str_to_vafourcc (str_dst_fmt); in main()
609 printf("invalid fmt1: %s\n", str_dst_fmt ); in main()