Searched refs:va_num_profiles (Results 1 – 3 of 3) sorted by relevance
149 gint va_num_profiles, va_num_entrypoints; in mix_videofmtenc_preview_initialize() local256 va_status = vaQueryConfigProfiles (va_display, va_profiles, &va_num_profiles); in mix_videofmtenc_preview_initialize()273 for(index= 0; index < va_num_profiles; index++) { in mix_videofmtenc_preview_initialize()278 if(index == va_num_profiles) in mix_videofmtenc_preview_initialize()
150 gint va_num_profiles, va_num_entrypoints; in mix_videofmtenc_mpeg4_initialize() local303 va_status = vaQueryConfigProfiles (va_display, va_profiles, &va_num_profiles); in mix_videofmtenc_mpeg4_initialize()320 for(index= 0; index < va_num_profiles; index++) { in mix_videofmtenc_mpeg4_initialize()325 if(index == va_num_profiles) in mix_videofmtenc_mpeg4_initialize()
150 gint va_num_profiles, va_num_entrypoints; in mix_videofmtenc_h264_initialize() local318 va_status = vaQueryConfigProfiles (va_display, va_profiles, &va_num_profiles); in mix_videofmtenc_h264_initialize()335 for(index= 0; index < va_num_profiles; index++) { in mix_videofmtenc_h264_initialize()340 if(index == va_num_profiles) in mix_videofmtenc_h264_initialize()