OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processMulti
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SobelFilter.java
137
mMagnitudeShader.
processMulti
(gradientFrames, magImage);
140
mDirectionShader.
processMulti
(gradientFrames, dirImage);
ImageShader.java
253
processMulti
(new TextureSource[] { texSource },
261
public void
processMulti
(FrameImage2D[] inputs, FrameImage2D output) {
267
processMulti
(texSources,
278
processMulti
(new TextureSource[] { texture }, target, width, height);
281
public void
processMulti
(TextureSource[] sources, RenderTarget target, int width, int height) {
298
processMulti
(new TextureSource[] {}, target, width, height);
Completed in 51 milliseconds