Searched refs:va_cliprects (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideorenderparams_internal.h17 VARectangle *va_cliprects; member in struct:_MixVideoRenderParamsPrivate
33 VARectangle ** va_cliprects,
H A Dmixvideorenderparams.c39 priv->va_cliprects = NULL;
94 if (priv->va_cliprects) {
96 priv->va_cliprects = NULL;
337 if(priv->va_cliprects) {
338 g_free(priv->va_cliprects);
339 priv->va_cliprects = NULL;
356 priv->va_cliprects = g_malloc(number_of_clipping_rects * sizeof(VARectangle));
357 if (!priv->va_cliprects) {
362 priv->va_cliprects[idx].x = clipping_rects[idx].x;
363 priv->va_cliprects[id
397 mix_videorenderparams_get_cliprects_internal( MixVideoRenderParams * obj, VARectangle ** va_cliprects, guint* number_of_cliprects) argument
[all...]
H A Dmixvideo.c1106 VARectangle *va_cliprects = NULL; local
1183 /* get va_cliprects */
1185 &va_cliprects, &number_of_cliprects);
1187 LOG_E("Failed to get va_cliprects\n");
1208 va_cliprects, number_of_cliprects, frame_structure);

Completed in 53 milliseconds