Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
Dvaapimodule.cc118 int num_profiles = vaMaxNumProfiles(va_display); in va_query_profiles() local
119 VAProfile *profile = new VAProfile[num_profiles]; in va_query_profiles()
121 VAStatus status = vaQueryConfigProfiles(va_display, profile, &num_profiles); in va_query_profiles()
130 for (int i = 0; i < num_profiles; ++i) { in va_query_profiles()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_config.c36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) in vlVaQueryConfigProfiles() argument
44 *num_profiles = i; in vlVaQueryConfigProfiles()
Dva_private.h73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
/external/boringssl/src/ssl/
Dt1_lib.c1666 const size_t num_profiles = sk_SRTP_PROTECTION_PROFILE_num(profiles); in ext_srtp_add_clienthello() local
1667 if (num_profiles == 0) { in ext_srtp_add_clienthello()
1679 for (i = 0; i < num_profiles; i++) { in ext_srtp_add_clienthello()