Lines Matching refs:surface
116 * Starts using a surface for output.
121 * output surface.
122 * @param surface Output surface.
125 * - `CANNOT_DO` - The component does not support an output surface.
126 * - `REFUSED` - The output surface cannot be accessed.
132 @2.0::IGraphicBufferProducer surface
138 * Starts using an input surface.
142 * @param inputSurface Input surface to connect to.
145 * - `CANNOT_DO` - The component does not support an input surface.
147 * - `DUPLICATE` - The component is already connected to an input surface.
148 * - `REFUSED` - The input surface is already in use.
164 * Starts using an OMX input surface.
169 * input surface (as a pair of `IGraphicBufferProducer` and
172 * @param producer Producer component of an OMX input surface.
173 * @param source Source component of an OMX input surface.
176 * - `CANNOT_DO` - The component does not support an OMX input surface.
178 * - `DUPLICATE` - The component is already connected to an input surface.
179 * - `REFUSED` - The input surface is already in use.
196 * Stops using an input surface.
202 * - `CANNOT_DO` - The component does not support an input surface.
204 * - `NOT_FOUND` - The component is not connected to an input surface.