Lines Matching refs:surface
113 * Starts using a surface for output.
116 * output surface.
117 * @param surface A surface to use for codec output.
120 * - CANNOT_DO - The component does not support an output surface.
121 * - REFUSED - The output surface cannot be accessed.
129 IGraphicBufferProducer surface
135 * Starts using a persistent OMX input surface for a component.
139 * @param producer Producer component of an OMX persistent input surface.
140 * @param source Source component of an OMX persistent input surface.
143 * - CANNOT_DO - The component does not support an input surface.
145 * - DUPLICATE - The component is already connected to an input surface.
146 * - REFUSED - The input surface is already in use.
159 * Stops using an input surface.
167 * - CANNOT_DO - The component does not support an input surface.
169 * - NOT_FOUND - The component is not connected to an input surface.