Lines Matching refs:cluster
237 #define SPATIAL_LOCATIONS_ARRAY(cluster) \ argument
238 DT_PROP(cluster, front_left), \
239 DT_PROP(cluster, front_right), \
240 DT_PROP(cluster, front_center), \
241 DT_PROP(cluster, low_frequency_effects), \
242 DT_PROP(cluster, back_left), \
243 DT_PROP(cluster, back_right), \
244 DT_PROP(cluster, front_left_of_center), \
245 DT_PROP(cluster, front_right_of_center), \
246 DT_PROP(cluster, back_center), \
247 DT_PROP(cluster, side_left), \
248 DT_PROP(cluster, side_right), \
249 DT_PROP(cluster, top_center), \
250 DT_PROP(cluster, top_front_left), \
251 DT_PROP(cluster, top_front_center), \
252 DT_PROP(cluster, top_front_right), \
253 DT_PROP(cluster, top_back_left), \
254 DT_PROP(cluster, top_back_center), \
255 DT_PROP(cluster, top_back_right), \
256 DT_PROP(cluster, top_front_left_of_center), \
257 DT_PROP(cluster, top_front_right_of_center), \
258 DT_PROP(cluster, left_low_frequency_effects), \
259 DT_PROP(cluster, right_low_frequency_effects), \
260 DT_PROP(cluster, top_side_left), \
261 DT_PROP(cluster, top_side_right), \
262 DT_PROP(cluster, bottom_center), \
263 DT_PROP(cluster, back_left_of_center), \
264 DT_PROP(cluster, back_right_of_center), \
266 DT_PROP(cluster, raw_data)