Home | History | Annotate | Download | only in webrtc

Lines Matching refs:useSurface

87   private boolean useSurface;
268 private boolean initDecode(int width, int height, boolean useSurface,
273 if (useSurface && sharedContext == null) {
282 ". Use Surface: " + useSurface );
291 this.useSurface = useSurface;
295 if (useSurface) {
325 if (!useSurface) {
358 if (useSurface) {
433 if (!useSurface && format.containsKey(MediaFormat.KEY_COLOR_FORMAT)) {
478 if (!useSurface) {