OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:surfacetex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java
394
protected RenderTarget renderTargetFor(SurfaceTexture
surfaceTex
) {
395
RenderTarget target = mClientRenderTargets.get(
surfaceTex
);
397
target = RenderTarget.currentTarget().forSurfaceTexture(
surfaceTex
);
398
mClientRenderTargets.put(
surfaceTex
, target);
461
SurfaceTexture
surfaceTex
= mTargetSurfaceTextures.get(context);
462
if (
surfaceTex
!= null) {
463
surfaceTex
.release();
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java
955
SurfaceTexture
surfaceTex
= new SurfaceTexture(textures[0]);
956
surfaceTex
.setOnFrameAvailableListener(new SurfaceTexture.OnFrameAvailableListener() {
962
return new Surface(
surfaceTex
);
[
all
...]
Completed in 231 milliseconds