Searched refs:svp_prop (Results 1 – 1 of 1) sorted by relevance
310 SVP_CM_Prop svp_prop = { variable1144 *actual_cm_prop_len = sizeof(svp_prop); // will the size more than sepcified coz alignment? in SVPHDI_GetContentModuleProperties()1148 memcpy(cm_properties, &svp_prop, MIN(cm_prop_length, sizeof(svp_prop))); in SVPHDI_GetContentModuleProperties()1151 if (cm_prop_length < sizeof(svp_prop)) in SVPHDI_GetContentModuleProperties()