HomeSort by relevance Sort by last modified time
    Searched refs:surfaces (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 96 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
139 #define surfaces (this->hidden->surfaces) macro
165 /* These are utility functions for working with video surfaces */
185 for ( bucket=&surfaces; bucket; bucket=bucket->next ) {
  /hardware/intel/common/libva/va/
va_tpi.h 103 VASurfaceID *surfaces, /* out */
va_tpi.c 44 * Create surfaces with special inputs/requirements
52 VASurfaceID *surfaces, /* out */
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);
  /external/chromium_org/third_party/mesa/src/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
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 53 int num_surfaces, VASurfaceID *surfaces)
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
  /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
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 53 int num_surfaces, VASurfaceID *surfaces)
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 392 private void configureEGLOutputSurfaces(Collection<EGLSurfaceHolder> surfaces) {
393 if (surfaces == null || surfaces.size() == 0) {
394 throw new IllegalStateException("No Surfaces were provided to draw to");
399 for (EGLSurfaceHolder holder : surfaces) {
413 private void configureEGLPbufferSurfaces(Collection<EGLSurfaceHolder> surfaces) {
414 if (surfaces == null || surfaces.size() == 0) {
415 throw new IllegalStateException("No Surfaces were provided to draw to");
419 for (EGLSurfaceHolder holder : surfaces) {
    [all...]
RequestThreadManager.java 119 public final Collection<Surface> surfaces; field in class:RequestThreadManager.ConfigureHolder
121 public ConfigureHolder(ConditionVariable condition, Collection<Surface> surfaces) {
123 this.surfaces = surfaces;
310 "Preview capture called with no preview surfaces configured.");
322 String outputsStr = outputs == null ? "null" : (outputs.size() + " surfaces");
470 private void resetJpegSurfaceFormats(Collection<Surface> surfaces) {
471 if (!USE_BLOB_FORMAT_OVERRIDE || surfaces == null) {
474 for(Surface s : surfaces) {
500 * surfaces
    [all...]
  /external/chromium_org/third_party/mesa/src/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);
  /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);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
MultiViewTest.java 201 List<Surface> surfaces = new ArrayList<Surface>(); local
213 surfaces.add(new Surface(previewTexture[i]));
217 surfaces.add(imageReader.getSurface());
220 startPreview(cameraId, surfaces, null);
DngCreatorTest.java 334 private CaptureRequest.Builder prepareCaptureRequestForSurfaces(List<Surface> surfaces)
336 createSession(surfaces);
341 for (Surface surface : surfaces) {
ImageReaderTest.java 385 private CaptureRequest.Builder prepareCaptureRequestForSurfaces(List<Surface> surfaces)
387 createSession(surfaces);
392 for (Surface surface : surfaces) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
vl_video_buffer.c 256 pipe_surface_reference(&buf->surfaces[i], NULL);
364 pipe_surface_reference(&buf->surfaces[surf], NULL);
368 if (!buf->surfaces[surf]) {
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
374 if (!buf->surfaces[surf])
380 return buf->surfaces;
384 pipe_surface_reference(&buf->surfaces[i], NULL);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
vl_video_buffer.c 256 pipe_surface_reference(&buf->surfaces[i], NULL);
364 pipe_surface_reference(&buf->surfaces[surf], NULL);
368 if (!buf->surfaces[surf]) {
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
374 if (!buf->surfaces[surf])
380 return buf->surfaces;
384 pipe_surface_reference(&buf->surfaces[i], NULL);
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 548 /* Set up the information for hardware surfaces */
567 /* Allocate memory tracking for hardware surfaces */
604 for ( bucket=&surfaces; bucket; bucket=bucket->next ) {
611 if ( bucket != &surfaces ) {
638 bucket->prev = &surfaces;
648 surfaces.prev = NULL;
649 surfaces.used = 1;
650 surfaces.dirty = 0;
651 surfaces.base = screen->pixels;
652 surfaces.size = (unsigned int)((long)base - (long)surfaces.base)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 77 s = &to_nouveau_texture(t)->surfaces[t->BaseLevel];
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 77 s = &to_nouveau_texture(t)->surfaces[t->BaseLevel];
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface_factory_unittest.cc 147 surface_generator_->surfaces()[0]->bitmaps();
180 const std::vector<ui::MockDriSurface*>& surfaces = factory_->get_surfaces(); local
184 const std::vector<ui::DriBuffer*>& bitmaps = surfaces[0]->bitmaps();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestVideoProvider.java 252 List<Surface> surfaces = new ArrayList<Surface>(); local
253 surfaces.add(mPreviewSurface);
257 mCameraDevice.createCaptureSession(surfaces, blkSession, mHandler);
  /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 397 milliseconds

12 3 4 5