HomeSort by relevance Sort by last modified time
    Searched full:h264_profile (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/libva/test/encode/
h264encode.c 78 static VAProfile h264_profile = ~0; variable
302 if (h264_profile == VAProfileH264High)
304 else if (h264_profile == VAProfileH264Main)
830 h264_profile = VAProfileH264Baseline;
832 h264_profile = VAProfileH264Main;
834 h264_profile = VAProfileH264High;
836 h264_profile = 0;
940 if ((h264_profile != ~0) && h264_profile != profile_list[i])
943 h264_profile = profile_list[i]
    [all...]

Completed in 65 milliseconds