Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dh264encode.c78 static VAProfile h264_profile = ~0; variable
302 if (h264_profile == VAProfileH264High) in sps_rbsp()
304 else if (h264_profile == VAProfileH264Main) in sps_rbsp()
830 h264_profile = VAProfileH264Baseline; in process_cmdline()
832 h264_profile = VAProfileH264Main; in process_cmdline()
834 h264_profile = VAProfileH264High; in process_cmdline()
836 h264_profile = 0; in process_cmdline()
940 if ((h264_profile != ~0) && h264_profile != profile_list[i]) in init_va()
943 h264_profile = profile_list[i]; in init_va()
944 vaQueryConfigEntrypoints(va_dpy, h264_profile, entrypoints, &num_entrypoints); in init_va()
[all …]