HomeSort by relevance Sort by last modified time
    Searched defs:surfaces (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
  /bootable/recovery/minui/
graphics_adf.h 55 GRSurfaceAdf surfaces[2]; member in class:MinuiBackendAdf
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xvmc.c 68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
  /external/skia/bench/
SKPBench.h 46 const SkTDArray<SkSurface*>& surfaces() const { return fSurfaces; } function in class:SKPBench
  /hardware/intel/common/libva/test/basic/
test.c 55 VASurfaceID surfaces[21]; local
58 surfaces[20] = -1;
59 va_status = vaCreateSurfaces(va_dpy, 720, 480, VA_RT_FORMAT_YUV420, 20, surfaces);
61 ASSERT( -1 == surfaces[20] ); /* bounds check */
64 printf("Surface %d surface_id = %08x\n", i, surfaces[i]);
71 vaPutSurface(va_dpy, surfaces[0], win, 0, 0, 720, 480, 0, 0, 720, 480, 0);
74 va_status = vaDestroySurface(va_dpy, surfaces, 20);
96 VASurfaceID surfaces[20]; local
114 va_status = vaCreateSurfaces(va_dpy, 720, 480, VA_RT_FORMAT_YUV420, 20, surfaces);
117 va_status = vaCreateContext(va_dpy, config_id, 720, 480, 0 /* flag */, surfaces, 20, &context)
    [all...]
test_08.c 25 #define TEST_DESCRIPTION "Create and destory surfaces of different sizes"
68 VASurfaceID surfaces[NUM_SIZES+1]; local
71 memset(surfaces, 0xff, sizeof(surfaces));
76 surfaces[i+1] = DEAD_SURFACE_ID;
77 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, test_sizes[i].w, test_sizes[i].h, &surfaces[i], 1, NULL, 0);
79 ASSERT( DEAD_SURFACE_ID == surfaces[i+1] );
82 test_unique_surfaces(surfaces, NUM_SIZES);
84 status("vaDestroySurface all surfaces\n");
85 va_status = vaDestroySurfaces(va_dpy, surfaces, NUM_SIZES)
    [all...]
test_09.c 69 VASurfaceID *surfaces = malloc(total_surfaces * sizeof(VASurfaceID)); local
72 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
79 va_status = vaCreateContext( va_dpy, configs[i], width, height, flags, surfaces + i*surface_count, surface_count, &contexts[i] );
97 va_status = vaDestroySurfaces(va_dpy, surfaces, total_surfaces);
102 free(surfaces);
test_10.c 31 VASurfaceID *surfaces; variable
47 surfaces = malloc(total_surfaces * sizeof(VASurfaceID));
50 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
134 va_status = vaDestroySurfaces(va_dpy, surfaces, total_surfaces);
137 free(surfaces);
test_11.c 31 VASurfaceID *surfaces; variable
47 surfaces = malloc(total_surfaces * sizeof(VASurfaceID));
50 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, width, height, surfaces, total_surfaces, NULL, 0);
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
173 va_status = vaDestroySurfaces(va_dpy, surfaces, total_surfaces);
176 free(surfaces);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 350 struct pipe_surface **surfaces; local
356 surfaces = vlsurf->video_buffer->get_surfaces(vlsurf->video_buffer);
360 if (!surfaces[i])
366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
367 surfaces[i]->width, surfaces[i]->height);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.h 42 VASurfaceID * surfaces; member in struct:_MixVideoFormatEnc_H264
mixvideoformatenc_mpeg4.h 43 VASurfaceID * surfaces; member in struct:_MixVideoFormatEnc_MPEG4
mixvideoformatenc_preview.h 42 VASurfaceID * surfaces; member in struct:_MixVideoFormatEnc_Preview
mixvideoformatenc_preview.c 52 self->surfaces= NULL;
146 VASurfaceID * surfaces; local
398 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
400 if (surfaces == NULL)
412 numSurfaces, surfaces);
464 self->surfaces = g_malloc(sizeof(VASurfaceID) * self->surface_num);
466 if (self->surfaces == NULL)
470 g_free (surfaces);
476 /*shared surfaces should be put in pool first,
479 self->surfaces[index] = self->ci_shared_surfaces[index]
    [all...]
mixvideoformat_h264.c 174 VASurfaceID *surfaces = NULL; local
461 surfaces = parent->va_surfaces;
463 if (surfaces == NULL)
475 numSurfaces, surfaces);
480 LOG_E( "Error allocating surfaces\n");
496 surfaces, numSurfaces);
510 LOG_V( "Created %d libva surfaces\n", numSurfaces);
516 0, surfaces, numSurfaces,
527 //Create our table of Decoded Picture Buffer "in use" surfaces
1106 // This will be detected when DPB is checked for valid mapped surfaces and
    [all...]
mixvideoformat_mp42.c 202 VASurfaceID *surfaces = NULL; local
325 LOG_E("Not enough memory to allocate surfaces!\n");
330 surfaces = parent->va_surfaces;
334 surfaces);
349 ret = mix_surfacepool_initialize(parent->surfacepool, surfaces,
356 parent->picture_width, parent->picture_height, 0, surfaces,
    [all...]
mixvideoformat_vc1.c 264 VASurfaceID *surfaces = NULL; local
518 surfaces = parent->va_surfaces;
520 if (surfaces == NULL)
529 numSurfaces, surfaces);
533 LOG_E( "Error allocating surfaces\n");
549 surfaces, numSurfaces);
563 LOG_V( "Created %d libva surfaces, MAXBFRAMES is %d\n", numSurfaces, data->se_data->MAXBFRAMES);
569 0, surfaces, numSurfaces,
1034 for reference, as we don't allocate that many surfaces so the reference picture
    [all...]
mixvideoformatenc_h264.c 52 self->surfaces= NULL;
147 VASurfaceID * surfaces; local
460 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
462 if (surfaces == NULL)
474 numSurfaces, surfaces);
526 self->surfaces = g_malloc(sizeof(VASurfaceID) * self->surface_num);
528 if (self->surfaces == NULL)
532 g_free (surfaces);
538 /*shared surfaces should be put in pool first,
541 self->surfaces[index] = self->ci_shared_surfaces[index]
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 238 * Verify behavior of sharing surfaces within one OutputConfiguration
278 List<Surface> surfaces = new ArrayList<Surface>(); local
290 surfaces.add(new Surface(previewTexture[i]));
294 surfaces.add(imageReader.getSurface());
297 startPreview(cameraId, surfaces, null);
324 * Verify behavior of OutputConfiguration when sharing surfaces
330 Surface[] surfaces = new Surface[2]; local
340 surfaces[i] = new Surface(previewTexture[i]);
343 // Verify that outputConfiguration can be created with 2 surfaces with the same setting.
345 OutputConfiguration.SURFACE_GROUP_ID_NONE, surfaces[0])
431 Surface[] surfaces = new Surface[2]; local
475 Surface[] surfaces = new Surface[2]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 16 struct pipe_surface *surfaces[3]; member in struct:nouveau_video_buffer
41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 34 * GLThreadManager handles the thread used for rendering into the configured output surfaces.
62 public final Collection<Pair<Surface, Size>> surfaces; field in class:GLThreadManager.ConfigureHolder
66 Size>> surfaces, CaptureCollector collector) {
68 this.surfaces = surfaces;
89 mTextureRenderer.configureSurfaces(configure.surfaces);
185 * Queue a new call to draw into the surfaces specified in the next available preview
204 * Configure the GL renderer for the given set of output surfaces, and block until
207 * @param surfaces a collection of pairs of {@link android.view.Surface}s and their
211 public void setConfigurationAndWait(Collection<Pair<Surface, Size>> surfaces,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 120 * Maximum number of surfaces supported by one {@link OutputConfiguration}.
122 * <p>The combined number of surfaces added by the constructor and
134 * surface group is a group of output surfaces that are not intended to receive camera output
136 * by all the surfaces from the same surface group, therefore may reduce the overall memory
278 * Enable multiple surfaces sharing the same OutputConfiguration
285 * <p>Two surfaces are compatible in the below cases:</p>
287 * <li> Surfaces with the same size, format, dataSpace, and Surface source class. In this case,
290 * <li> Surfaces with the same size, format, and dataSpace, but different Surface source classes
292 * able to use the same buffer layout for both surfaces. The only way to discover if this is the
304 * <p>Up to 2 surfaces can be shared for an OutputConfiguration. The supported surfaces fo
424 ArrayList<Surface> surfaces = new ArrayList<Surface>(); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 188 List<Surface> surfaces = new ArrayList<Surface>(); local
189 surfaces.add(mSurface);
194 mCamera.createCaptureSession(surfaces, blkSession, mHandler);

Completed in 1202 milliseconds

1 2