/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2RecordingTest.java | 309 assertTrue("Both preview and recording surfaces should be valid", 412 // Configure preview and recording surfaces. 637 // Configure preview and recording surfaces. [all...] |
/hardware/intel/common/libva/va/ |
va.c | 841 VASurfaceID *surfaces, 857 surfaces, num_surfaces, 863 num_surfaces, surfaces); 865 dpy, width, height, format, num_surfaces, surfaces, [all...] |
/frameworks/av/services/camera/libcameraservice/api2/ |
CameraDeviceClient.cpp | 459 ALOGV("%s: ending configure (%d input stream, %zu output surfaces)", 533 std::vector<sp<IBinder>> surfaces; local 542 surfaces.push_back(mStreamMap.keyAt(i)); 554 if (surfaces.empty() && dIndex == NAME_NOT_FOUND) { 574 for (auto& surface : surfaces) { 641 std::vector<sp<Surface>> surfaces; local 674 surfaces.push_back(surface); 679 err = mDevice->createStream(surfaces, deferredConsumer, streamInfo.width, [all...] |
/external/deqp/modules/egl/ |
teglMultiThreadTests.cpp | 952 // Make queries from shared surfaces 957 // Pull surfaces for first thread from shared surfaces 963 // Pull surfaces for second thread from shared surfaces 973 // Destroy surfaces [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_surface_builder.cpp | 329 * undocumented behavior that typed reads from surfaces of the 402 * they don't seem to respect null surfaces and will happily 555 * Arrays" and 6.18.6 "3D Surfaces" for a more extensive discussion 628 * surfaces. For Y-tiled surfaces only one bit needs to be 632 * turn the first XOR into the identity. For linear surfaces [all...] |
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.kt | 525 val surfaces = ArrayList<Surface>().apply { 536 cameraDevice?.createCaptureSession(surfaces,
|
/developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.kt | 525 val surfaces = ArrayList<Surface>().apply { 536 cameraDevice?.createCaptureSession(surfaces,
|
/external/mesa3d/docs/relnotes/ |
12.0.4.html | 81 <li>st/nine: Fix locking CubeTexture surfaces.</li> 115 <li>Revert "st/vdpau: use linear layout for output surfaces"</li>
|
10.2.2.html | 164 <li>i965: Set the fast clear color value for texture surfaces</li>
|
10.6.2.html | 116 <li>st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces</li>
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_batch_cache.c | 65 * surfaces it rendered to are destroyed) the batch can be destroyed. 68 * surfaces are destroyed before the batch is submitted.
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_compute.c | 340 /* TODO: Invalidating both 3D and CP surfaces before validating surfaces for
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.c | 145 * Surfaces are not per-context. The same surface can be shared 228 * with the provided surface ID (sid). Surfaces are generic 232 * Surfaces are hierarchical: 246 * Surfaces are generic host VRAM objects. The SVGA3D device 247 * may optimize surfaces according to the format they were 564 * The SVGA3D device is quite lenient about the types of surfaces 886 * May write to attached render target surfaces. 985 * May write to attached render target surfaces. [all...] |
svga_pipe_clear.c | 261 * Mark target surfaces as dirty 262 * TODO Mark only cleared surfaces.
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_job.c | 156 * sure that any previous reads of the FBO (or writes to its color/Z surfaces) 234 /* Set up the read surfaces in the job. If they aren't actually
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_surface.c | 214 /* Swizzled surfaces must be POT */ 506 /* Context surfaces 2D. */
|
/external/skia/tools/sk_app/ |
VulkanWindowContext.cpp | 282 // set up initial image layouts and create surfaces 392 // Does this actually free the surfaces?
|
/external/skqp/tools/sk_app/ |
VulkanWindowContext.cpp | 282 // set up initial image layouts and create surfaces 392 // Does this actually free the surfaces?
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
OGLES2HelloAPI_Windows.cpp | 241 surfaces that can be used for drawing.
276 Pixmaps and pbuffers are surfaces which only exist in off-screen
|
/frameworks/base/services/core/java/com/android/server/wm/ |
Session.java | 81 // Set of visible application overlay window surfaces connected to this session. 83 // Set of visible alert window surfaces connected to this session.
|
/frameworks/native/libs/gui/include/gui/ |
Surface.h | 62 * safe to create other Surfaces from the same IGraphicBufferProducer. 64 * However, once a Surface is connected, it'll prevent other Surfaces
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
ComposerHal.h | 417 // hwcomposer. This allows us to redirect surfaces to 3d surfaces in vr.
|
/hardware/intel/img/psb_video/src/mrst/ |
lnc_cmdbuf.c | 494 /* bit31 indicate if frameskip is already settled, it is used to record the frame skip flag for old surfaces 495 * because current FRAMESKIP in hardware can't be applied to the old surfaces
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
ReprocessCaptureTest.java | [all...] |
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
DialogFrameTests.java | 176 // unclear status of NO_LIMITS for non-child surfaces in MW modes
|