egl_sync 78 content/common/gpu/media/v4l2_video_decode_accelerator.cc EGLSyncKHRRef(EGLDisplay egl_display, EGLSyncKHR egl_sync); egl_sync 81 content/common/gpu/media/v4l2_video_decode_accelerator.cc EGLSyncKHR egl_sync; egl_sync 111 content/common/gpu/media/v4l2_video_decode_accelerator.cc EGLDisplay egl_display, EGLSyncKHR egl_sync) egl_sync 113 content/common/gpu/media/v4l2_video_decode_accelerator.cc egl_sync(egl_sync) { egl_sync 120 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (egl_sync != EGL_NO_SYNC_KHR) egl_sync 121 content/common/gpu/media/v4l2_video_decode_accelerator.cc eglDestroySyncKHR(egl_display, egl_sync); egl_sync 139 content/common/gpu/media/v4l2_video_decode_accelerator.cc egl_sync(EGL_NO_SYNC_KHR), egl_sync 346 content/common/gpu/media/v4l2_video_decode_accelerator.cc DCHECK_EQ(output_record.egl_sync, EGL_NO_SYNC_KHR); egl_sync 385 content/common/gpu/media/v4l2_video_decode_accelerator.cc EGLSyncKHR egl_sync = egl_sync 387 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (egl_sync == EGL_NO_SYNC_KHR) { egl_sync 394 content/common/gpu/media/v4l2_video_decode_accelerator.cc egl_display_, egl_sync)); egl_sync 1128 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (output_record.egl_sync != EGL_NO_SYNC_KHR) { egl_sync 1134 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (eglClientWaitSyncKHR(egl_display_, output_record.egl_sync, 0, egl_sync 1139 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (eglDestroySyncKHR(egl_display_, output_record.egl_sync) != EGL_TRUE) { egl_sync 1144 content/common/gpu/media/v4l2_video_decode_accelerator.cc output_record.egl_sync = EGL_NO_SYNC_KHR; egl_sync 1205 content/common/gpu/media/v4l2_video_decode_accelerator.cc DCHECK_EQ(output_record.egl_sync, EGL_NO_SYNC_KHR); egl_sync 1208 content/common/gpu/media/v4l2_video_decode_accelerator.cc output_record.egl_sync = egl_sync_ref->egl_sync; egl_sync 1212 content/common/gpu/media/v4l2_video_decode_accelerator.cc egl_sync_ref->egl_sync = EGL_NO_SYNC_KHR; egl_sync 1477 content/common/gpu/media/v4l2_video_decode_accelerator.cc DCHECK_EQ(output_record.egl_sync, EGL_NO_SYNC_KHR); egl_sync 1800 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (output_record.egl_sync != EGL_NO_SYNC_KHR) { egl_sync 1801 content/common/gpu/media/v4l2_video_decode_accelerator.cc if (eglDestroySyncKHR(egl_display_, output_record.egl_sync) != EGL_TRUE) { egl_sync 159 content/common/gpu/media/v4l2_video_decode_accelerator.h EGLSyncKHR egl_sync; // sync the compositor's use of the EGLImage.