Searched defs:frameProcessors (Results 1 – 7 of 7) sorted by relevance
85 List<GlFrameProcessor> frameProcessors, in create()133 List<GlFrameProcessor> frameProcessors, in createOpenGlObjectsAndFrameProcessorChain()203 private final ImmutableList<GlFrameProcessor> frameProcessors; field in FrameProcessorChain236 ImmutableList<GlFrameProcessor> frameProcessors, in FrameProcessorChain()
38 private final ImmutableList<GlFrameProcessor> frameProcessors; field in TransformerVideoRenderer51 ImmutableList<GlFrameProcessor> frameProcessors, in TransformerVideoRenderer()
105 private ImmutableList<GlFrameProcessor> frameProcessors; field in Transformer.Builder200 public Builder setFrameProcessors(List<GlFrameProcessor> frameProcessors) { in setFrameProcessors()555 private final ImmutableList<GlFrameProcessor> frameProcessors; field in Transformer576 ImmutableList<GlFrameProcessor> frameProcessors, in Transformer()843 private final ImmutableList<GlFrameProcessor> frameProcessors; field in Transformer.TransformerRenderersFactory855 ImmutableList<GlFrameProcessor> frameProcessors, in TransformerRenderersFactory()
55 ImmutableList<GlFrameProcessor> frameProcessors, in VideoTranscodingSamplePipeline()
119 ImmutableList.Builder<GlFrameProcessor> frameProcessors = new ImmutableList.Builder<>(); in createFrameProcessorChainWithFakeFrameProcessors() local
231 private void setUpAndPrepareFirstFrame(GlFrameProcessor... frameProcessors) throws Exception { in setUpAndPrepareFirstFrame()
243 ImmutableList.Builder<GlFrameProcessor> frameProcessors = new ImmutableList.Builder<>(); in createTransformer() local