/hardware/intel/common/libva/test/vainfo/ |
vainfo.c | 92 VAProfile profile, *profile_list = NULL; local 121 profile_list = malloc(max_num_profiles * sizeof(VAProfile)); 123 if (!profile_list) { 129 va_status = vaQueryConfigProfiles(va_dpy, profile_list, &num_profiles); 135 profile = profile_list[i]; 149 free(profile_list);
|
/external/fio/ |
profile.c | 7 static FLIST_HEAD(profile_list); 14 flist_for_each(n, &profile_list) { 72 flist_add_tail(&ops->list, &profile_list);
|
/frameworks/base/packages/Osu/res/layout/ |
activity_main.xml | 12 android:id="@+id/profile_list"
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_config.c | 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) 43 profile_list[i++] = VAProfileMPEG2Simple;
|
ftab.c | 38 &vlVaQueryConfigProfiles, /* VAStatus (*vaQueryConfigProfiles) ( VADriverContextP ctx, VAProfile *profile_list,int *num_profiles); */
|
va_private.h | 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
bluetooth_SDP_ServiceAttributeRequest.py | 264 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID, 267 if not isinstance(profile_list, list): 269 self.assert_equal(len(profile_list), 1) 271 if not isinstance(profile_list[0], list): 273 self.assert_equal(len(profile_list[0]), 2) 275 self.assert_equal(profile_list[0][0], self.PNP_INFORMATION_CLASS_ID)
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.c | 155 VAProfile *profile_list, /* out */ 165 CHECK_INVALID_PARAM(profile_list == NULL); 169 profile_list[i++] = VAProfileNone; 171 // profile_list[i++] = VAProfileMPEG2Simple; 172 profile_list[i++] = VAProfileMPEG2Main; 173 profile_list[i++] = VAProfileMPEG4Simple; 174 profile_list[i++] = VAProfileMPEG4AdvancedSimple; 175 // profile_list[i++] = VAProfileMPEG4Main; 176 profile_list[i++] = VAProfileH264Baseline; 177 profile_list[i++] = VAProfileH264Main [all...] |
/hardware/intel/common/libva/va/ |
va_backend.h | 60 VAProfile *profile_list, /* out */
|
va.c | 614 VAProfile *profile_list, /* out */ 622 return ctx->vtable->vaQueryConfigProfiles ( ctx, profile_list, num_profiles ); [all...] |
va.h | [all...] |
/device/google/marlin/location/loc_api/ds_api/ |
ds_client.c | 619 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type; 622 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index;
|
/device/huawei/angler/location/loc_api/ds_api/ |
ds_client.c | 575 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type; 578 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index;
|
/device/lge/bullhead/location/loc_api/ds_api/ |
ds_client.c | 575 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type; 578 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index;
|
/device/moto/shamu/location/loc_api/ds_api/ |
ds_client.c | 579 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type; 582 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_index;
|
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 919 VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264ConstrainedBaseline}; local 939 for (i = 0; i < sizeof(profile_list)/sizeof(profile_list[0]); i++) { 940 if ((h264_profile != ~0) && h264_profile != profile_list[i]) 943 h264_profile = profile_list[i]; [all...] |
/frameworks/base/packages/Osu/src/com/android/ |
MainActivity.java | 98 osuListView = (ListView) findViewById(R.id.profile_list);
|