HomeSort by relevance Sort by last modified time
    Searched refs:va_cliprects (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideorenderparams_internal.h 17 VARectangle *va_cliprects; member in struct:_MixVideoRenderParamsPrivate
33 VARectangle ** va_cliprects,
mixvideorenderparams.c 39 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[idx].y = clipping_rects[idx].y
    [all...]
mixvideo.c 1106 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);
    [all...]

Completed in 51 milliseconds