Searched refs:profile_list (Results 1 – 6 of 6) sorted by relevance
/external/dynamic_depth/internal/dynamic_depth/ |
D | profiles.cc | 23 std::vector<std::unique_ptr<Profile>>* profile_list) { in FromProfileArray() argument 24 if (profile_list->empty()) { in FromProfileArray() 29 profiles->profile_list_ = std::move(*profile_list); in FromProfileArray() 58 std::vector<const Profile*> profile_list; in GetProfiles() local 60 profile_list.push_back(profile.get()); in GetProfiles() 62 return profile_list; in GetProfiles()
|
D | depth_jpeg.cc | 52 const std::vector<const Profile*> profile_list = profiles->GetProfiles(); in ValidateAndroidDynamicDepthBuffer() local 56 for (auto profile : profile_list) { in ValidateAndroidDynamicDepthBuffer()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | config.c | 43 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) in vlVaQueryConfigProfiles() argument 62 profile_list[(*num_profiles)++] = vap; in vlVaQueryConfigProfiles() 67 profile_list[(*num_profiles)++] = VAProfileNone; in vlVaQueryConfigProfiles()
|
D | va_private.h | 340 VAStatus vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_sdp_tests.py | 309 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID, 312 if not isinstance(profile_list, list): 314 self.assert_equal(len(profile_list), 1) 316 if not isinstance(profile_list[0], list): 318 self.assert_equal(len(profile_list[0]), 2) 320 self.assert_equal(profile_list[0][0], self.PNP_INFORMATION_CLASS_ID)
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | profiles.h | 31 std::vector<std::unique_ptr<Profile>>* profile_list);
|